From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id INJUGF8C0l9jVQAA0tVLHw (envelope-from ) for ; Thu, 10 Dec 2020 11:11:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +CgvFF8C0l+GQQAA1q6Kng (envelope-from ) for ; Thu, 10 Dec 2020 11:11:27 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 292F3940482 for ; Thu, 10 Dec 2020 11:11:27 +0000 (UTC) Received: from localhost ([::1]:36054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knJr4-0005PQ-53 for larch@yhetil.org; Thu, 10 Dec 2020 06:11:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41752) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knJqg-0005O8-Ry for guix-patches@gnu.org; Thu, 10 Dec 2020 06:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53812) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knJqg-0002VZ-3g for guix-patches@gnu.org; Thu, 10 Dec 2020 06:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1knJqf-0006jP-VU for guix-patches@gnu.org; Thu, 10 Dec 2020 06:11:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45158] [PATCH] gnu: Add python-3.9. References: <20201210102643.3524-1-tanguy@bioneland.org> In-Reply-To: <20201210102643.3524-1-tanguy@bioneland.org> Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Dec 2020 11:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45158 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45158@debbugs.gnu.org Received: via spool by 45158-submit@debbugs.gnu.org id=B45158.160759860725808 (code B ref 45158); Thu, 10 Dec 2020 11:11:01 +0000 Received: (at 45158) by debbugs.gnu.org; 10 Dec 2020 11:10:07 +0000 Received: from localhost ([127.0.0.1]:37125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knJpi-0006ht-JQ for submit@debbugs.gnu.org; Thu, 10 Dec 2020 06:10:07 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:57247) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knJpg-0006hL-8q for 45158@debbugs.gnu.org; Thu, 10 Dec 2020 06:10:01 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id CB10D60011 for <45158@debbugs.gnu.org>; Thu, 10 Dec 2020 11:09:53 +0000 (UTC) Date: Thu, 10 Dec 2020 12:09:51 +0100 From: Tanguy LE CARROUR MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1607596859.mgunfso8q7.astroid@melmoth.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.30 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 292F3940482 X-Spam-Score: -2.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: 1mbwsZkXPpAQ Hi Guix, I think I should explain a bit more why I did what I did=E2=80=A6 I'm not using `python-3-fix-tests.patch` anymore because it could not be applied to 3.9's sources. I didn't want to modify it because the other versions of Python are still using it. I made a copy named `python-3.9-fix-tests.patch` and merged `python-3.8-fix-tests.patch` in it. Then I added some new diff (adding some `skip` to `test_signal.py`, `test_archive_util.py`, `test_shutil.py`, `test_unicodedata.py`, `test_find.py`) to this patch file to make 3.9 build. I think that's it! Regards --=20 Tanguy