diff --git a/Python-3.10.10.tar.xz b/Python-3.10.11.tar.xz similarity index 68% rename from Python-3.10.10.tar.xz rename to Python-3.10.11.tar.xz index 6cefd43ee12570f449d8ea3321ebfd4df6be2ab8..a8115c52dab73b1faa1b5a261017add818ef0cf8 100644 Binary files a/Python-3.10.10.tar.xz and b/Python-3.10.11.tar.xz differ diff --git a/python3.spec b/python3.spec index eb17a574011b7abeff6c411ffce0ff475a31465e..11cd41eb5732107ccba95a69db85f8cba945e931 100644 --- a/python3.spec +++ b/python3.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 1 %global pybasever 3.10 # pybasever without the dot: @@ -10,7 +10,7 @@ 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}.10 +%global general_version %{pybasever}.11 %global upstream_version %{general_version} Version: %{general_version} Release: %{anolis_release}%{?dist} @@ -49,7 +49,7 @@ License: Python # If the rpmwheels condition is disabled, we use the bundled wheel packages # from Python with the versions below. # This needs to be manually updated when we update Python. -%global pip_version 22.3.1 +%global pip_version 23.0.1 %global setuptools_version 65.5.0 # Expensive optimizations (mainly, profile-guided optimizations) @@ -485,7 +485,7 @@ The debug runtime additionally supports debug builds of C-API extensions %else # with flatpackage # We'll not provide this, on purpose -# No package in Fedora shall ever depend on flatpackage via this +# No package in distro shall ever depend on flatpackage via this %global __requires_exclude ^python\\(abi\\) = 3\\..+ %global __provides_exclude ^python\\(abi\\) = 3\\..+ @@ -515,7 +515,7 @@ Python %{pybasever} package for developers. This package exists to allow developers to test their code against a newer version of Python. This is not a full Python stack and if you wish to run -your applications with Python %{pybasever}, update your Fedora to a newer +your applications with Python %{pybasever}, update your distro to a newer version once Python %{pybasever} is stable. %endif # with flatpackage @@ -582,9 +582,9 @@ topdir=$(pwd) # Set common compiler/linker flags # We utilize the %%extension_...flags macros here so users building C/C++ # extensions with our python won't get all the compiler/linker flags used -# in Fedora RPMs. +# in RPMs. # Standard library built here will still use the %%build_...flags, -# Fedora packages utilizing %%py3_build will use them as well +# Our packages utilizing %%py3_build will use them as well export CFLAGS="%{extension_cflags} -D_GNU_SOURCE -fPIC -fwrapv" export CFLAGS_NODIST="%{build_cflags} -D_GNU_SOURCE -fPIC -fwrapv" export CXXFLAGS="%{extension_cxxflags} -D_GNU_SOURCE -fPIC -fwrapv" @@ -1428,6 +1428,9 @@ CheckPython optimized # ====================================================== %changelog +* Thu Apr 06 2023 Funda Wang - 3.10.11-1 +- New version 3.10.11 + * Tue Mar 28 2023 happy_orange - 3.10.10-4 - disable check