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

New commits:
commit ccd96054b5c168b032ffa7d0e24513a165fafe54
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Fri Sep 6 23:28:04 2024 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Mon Sep 9 13:08:11 2024 +0200

    Python: upgrade to 3.9.20
    
    Downloaded from: 
https://www.python.org/ftp/python/3.9.20/Python-3.9.20.tar.xz
    
    Change-Id: Ib75d0cd0e92fa56304a43d4b425e961e65d69c98
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172981
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Tested-by: Jenkins

diff --git a/configure.ac b/configure.ac
index c68049302acb..f93cb3fe8e65 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}.19
+    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.20
     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 8e0b511ec30d..48a7b6195371 100644
--- a/download.lst
+++ b/download.lst
@@ -555,8 +555,8 @@ POSTGRESQL_TARBALL := postgresql-13.16.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
d4892cd1618f6458cb851208c030df1482779609d0f3939991bd38184f8c679e
-PYTHON_TARBALL := Python-3.9.19.tar.xz
+PYTHON_SHA256SUM := 
6b281279efd85294d2d6993e173983a57464c0133956fbbb5536ec9646beaf0c
+PYTHON_TARBALL := Python-3.9.20.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts

Reply via email to