configure.ac | 2 +- download.lst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 038ccaff6a87617f774183eb78711b82adad2bdf Author: Xisco Fauli <[email protected]> AuthorDate: Wed Jun 4 09:45:48 2025 +0200 Commit: Christian Lohmaier <[email protected]> CommitDate: Thu Jun 5 11:30:20 2025 +0200 python3: upgrade to 3.10.18 downloaded from https://www.python.org/ftp/python/3.10.18/Python-3.10.18.tar.xz Change-Id: I357030626861fcc078129868c39a11d4795c8363 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186174 Tested-by: Christian Lohmaier <[email protected]> Reviewed-by: Christian Lohmaier <[email protected]> diff --git a/configure.ac b/configure.ac index 097817d1a6d6..cf408bbebbbd 100644 --- a/configure.ac +++ b/configure.ac @@ -10496,7 +10496,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}.17 + PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.18 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 c949af24d94e..ae7c3bf5f573 100644 --- a/download.lst +++ b/download.lst @@ -590,8 +590,8 @@ POSTGRESQL_TARBALL := postgresql-14.18.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts -PYTHON_SHA256SUM := 4c68050f049d1b4ac5aadd0df5f27941c0350d2a9e7ab0907ee5eb5225d9d6b0 -PYTHON_TARBALL := Python-3.10.17.tar.xz +PYTHON_SHA256SUM := ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f +PYTHON_TARBALL := Python-3.10.18.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts
