Python: upgrade to 3.8.20
Downloaded from https://www.python.org/ftp/python/3.8.20/Python-3.8.20.tar.xz
Change-Id: I142d52236bcd4011359889ce6e64898ca08999c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172983
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
(cherry picked from commit f61641cbd6a06f6669b7390599925a3133e17ce1)
diff --git a/configure.ac b/configure.ac
index dbe3346..3fab490b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9932,7 +9932,7 @@
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=8
- 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 8d06fcc..4c3c428 100644
--- a/download.lst
+++ b/download.lst
@@ -486,8 +486,8 @@
# three static lines
# so that git cherry-pick
# will not run into conflicts
-PYTHON_SHA256SUM := d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076
-PYTHON_TARBALL := Python-3.8.19.tar.xz
+PYTHON_SHA256SUM := 6fb89a7124201c61125c0ab4cf7f6894df339a40c02833bfd28ab4d7691fafb4
+PYTHON_TARBALL := Python-3.8.20.tar.xz
# three static lines
# so that git cherry-pick
# will not run into conflicts