From 42020c5c6409a226061b0be8f135be4e47186ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 20:32:57 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-wheel.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index 10c9f29..4e55f07 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 # Note that the only function of bootstrap is that it disables the test suite: # bcond_with bootstrap = tests enabled %bcond_with bootstrap @@ -15,7 +14,7 @@ Name: python-%{pypi_name} Version: 0.30.0 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -140,6 +139,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Mon Jun 18 2018 Miro Hrončok - 1:0.30.0-3 +- Rebuilt for Python 3.7 + * Wed Jun 13 2018 Miro Hrončok - 1:0.30.0-2 - Bootstrap for Python 3.7