From d20101fdfc8f8a96a33ecb58c342b79bfd233b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 12 Oct 2020 21:03:07 +0200 Subject: [PATCH] Finish initial bootstrap, build Python 3.10 with Python 3.10 --- python3.10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.10.spec b/python3.10.spec index 456b1cd..ae3aacb 100644 --- a/python3.10.spec +++ b/python3.10.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 @@ -60,7 +60,7 @@ License: Python # 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 @@ -1619,5 +1619,8 @@ CheckPython optimized # ====================================================== %changelog +* Mon Oct 12 2020 Miro Hrončok - 3.10.0~a1-2 +- Finish initial bootstrap, build Python 3.10 with Python 3.10 + * Fri Oct 09 2020 Miro Hrončok - 3.10.0~a1-1 - Initial Python 3.10 package forked from Python 3.9