diff --git a/python-wheel.spec b/python-wheel.spec index 112755d..10c9f29 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,3 +1,4 @@ +%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 @@ -14,7 +15,7 @@ Name: python-%{pypi_name} Version: 0.30.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -139,6 +140,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Wed Jun 13 2018 Miro HronĨok - 1:0.30.0-2 +- Bootstrap for Python 3.7 + * Fri Feb 23 2018 Igor Gnatenko - 1:0.30.0-1 - Update to 0.30.0