diff --git a/package/python3/0008-Add-an-option-to-disable-the-tk-module.patch b/package/python3/0008-Add-an-option-to-disable-the-tk-module.patch index 6fb80871cb..5408231168 100644 --- a/package/python3/0008-Add-an-option-to-disable-the-tk-module.patch +++ b/package/python3/0008-Add-an-option-to-disable-the-tk-module.patch @@ -1,4 +1,4 @@ -From 4d02905278ef62aaf9e984022033c3390d675948 Mon Sep 17 00:00:00 2001 +From 7ce7f1c5bc94e7609fe1a7317f8094892cf3c43e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 22 Feb 2017 17:23:42 -0800 Subject: [PATCH] Add an option to disable the tk module @@ -13,13 +13,15 @@ Signed-off-by: Adam Duskett Signed-off-by: Bernd Kuhls [ Adam Duskett: ported to Python 3.12.1 ] Signed-off-by: Adam Duskett +[ Marcus Hoffmann: ported to Python 3.12.10 ] +Signed-off-by: Marcus Hoffmann --- Makefile.pre.in | 8 +++++--- configure.ac | 7 +++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in -index 7c5bcea59ba..5de6f63220d 100644 +index 42f665e12b3..01e62203cd5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2108,7 +2108,6 @@ LIBSUBDIRS= asyncio \ @@ -30,7 +32,7 @@ index 7c5bcea59ba..5de6f63220d 100644 tomllib \ turtledemo \ unittest \ -@@ -2213,7 +2212,6 @@ TESTSUBDIRS= idlelib/idle_test \ +@@ -2214,7 +2213,6 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_peg_generator \ test/test_pydoc \ test/test_sqlite3 \ @@ -38,15 +40,15 @@ index 7c5bcea59ba..5de6f63220d 100644 test/test_tomllib \ test/test_tomllib/data \ test/test_tomllib/data/invalid \ -@@ -2234,7 +2232,6 @@ TESTSUBDIRS= idlelib/idle_test \ - test/test_tomllib/data/valid/multiline-basic-str \ +@@ -2236,7 +2234,6 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_tools \ test/test_tools/i18n_data \ + test/test_tools/msgfmt_data \ - test/test_ttk \ test/test_unittest \ test/test_unittest/testmock \ test/test_warnings \ -@@ -2259,6 +2256,11 @@ TESTSUBDIRS= idlelib/idle_test \ +@@ -2261,6 +2258,11 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_multiprocessing_forkserver \ test/test_multiprocessing_spawn @@ -59,10 +61,10 @@ index 7c5bcea59ba..5de6f63220d 100644 ifeq (@PYDOC@,yes) diff --git a/configure.ac b/configure.ac -index 3fbcabe29c8..4331ed4264f 100644 +index b2a60b7865f..23db7446cdc 100644 --- a/configure.ac +++ b/configure.ac -@@ -4532,6 +4532,13 @@ AC_ARG_ENABLE(pydoc, +@@ -4553,6 +4553,13 @@ AC_ARG_ENABLE(pydoc, AS_HELP_STRING([--disable-pydoc], [disable pydoc]), [ PYDOC="${enableval}" ], [ PYDOC=yes ]) @@ -77,5 +79,5 @@ index 3fbcabe29c8..4331ed4264f 100644 AH_TEMPLATE([ENABLE_IPV6], [Define if --enable-ipv6 is specified]) AC_MSG_CHECKING([if --enable-ipv6 is specified]) -- -2.39.5 +2.43.0 diff --git a/package/python3/python3.hash b/package/python3/python3.hash index 34e795b704..2772e33109 100644 --- a/package/python3/python3.hash +++ b/package/python3/python3.hash @@ -1,5 +1,5 @@ -# From https://www.python.org/downloads/release/python-3129/ -md5 880942124f7d5c01e7b65cbad62dc873 Python-3.12.9.tar.xz +# From https://www.python.org/downloads/release/python-31210/ +md5 0c0a6cce86d7611aed691d61e0599de0 Python-3.12.10.tar.xz # Locally computed -sha256 7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f81112 Python-3.12.9.tar.xz +sha256 07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea Python-3.12.10.tar.xz sha256 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf LICENSE diff --git a/package/python3/python3.mk b/package/python3/python3.mk index b15c27053f..6b3a3e81f3 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -5,7 +5,7 @@ ################################################################################ PYTHON3_VERSION_MAJOR = 3.12 -PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).9 +PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).10 PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION) PYTHON3_LICENSE = Python-2.0, others