diff --git a/Python-3.10.12.tar.xz b/Python-3.10.13.tar.xz similarity index 68% rename from Python-3.10.12.tar.xz rename to Python-3.10.13.tar.xz index 8a9695fabe90baec4d6478864401e56c7307b6ed..dea87c6475b36382a11f97377f8c245e35292951 100644 Binary files a/Python-3.10.12.tar.xz and b/Python-3.10.13.tar.xz differ diff --git a/python3.spec b/python3.spec index d7f0e8761b2ac84f1e9f476ebc00d3fbb2172e82..5a016ac139ed0aa270d1840a07e734da47503776 100644 --- a/python3.spec +++ b/python3.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%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}.12 +%global general_version %{pybasever}.13 %global upstream_version %{general_version} Version: %{general_version} Release: %{anolis_release}%{?dist} @@ -1492,6 +1492,9 @@ CheckPython optimized # ====================================================== %changelog +* Fri Aug 25 2023 Funda Wang - 3.10.13-1 +- New version 3.10.13 + * Fri Aug 4 2023 Wenlong Zhang - 3.10.12-2 - add loongarch64 support