From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 May 2022 09:51:23 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nlnJb-000MpI-Nr for lore@lore.pengutronix.de; Tue, 03 May 2022 09:51:23 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nlnJa-0006vb-Rc; Tue, 03 May 2022 09:51:22 +0200 Received: from smtp15.bhosted.nl ([2a02:9e0:8000::26]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nlnJB-0006uc-8F for ptxdist@pengutronix.de; Tue, 03 May 2022 09:50:57 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonic.nl; s=202111; h=content-transfer-encoding:mime-version:message-id:date:subject:cc:to:from: from; bh=wV6/+PCcXqjBao/2plPG5M4pxy3f1QGB4f7jzaJlsOw=; b=e1ckBvXx/K1g9ezUKSuMNKe1aHt0czdwdz6M9/QvnTEVIA+IwjTyzzN3RssGc1h2BrVjQOqveiO/C F+04SflGdMJ0gziRKekf3C1QZTTuea3a8y2CeCJVqfZ/j5ISAyDbrFIP/Ew0G/u78ouBLIrrdCSkRU kOMw4NksrKQRaW1Iop+QSCDgqlshT21cypUt/FZETQaaNpdSkQQVgrBwB21HPZJwUndM0zkeEKIJDl AN5udDGRp/EsmBP9aDJsQUB9MgYWKM504rS2PMqkmnLjaLxH0i7hE6MmJC+cPG3Mb4kW8FUeLFhgOK /nd5OxrrCumIJ7hd13mVdRDnMl/+kbQ== X-MSG-ID: c362a378-cab5-11ec-b450-0050569d3a82 From: David Jander To: ptxdist@pengutronix.de, Michael Olbrich , Bastian Stender Date: Tue, 3 May 2022 09:50:27 +0200 Message-Id: <20220503075029.1429521-1-david@protonic.nl> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 0/2] Python3 version bump X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Marc Kleine-Budde , David Jander Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false This series bumps python3 version to 3.10.4 which adds support for the Linux kernel-based J1939 CAN protocol stack among many other worthwhile improvements and speed enhancements. David Jander (2): cython3: version bump 0.29.14 -> 0.29.28 python3: version bump 3.7.10 -> 3.10.4 ...-don-t-leak-host-path-into-target-binaries.patch | 2 +- .../0002-python3-prevent-host-path-leakage.patch | 13 +++++++------ patches/{Python-3.7.10 => Python-3.10.4}/series | 0 rules/host-cython3.make | 4 ++-- rules/python3.make | 10 +++++----- scripts/lib/ptxd_make_world_install.sh | 2 +- 6 files changed, 16 insertions(+), 15 deletions(-) rename patches/{Python-3.7.10 => Python-3.10.4}/0001-python3-don-t-leak-host-path-into-target-binaries.patch (94%) rename patches/{Python-3.7.10 => Python-3.10.4}/0002-python3-prevent-host-path-leakage.patch (84%) rename patches/{Python-3.7.10 => Python-3.10.4}/series (100%) -- 2.32.0