configure.ac |    2 +-
 download.lst |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit caf59afa1fe22c693155029b0d27eb0ea41c5d35
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Dec 3 22:47:06 2024 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Dec 4 11:44:47 2024 +0100

    Python: upgrade to 3.9.21
    
    Downloaded from 
https://www.python.org/ftp/python/3.9.21/Python-3.9.21.tar.xz
    
    Change-Id: I8ef63130b2cbed9a7a9e6686f9c05b06d4d9e4bf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177763
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/configure.ac b/configure.ac
index b39ca2e3bcb9..44ce8a520bef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10200,7 +10200,7 @@ if test \( "$cross_compiling" = yes -a -z 
"$PYTHON_FOR_BUILD" \) -o "$enable_pyt
     SYSTEM_PYTHON=
     PYTHON_VERSION_MAJOR=3
     PYTHON_VERSION_MINOR=9
-    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.20
+    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.21
     if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
         AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in 
download.lst])
     fi
diff --git a/download.lst b/download.lst
index d881ee2aa0d4..b8c129662897 100644
--- a/download.lst
+++ b/download.lst
@@ -555,8 +555,8 @@ POSTGRESQL_TARBALL := postgresql-13.18.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
6b281279efd85294d2d6993e173983a57464c0133956fbbb5536ec9646beaf0c
-PYTHON_TARBALL := Python-3.9.20.tar.xz
+PYTHON_SHA256SUM := 
3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb1
+PYTHON_TARBALL := Python-3.9.21.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts

Reply via email to