From 1bc45ffecb2b268fb56fbdc61ceb0ff429168d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 28 Oct 2022 01:55:47 +0200 Subject: [PATCH] Finish initial bootstrap of Python 3.12.0a1 --- python3.12.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index abb36aa..5595478 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel a1 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} License: Python-2.0.1 # Getting this build in Koji on 32bit ARM is frustrating due to technical problems @@ -70,7 +70,7 @@ ExcludeArch: %{arm} # IMPORTANT: When bootstrapping, it's very likely the wheels for pip and # setuptools are not available. Turn off the rpmwheels bcond until # the two packages are built with wheels to get around the issue. -%bcond_without bootstrap +%bcond_with bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise @@ -1633,5 +1633,8 @@ CheckPython optimized # ====================================================== %changelog +* Thu Oct 27 2022 Miro Hrončok - 3.12.0~a1-2 +- Finish initial bootstrap of Python 3.12.0a1 + * Wed Oct 26 2022 Tomáš Hrnčiar - 3.12.0~a1-1 - Initial Python 3.12 package forked from Python 3.11