diff --git a/Python-3.10.8.tar.xz b/Python-3.10.9.tar.xz similarity index 68% rename from Python-3.10.8.tar.xz rename to Python-3.10.9.tar.xz index 5e5b1eb8fa1bdfba3529d84c00c7e2c31c659326..3c2c355c2f277923ea132d2341fa2b1dd07e090a 100644 Binary files a/Python-3.10.8.tar.xz and b/Python-3.10.9.tar.xz differ diff --git a/python3.spec b/python3.spec index 867bc24517f4bdf347c71de74861f0c5f1cb7aa6..db315110f5bf244eae9359f27d1b230a8db42565 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}.8 +%global general_version %{pybasever}.9 %global upstream_version %{general_version} Version: %{general_version} Release: %{anolis_release}%{?dist} @@ -49,8 +49,8 @@ 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.2 -%global setuptools_version 63.2.0 +%global pip_version 22.3.1 +%global setuptools_version 65.5.0 # Expensive optimizations (mainly, profile-guided optimizations) %bcond_without optimizations @@ -1432,6 +1432,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Dec 7 2022 Funda Wang - 3.10.9-1 +- New version 3.10.9 + * Wed Nov 30 2022 Funda Wang - 3.10.8-1 - New version 3.10.8