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

New commits:
commit f919225434b95f602dcbb99101c19f77155f3399
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Sat Sep 7 00:42:57 2024 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Mon Sep 9 13:32:41 2024 +0200

    Python: upgrade to 3.8.20
    
    Downloaded from 
https://www.python.org/ftp/python/3.8.20/Python-3.8.20.tar.xz
    
    Change-Id: I142d52236bcd4011359889ce6e64898ca08999c7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172983
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Tested-by: Jenkins
    (cherry picked from commit f61641cbd6a06f6669b7390599925a3133e17ce1)

diff --git a/configure.ac b/configure.ac
index dbe334682335..3fab490bd3ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9932,7 +9932,7 @@ if test \( "$cross_compiling" = yes -a -z 
"$PYTHON_FOR_BUILD" \) -o "$enable_pyt
     SYSTEM_PYTHON=
     PYTHON_VERSION_MAJOR=3
     PYTHON_VERSION_MINOR=8
-    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 8d06fcc5611c..4c3c4285455f 100644
--- a/download.lst
+++ b/download.lst
@@ -486,8 +486,8 @@ POSTGRESQL_TARBALL := postgresql-13.10.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076
-PYTHON_TARBALL := Python-3.8.19.tar.xz
+PYTHON_SHA256SUM := 
6fb89a7124201c61125c0ab4cf7f6894df339a40c02833bfd28ab4d7691fafb4
+PYTHON_TARBALL := Python-3.8.20.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts

Reply via email to