configure.ac | 2 +- download.lst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit abd3a755719708db0c9909737652ccf4a27f5d3a Author: Xisco Fauli <[email protected]> AuthorDate: Wed Feb 4 09:48:16 2026 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Wed Feb 4 12:08:35 2026 +0100 python3: upgrade to 3.13.12 Downloaded from https://www.python.org/ftp/python/3.13.12/Python-3.13.12.tar.xz Change-Id: Ic818190c9966e088a965b2f90841b88a42d45441 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198644 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/configure.ac b/configure.ac index b739b6c9e147..879045e56cd9 100644 --- a/configure.ac +++ b/configure.ac @@ -10697,7 +10697,7 @@ if test \( "$cross_compiling" = yes -a -z "$PYTHON_FOR_BUILD" \) -o "$enable_pyt SYSTEM_PYTHON= PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=13 - PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.11 + PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.12 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 75d7cfe26387..43407882f1af 100644 --- a/download.lst +++ b/download.lst @@ -611,8 +611,8 @@ POSTGRESQL_TARBALL := postgresql-15.15.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts -PYTHON_SHA256SUM := 16ede7bb7cdbfa895d11b0642fa0e523f291e6487194d53cf6d3b338c3a17ea2 -PYTHON_TARBALL := Python-3.13.11.tar.xz +PYTHON_SHA256SUM := 2a84cd31dd8d8ea8aaff75de66fc1b4b0127dd5799aa50a64ae9a313885b4593 +PYTHON_TARBALL := Python-3.13.12.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts
