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