Python3: update to 3.11.4

This commit is contained in:
Rudi Heitbaum 2023-06-06 23:22:33 +00:00
parent 7647b1f460
commit c199c4a65a
3 changed files with 12 additions and 11 deletions

View File

@ -3,8 +3,8 @@
PKG_NAME="Python3" PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION! # When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.11.3" PKG_VERSION="3.11.4"
PKG_SHA256="8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e" PKG_SHA256="2f0e409df2ab57aa9fc4cbddfb976af44e4e55bf6f619eee6bc5c2297264a7f6"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="https://www.python.org/" PKG_SITE="https://www.python.org/"
PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz" PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"

View File

@ -48,9 +48,9 @@ index 403380e181..f5d0573067 100644
- lib2to3/tests/data \ - lib2to3/tests/data \
- lib2to3/tests/data/fixers \ - lib2to3/tests/data/fixers \
- lib2to3/tests/data/fixers/myfixes \ - lib2to3/tests/data/fixers/myfixes \
test test/audiodata \ test \
test/capath test/cjkencodings \ test/audiodata \
test/data test/decimaltestdata \ test/capath \
@@ -2013,6 +2010,14 @@ ifeq (@PYDOC@,yes) @@ -2013,6 +2010,14 @@ ifeq (@PYDOC@,yes)
LIBSUBDIRS += pydoc_data LIBSUBDIRS += pydoc_data
endif endif

View File

@ -26,15 +26,16 @@ index 9f4cdf14cf..4f83911200 100644
tomllib \ tomllib \
turtledemo \ turtledemo \
unittest \ unittest \
@@ -2001,8 +2000,6 @@ TESTSUBDIRS= ctypes/test \ @@ -2001,9 +2000,6 @@ TESTSUBDIRS= ctypes/test \
test/tracedmodules \ test/xmltestdata \
test/xmltestdata test/xmltestdata/c14n-20 \ test/xmltestdata/c14n-20 \
test/ziptestdata \ test/ziptestdata \
- tkinter/test tkinter/test/test_tkinter \ - tkinter/test \
- tkinter/test/test_tkinter \
- tkinter/test/test_ttk \ - tkinter/test/test_ttk \
unittest/test unittest/test/testmock unittest/test \
unittest/test/testmock
ifeq (@PYDOC@,yes)
@@ -2021,6 +2018,13 @@ ifeq (@SQLITE3@,yes) @@ -2021,6 +2018,13 @@ ifeq (@SQLITE3@,yes)
LIBSUBDIRS += sqlite3 LIBSUBDIRS += sqlite3
endif endif