From 8fe9ebffa873b38a39cdd3024ee776e8c2fff227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Aug 2019 19:46:57 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index dbad0b5..3e77f87 100644 --- a/python3.spec +++ b/python3.spec @@ -1,3 +1,7 @@ +%global _without_optimizations 1 +%global _without_tests 1 +%global _without_rpmwheels 1 +%global _with_bootstrap 1 # ================== # Top-level metadata # ================== @@ -17,7 +21,7 @@ URL: https://www.python.org/ %global prerel b3 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} License: Python @@ -1528,6 +1532,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Aug 14 2019 Miro Hrončok - 3.8.0~b3-2 +- Bootstrap for Python 3.8 + * Tue Aug 13 2019 Miro Hrončok - 3.8.0~b3-1 - Update to 3.8.0b3