diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-12-03 22:47:06 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2024-12-04 11:32:38 +0100 |
commit | 5a58ad8a4b5ebf83b41b47fc2a688171dd79e9cd (patch) | |
tree | 3358fce4b14346bf6db08fa25b0080d0f2639f0a | |
parent | 7d808563a3315a21039130210ad0e8f567777fe6 (diff) |
Python: upgrade to 3.9.21
Downloaded from https://www.python.org/ftp/python/3.9.21/Python-3.9.21.tar.xz
Change-Id: I8ef63130b2cbed9a7a9e6686f9c05b06d4d9e4bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177759
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | download.lst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index cbb0b9413537..ffc82ad77ce8 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}.20 + PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.21 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 d881ee2aa0d4..b8c129662897 100644 --- a/download.lst +++ b/download.lst @@ -555,8 +555,8 @@ POSTGRESQL_TARBALL := postgresql-13.18.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts -PYTHON_SHA256SUM := 6b281279efd85294d2d6993e173983a57464c0133956fbbb5536ec9646beaf0c -PYTHON_TARBALL := Python-3.9.20.tar.xz +PYTHON_SHA256SUM := 3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb1 +PYTHON_TARBALL := Python-3.9.21.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts |