diff --git a/Python-3.10.6.tar.xz b/Python-3.10.8.tar.xz similarity index 68% rename from Python-3.10.6.tar.xz rename to Python-3.10.8.tar.xz index e55aa4edd50edaded2768e452aa77ad0b91712aa..5e5b1eb8fa1bdfba3529d84c00c7e2c31c659326 100644 Binary files a/Python-3.10.6.tar.xz and b/Python-3.10.8.tar.xz differ diff --git a/python3.spec b/python3.spec index 7e212410bd53c220dfcc511db7b207d781be25a2..867bc24517f4bdf347c71de74861f0c5f1cb7aa6 100644 --- a/python3.spec +++ b/python3.spec @@ -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}.6 +%global general_version %{pybasever}.8 %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.2.1 +%global pip_version 22.2.2 %global setuptools_version 63.2.0 # Expensive optimizations (mainly, profile-guided optimizations) @@ -522,7 +522,7 @@ version once Python %{pybasever} is stable. # ====================================================== %prep -%autosetup -S git_am -n Python-%{upstream_version} +%autosetup -n Python-%{upstream_version} %if %{with rpmwheels} rm Lib/ensurepip/_bundled/pip-%{pip_version}-py3-none-any.whl @@ -1432,6 +1432,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Nov 30 2022 Funda Wang - 3.10.8-1 +- New version 3.10.8 + * Tue Aug 30 2022 Chunmei Xu - 3.10.6-1 - update to 3.10.6