From f8c77ac8a892a0a75685b287892501eae84d8ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 15:40:59 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-wheel.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index 8aaf9a8..79a2463 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,4 +1,3 @@ -%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 @@ -11,7 +10,7 @@ Name: python-%{pypi_name} Version: 0.33.1 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -149,6 +148,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Thu Aug 15 2019 Miro Hrončok - 1:0.33.1-5 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 1:0.33.1-4 - Bootstrap for Python 3.8