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

New commits:
commit 88e0a36079cdd69483f9c3e2532b22624dd7ff4e
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Apr 9 10:08:15 2025 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon Apr 28 10:16:39 2025 +0200

    python3: upgrade to 3.9.22
    
    Downloaded from 
https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tar.xz
    
    Change-Id: I7d13b9b4f42514f97d53b7b67ade5e406cbbff47
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183874
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@protonmail.com>
    (cherry picked from commit 2734b79fcffa21d79e04b2d5133d3ca68dca45f3)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184413
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/configure.ac b/configure.ac
index d08976bdb812..dc518a4cdf36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10115,7 +10115,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}.21
+    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.22
     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 349359b5aad3..816f758ac68a 100644
--- a/download.lst
+++ b/download.lst
@@ -658,8 +658,8 @@ POSTGRESQL_TARBALL := postgresql-13.16.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb1
-PYTHON_TARBALL := Python-3.9.21.tar.xz
+PYTHON_SHA256SUM := 
8c136d199d3637a1fce98a16adc809c1d83c922d02d41f3614b34f8b6e7d38ec
+PYTHON_TARBALL := Python-3.9.22.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts

Reply via email to