From 1993f3aaf26fe2240485f492d9fe63512f8213b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Sun, 8 May 2022 09:44:42 +0200 Subject: [PATCH] Update to 3.11.0b1 --- 00251-change-user-install-location.patch | 4 ++-- python3.11.spec | 9 ++++++--- sources | 4 ++-- tests/tests.yml | 1 + 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/00251-change-user-install-location.patch b/00251-change-user-install-location.patch index a6dc1c2..9948b58 100644 --- a/00251-change-user-install-location.patch +++ b/00251-change-user-install-location.patch @@ -54,7 +54,7 @@ index b11cd48e69..63ddd5b21b 100644 if os.path.isdir(sitedir): addsitedir(sitedir, known_paths) diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py -index 2a01342eda..447bfff83f 100644 +index e21b7303fe..37b04452bc 100644 --- a/Lib/sysconfig.py +++ b/Lib/sysconfig.py @@ -103,6 +103,25 @@ @@ -84,7 +84,7 @@ index 2a01342eda..447bfff83f 100644 # NOTE: site.py has copy of this function. # Sync it when modify this function. diff --git a/Lib/test/test_sysconfig.py b/Lib/test/test_sysconfig.py -index c7ec78fa4d..e47139df1f 100644 +index f2b93706b2..cc58f47cdb 100644 --- a/Lib/test/test_sysconfig.py +++ b/Lib/test/test_sysconfig.py @@ -333,7 +333,7 @@ def test_get_config_h_filename(self): diff --git a/python3.11.spec b/python3.11.spec index f158d2c..bbe7b1a 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -14,10 +14,10 @@ URL: https://www.python.org/ # WARNING When rebasing to a new Python version, # remember to update the python3-docs package as well %global general_version %{pybasever}.0 -%global prerel a7 +%global prerel b1 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 3%{?dist} +Release: 1%{?dist} License: Python @@ -59,7 +59,7 @@ License: Python # IMPORTANT: When bootstrapping, it's very likely the wheels for pip and # setuptools are not available. Turn off the rpmwheels bcond until # the two packages are built with wheels to get around the issue. -%bcond_with bootstrap +%bcond_without bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise @@ -1580,6 +1580,9 @@ CheckPython optimized # ====================================================== %changelog +* Sun May 08 2022 Tomáš Hrnčiar - 3.11.0~b1-1 +- Update to 3.11.0b1 + * Wed Apr 20 2022 Tomas Orsava - 3.11.0~a7-3 - Build Python 3.11 with subpackages - `python(abi)` is still not Provided for alternative Python versions diff --git a/sources b/sources index b5d0ea2..8012898 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (Python-3.11.0a7.tar.xz) = f193ff9dedece16a428db129f4aac9ee2ad5f73a7f7eda2063ed58bfe230a4bfef067fe6c03e2b26d01be1d3205cee8778489ea6543b74a9d2a1f415739a63ba -SHA512 (Python-3.11.0a7.tar.xz.asc) = eae66913e3a5efe70a0c3639537e5b19cd66175a61f6e8b46b194411e27df2ea3f6a8154ed05c5905f511815f011e80c5b06b3a836ea8749cb9825f85223ecc2 +SHA512 (Python-3.11.0b1.tar.xz) = f59f2905315593b2f486827ed7a1ffcce9e0faaac671c16026373c3e40d1e1c7b3e1f3384c2fbcbff8acc72c2466cd11c20fd04fbb6e839510d85966b38ebbf1 +SHA512 (Python-3.11.0b1.tar.xz.asc) = e47f2ad1ebc98681f82de74250b5d890e13d1c3c3573da24a4e646f9cdd41e035b9405646e0aee331df120d977f544a215df370b7a4b203082cf489776eca5ff diff --git a/tests/tests.yml b/tests/tests.yml index c82992d..5452b18 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -32,6 +32,7 @@ run: VERSION=3.11 SAMPLE=10 test_marshalparser_compatibility.sh required_packages: - gcc # for extension building in venv and selftest + - gcc-c++ # for test_cppext - gdb # for test_gdb - python3.11 # the test subject - tox # for venv tests