diff --git a/packages/lang/Python3/package.mk b/packages/lang/Python3/package.mk index 32e374aa96..1dc2d4f209 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.11.3" -PKG_SHA256="8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e" +PKG_VERSION="3.11.4" +PKG_SHA256="2f0e409df2ab57aa9fc4cbddfb976af44e4e55bf6f619eee6bc5c2297264a7f6" 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/0012-Add-an-option-to-disable-lib2to3.patch b/packages/lang/Python3/patches/0012-Add-an-option-to-disable-lib2to3.patch index 0085d5a63f..a41a6cfa47 100644 --- a/packages/lang/Python3/patches/0012-Add-an-option-to-disable-lib2to3.patch +++ b/packages/lang/Python3/patches/0012-Add-an-option-to-disable-lib2to3.patch @@ -48,9 +48,9 @@ index 403380e181..f5d0573067 100644 - lib2to3/tests/data \ - lib2to3/tests/data/fixers \ - lib2to3/tests/data/fixers/myfixes \ - test test/audiodata \ - test/capath test/cjkencodings \ - test/data test/decimaltestdata \ + test \ + test/audiodata \ + test/capath \ @@ -2013,6 +2010,14 @@ ifeq (@PYDOC@,yes) LIBSUBDIRS += pydoc_data endif diff --git a/packages/lang/Python3/patches/0014-Add-an-option-to-disable-the-tk-module.patch b/packages/lang/Python3/patches/0014-Add-an-option-to-disable-the-tk-module.patch index 04f7e34435..41184bd869 100644 --- a/packages/lang/Python3/patches/0014-Add-an-option-to-disable-the-tk-module.patch +++ b/packages/lang/Python3/patches/0014-Add-an-option-to-disable-the-tk-module.patch @@ -26,15 +26,16 @@ index 9f4cdf14cf..4f83911200 100644 tomllib \ turtledemo \ unittest \ -@@ -2001,8 +2000,6 @@ TESTSUBDIRS= ctypes/test \ - test/tracedmodules \ - test/xmltestdata test/xmltestdata/c14n-20 \ +@@ -2001,9 +2000,6 @@ TESTSUBDIRS= ctypes/test \ + test/xmltestdata \ + test/xmltestdata/c14n-20 \ test/ziptestdata \ -- tkinter/test tkinter/test/test_tkinter \ +- tkinter/test \ +- tkinter/test/test_tkinter \ - tkinter/test/test_ttk \ - unittest/test unittest/test/testmock + unittest/test \ + unittest/test/testmock - ifeq (@PYDOC@,yes) @@ -2021,6 +2018,13 @@ ifeq (@SQLITE3@,yes) LIBSUBDIRS += sqlite3 endif