diff --git a/python-wheel.spec b/python-wheel.spec index 2e0f794..5cc6d97 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,10 +1,10 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global pypi_name wheel Name: python-%{pypi_name} Version: 0.30.0a0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A built-package format for Python License: MIT @@ -107,6 +107,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %exclude %{python3_sitelib}/%{pypi_name}/test %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 0.30.0a0-4 +- Rebuild for Python 3.6 without tests + * Tue Dec 06 2016 Igor Gnatenko - 0.30.0a0-3 - Add bootstrap method