From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 28 Mar 2023 14:32:59 +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 1ph8VW-0001oA-BC for lore@lore.pengutronix.de; Tue, 28 Mar 2023 14:32:59 +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 1ph8VW-0002Tc-BA; Tue, 28 Mar 2023 14:32:58 +0200 Received: from smtp16.bhosted.nl ([2a02:9e0:8000::27]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ph8VO-0002Ro-A3 for ptxdist@pengutronix.de; Tue, 28 Mar 2023 14:32:50 +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=JsriHFoVrHKlb+2qlVj8mVTSVU8YDin5v9sjYW6yvsY=; b=ejSW5DuwzC5kfS05LoKO7OoPb80V/BeKGoXAHQuaYZaf9WizkNi+t9tSFySFmgEwLroJQIsrE5snZ /PxOvJxZ9LsccHMHV8UGwINOqrKzmPy9HntctyOsnlfQlJz/UFH727vwDIeVeorxrB5Zl33ztiT9pt 14bZ4oPTT49wK2Ej5EJp3EhN5kLbBObJzF30amY94E8G+mcSwBygksUhC+ST6XaMYEItgKta3q1UHt ZyTjpVTwwkqLIIVKiQBYtYPJEzpccRRXm+33KjU5W8pdjkyTHdK6WVzai0uX7UcqRoQ+0AoOEPdM0g Oz24PnQSK+LrWC6kVDNzaXpRNk54XRQ== X-MSG-ID: a68297f8-cd64-11ed-829c-0050569d2c73 From: Robin van der Gracht To: ptxdist@pengutronix.de Date: Tue, 28 Mar 2023 14:32:21 +0200 Message-Id: <20230328123226.668075-1-robin@protonic.nl> X-Mailer: git-send-email 2.37.2 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.6 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v2 0/5] Update to Python3.11 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: robin@protonic.nl 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 patchset contains an update for the Python package and several Python modules for compatibility weith the new Python version. Was able to update and test several Python modules but not all of them. v2: - Remove the patches in patches/Python-3.10.4/* Signed-off-by: Robin van der Gracht Robin van der Gracht (5): python3: Version bumb to 3.11.2 python3-aiofiles: Version bumb to 0.8.0 python3-frozenlist: Version bumb 1.3.3 python3-aiohttp: Version bumb to 3.8.4 python3-yarl: Version bumb to 1.8.2 ...-leak-host-path-into-target-binaries.patch | 23 ---------- ...02-python3-prevent-host-path-leakage.patch | 43 ------------------- patches/Python-3.10.4/series | 5 --- rules/python3-aiofiles.make | 4 +- rules/python3-aiohttp.make | 4 +- rules/python3-frozenlist.make | 4 +- rules/python3-yarl.make | 4 +- rules/python3.make | 7 +-- 8 files changed, 12 insertions(+), 82 deletions(-) delete mode 100644 patches/Python-3.10.4/0001-python3-don-t-leak-host-path-into-target-binaries.patch delete mode 100644 patches/Python-3.10.4/0002-python3-prevent-host-path-leakage.patch delete mode 100644 patches/Python-3.10.4/series -- 2.37.2