From 292b40038506de486ebc30e07de1cf3002217209 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 25 Mar 2022 04:12:31 +0000 Subject: [PATCH] Python3: update to 3.9.12 release notes: https://www.python.org/downloads/release/python-3912/ This is a special release which fixes a regression introduced by BPO 46968 which caused Python to no longer build on Red Hat Enterprise Linux 6. There are only 12 other bugfixes on top of 3.9.11 in this release. --- packages/lang/Python3/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lang/Python3/package.mk b/packages/lang/Python3/package.mk index ed77b1e7c5..34a89d0b20 100644 --- a/packages/lang/Python3/package.mk +++ b/packages/lang/Python3/package.mk @@ -3,8 +3,8 @@ PKG_NAME="Python3" # When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION! -PKG_VERSION="3.9.11" -PKG_SHA256="66767a35309d724f370df9e503c172b4ee444f49d62b98bc4eca725123e26c49" +PKG_VERSION="3.9.12" +PKG_SHA256="2cd94b20670e4159c6d9ab57f91dbf255b97d8c1a1451d1c35f4ec1968adf971" PKG_LICENSE="OSS" PKG_SITE="https://www.python.org/" PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"