From b8586120e5f70b903adb941a84917244477c740c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 1 Jun 2021 16:53:08 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python3.10.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python3.10.spec b/python3.10.spec index bfcec8d..175f572 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -1,7 +1,3 @@ -%global _without_optimizations 1 -%global _without_tests 1 -%global _without_rpmwheels 1 -%global _with_bootstrap 1 # ================== # Top-level metadata # ================== @@ -21,7 +17,7 @@ URL: https://www.python.org/ %global prerel b2 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} License: Python @@ -1582,6 +1578,9 @@ CheckPython optimized # ====================================================== %changelog +* Tue Jun 01 2021 Python Maint - 3.10.0~b2-3 +- Rebuilt for Python 3.10 + * Tue Jun 01 2021 Python Maint - 3.10.0~b2-2 - Bootstrap for Python 3.10