From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 22 Mar 2023 11:15:09 +0100 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 1pevUq-00AJir-K6 for lore@lore.pengutronix.de; Wed, 22 Mar 2023 11:15:09 +0100 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 1pevUq-0008I7-KO; Wed, 22 Mar 2023 11:15:08 +0100 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 1pevUJ-0008H6-90 for ptxdist@pengutronix.de; Wed, 22 Mar 2023 11:14:38 +0100 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=hZ4+/eg+fa6YEG6cd1ORyYdB8B1gKgN0AQ5kjOSXeww=; b=LOGee1FB1wgYSCC6Tdf00cdDttjue/p+zGCJjvdWhOIJaSOih/7YyZRECz+j2N4sa1CzXEY0nE3wK MCDb6rdCPw7IVGaisiJZdK/1YYwi3MkR7XMCTeCcbwGSpU+KJdNgujsplA1D4HBV9FwiL7VYIR4RhZ 1JU4wvUC8owDhlWQLNapDxA5jYTva7TMOWI1HTX2VYhZZQXxfqMIxgR9NhfSzu2hlo4ORLm1Gntb87 wT543plztbYExVMsu17Ueyb41aqtdieHWbF0etFHKngSEaHDy+usoUwO2ClDL9WJ6yVNOJ6o57tcT/ gt/GY0Ams2nBSeXuxz+dVbN6mXThK/w== X-MSG-ID: 579cedc7-c89a-11ed-829c-0050569d2c73 From: Robin van der Gracht To: ptxdist@pengutronix.de Date: Wed, 22 Mar 2023 11:13:53 +0100 Message-Id: <20230322101358.3305793-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, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 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 van der Gracht 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. 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 rules/python3-aiofiles.make | 4 ++-- rules/python3-aiohttp.make | 4 ++-- rules/python3-frozenlist.make | 4 ++-- rules/python3-yarl.make | 4 ++-- rules/python3.make | 7 ++++--- 5 files changed, 12 insertions(+), 11 deletions(-) -- 2.37.2