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

New commits:
commit d6c23ff5cee3c910ef45bdc35a088d07cdf86af0
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Apr 9 10:10:24 2025 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Apr 9 16:22:10 2025 +0200

    python3: upgrade to 3.10.17
    
    Downloaded from 
https://www.python.org/ftp/python/3.10.17/Python-3.10.17.tar.xz
    
    Change-Id: I491e7ec081c033d97f10a0685de0cfa30e93e86f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183875
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/configure.ac b/configure.ac
index 19a3a6c4d2b6..d932e1302f74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10493,7 +10493,7 @@ if test \( "$cross_compiling" = yes -a -z 
"$PYTHON_FOR_BUILD" \) -o "$enable_pyt
     SYSTEM_PYTHON=
     PYTHON_VERSION_MAJOR=3
     PYTHON_VERSION_MINOR=10
-    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.16
+    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.17
     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 8434ccc306fa..d66693ba4988 100644
--- a/download.lst
+++ b/download.lst
@@ -590,8 +590,8 @@ POSTGRESQL_TARBALL := postgresql-14.17.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd1
-PYTHON_TARBALL := Python-3.10.16.tar.xz
+PYTHON_SHA256SUM := 
4c68050f049d1b4ac5aadd0df5f27941c0350d2a9e7ab0907ee5eb5225d9d6b0
+PYTHON_TARBALL := Python-3.10.17.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts

Reply via email to