diff --git a/Python-3.11.4.tar.xz b/Python-3.11.6.tar.xz similarity index 68% rename from Python-3.11.4.tar.xz rename to Python-3.11.6.tar.xz index e5c5a9d..eac8cb2 100644 Binary files a/Python-3.11.4.tar.xz and b/Python-3.11.6.tar.xz differ diff --git a/python3.spec b/python3.spec index 9195359..6b57d48 100644 --- a/python3.spec +++ b/python3.spec @@ -2,8 +2,8 @@ Name: python3 Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ -Version: 3.11.4 -Release: 3 +Version: 3.11.6 +Release: 1 License: Python-2.0 %global branchversion 3.11 @@ -413,7 +413,9 @@ LD_LIBRARY_PATH=$(pwd)/build/debug $(pwd)/build/debug/python -m test.regrtest \ -x test_gdb \ -x test_socket \ -x test_asyncio \ - -i test_freeze_simple_script + -i test_freeze_simple_script \ + -i test_check_probes \ + -i test_peg_generator export OPENSSL_CONF=/non-existing-file LD_LIBRARY_PATH=$(pwd)/build/optimized $(pwd)/build/optimized/python -m test.pythoninfo @@ -426,7 +428,9 @@ LD_LIBRARY_PATH=$(pwd)/build/optimized $(pwd)/build/optimized/python -m test.reg -x test_gdb \ -x test_socket \ -x test_asyncio \ - -i test_freeze_simple_script + -i test_freeze_simple_script \ + -i test_check_probes \ + -i test_peg_generator export BEP_WHITELIST="$BEP_WHITELIST_TMP" export BEP_GTDLIST="$BEP_GTDLIST_TMP" @@ -842,6 +846,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Jan 31 2024 xinsheng3 - 3.11.6-1 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:update version to 3.11.6 + * Wed Sep 20 2023 futao - 3.11.4-3 - Type:bugfix - CVE:NA