diff --git a/python-wheel.spec b/python-wheel.spec index 742be36..8aaf9a8 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,3 +1,4 @@ +%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 @@ -10,7 +11,7 @@ Name: python-%{pypi_name} Version: 0.33.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -148,6 +149,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Wed Aug 14 2019 Miro HronĨok - 1:0.33.1-4 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 1:0.33.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild