diff --git a/packages/lang/Python3/package.mk b/packages/lang/Python3/package.mk index 71cf16b9ba..a197e831a0 100644 --- a/packages/lang/Python3/package.mk +++ b/packages/lang/Python3/package.mk @@ -3,8 +3,8 @@ PKG_NAME="Python3" # When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION! -PKG_VERSION="3.12.9" -PKG_SHA256="7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f81112" +PKG_VERSION="3.12.10" +PKG_SHA256="07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea" PKG_LICENSE="OSS" PKG_SITE="https://www.python.org/" PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz" diff --git a/packages/lang/Python3/patches/0008-Add-an-option-to-disable-the-tk-module.patch b/packages/lang/Python3/patches/0008-Add-an-option-to-disable-the-tk-module.patch index e58186f6ef..29859f4037 100644 --- a/packages/lang/Python3/patches/0008-Add-an-option-to-disable-the-tk-module.patch +++ b/packages/lang/Python3/patches/0008-Add-an-option-to-disable-the-tk-module.patch @@ -39,9 +39,9 @@ index 7b6c9811a6..6d9527ddd0 100644 test/test_tomllib/data \ test/test_tomllib/data/invalid \ @@ -2232,7 +2230,6 @@ TESTSUBDIRS= idlelib/idle_test \ - test/test_tomllib/data/valid/multiline-basic-str \ test/test_tools \ test/test_tools/i18n_data \ + test/test_tools/msgfmt_data \ - test/test_ttk \ test/test_unittest \ test/test_unittest/testmock \