configure.ac | 2 +- download.lst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 6852ec90fecf7028873e46b949550e5f12862bdf Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Sep 6 23:28:04 2024 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Mon Sep 9 11:58:49 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/+/172958 Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/configure.ac b/configure.ac index eff3726643f7..a103616634c9 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 4a1c69b1e0b7..8876b44aa0ed 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