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

New commits:
commit 1fa2ae1f6ae5d0bc5cc2190ab921a82c2900c848
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Apr 9 09:55:19 2025 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Apr 9 11:17:33 2025 +0200

    python3: upgrade to 3.11.12
    
    downloaded from 
https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tar.xz
    
    Change-Id: I233d304d688466e1192a160599aafa0fc189c51d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183869
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/configure.ac b/configure.ac
index a621acb24aba..15ae92e2a871 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10468,7 +10468,7 @@ if test \( "$cross_compiling" = yes -a -z 
"$PYTHON_FOR_BUILD" \) -o "$enable_pyt
     SYSTEM_PYTHON=
     PYTHON_VERSION_MAJOR=3
     PYTHON_VERSION_MINOR=11
-    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.11
+    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.12
     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 6e88ef7c574d..75ae3a4336a1 100644
--- a/download.lst
+++ b/download.lst
@@ -590,8 +590,8 @@ POSTGRESQL_TARBALL := postgresql-15.12.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
2a9920c7a0cd236de33644ed980a13cbbc21058bfdc528febb6081575ed73be3
-PYTHON_TARBALL := Python-3.11.11.tar.xz
+PYTHON_SHA256SUM := 
849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09
+PYTHON_TARBALL := Python-3.11.12.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts

Reply via email to