diff --git a/python-wheel.spec b/python-wheel.spec index 469cdd6..26f8771 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 # The function of bootstrap is that it disables the wheel subpackage %bcond_with bootstrap @@ -15,7 +14,7 @@ Name: python-%{pypi_name} Version: 0.33.6 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -119,6 +118,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Fri May 22 2020 Miro Hrončok - 1:0.33.6-5 +- Rebuilt for Python 3.9 + * Thu May 21 2020 Miro Hrončok - 1:0.33.6-4 - Bootstrap for Python 3.9