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