update version to 3.11.6
This commit is contained in:
parent
8072b010cb
commit
e3c1efcdbf
Binary file not shown.
18
python3.spec
18
python3.spec
@ -2,8 +2,8 @@ Name: python3
|
|||||||
Summary: Interpreter of the Python3 programming language
|
Summary: Interpreter of the Python3 programming language
|
||||||
URL: https://www.python.org/
|
URL: https://www.python.org/
|
||||||
|
|
||||||
Version: 3.11.4
|
Version: 3.11.6
|
||||||
Release: 3
|
Release: 1
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
|
|
||||||
%global branchversion 3.11
|
%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_gdb \
|
||||||
-x test_socket \
|
-x test_socket \
|
||||||
-x test_asyncio \
|
-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
|
export OPENSSL_CONF=/non-existing-file
|
||||||
LD_LIBRARY_PATH=$(pwd)/build/optimized $(pwd)/build/optimized/python -m test.pythoninfo
|
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_gdb \
|
||||||
-x test_socket \
|
-x test_socket \
|
||||||
-x test_asyncio \
|
-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_WHITELIST="$BEP_WHITELIST_TMP"
|
||||||
export BEP_GTDLIST="$BEP_GTDLIST_TMP"
|
export BEP_GTDLIST="$BEP_GTDLIST_TMP"
|
||||||
@ -842,6 +846,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 31 2024 xinsheng3<xinsheng3@huawei.com> - 3.11.6-1
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update version to 3.11.6
|
||||||
|
|
||||||
* Wed Sep 20 2023 futao<futao10@huawei.com> - 3.11.4-3
|
* Wed Sep 20 2023 futao<futao10@huawei.com> - 3.11.4-3
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user