From 44fe2c110d2e50ad817fe3287b68acd779f8069c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Aug 2019 22:25:53 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-wheel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wheel.spec b/python-wheel.spec index 742be36..8aaf9a8 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # Note that the function of bootstrap is that it disables the test suite and whl # bcond_with bootstrap = tests enabled, package with whl created %bcond_with bootstrap @@ -10,7 +11,7 @@ Name: python-%{pypi_name} Version: 0.33.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -148,6 +149,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Wed Aug 14 2019 Miro HronĨok - 1:0.33.1-4 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 1:0.33.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild