configure.ac | 2 +- download.lst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit c196546d2454f0994e248d2f6925b70ad6307206 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Dec 3 22:42:19 2024 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Dec 4 00:14:02 2024 +0100 python: upgrade to 3.10.16 Downloaded from https://www.python.org/ftp/python/3.10.16/Python-3.10.16.tar.xz Change-Id: I677c1dec6ac1d06596d7ff88269b6cac70d848c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177757 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/configure.ac b/configure.ac index 3af3e6373b35..d58af4af258b 100644 --- a/configure.ac +++ b/configure.ac @@ -10478,7 +10478,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}.15 + PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.16 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 a60c304f5485..fab3ac84243f 100644 --- a/download.lst +++ b/download.lst @@ -590,8 +590,8 @@ POSTGRESQL_TARBALL := postgresql-14.15.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts -PYTHON_SHA256SUM := aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79 -PYTHON_TARBALL := Python-3.10.15.tar.xz +PYTHON_SHA256SUM := bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd1 +PYTHON_TARBALL := Python-3.10.16.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts