Rebuild for Python 3.6 without tests

This commit is contained in:
Charalampos Stratakis 2016-12-10 14:03:34 +01:00
parent 98bd0f359a
commit 73e4c27a64

View File

@ -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 <cstratak@redhat.com> - 0.30.0a0-4
- Rebuild for Python 3.6 without tests
* Tue Dec 06 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.30.0a0-3
- Add bootstrap method