Rebuild for Python 3.6 with wheel.

Disable tests as the test dependencies have not been built yet.
This commit is contained in:
Charalampos Stratakis 2016-12-10 14:16:02 +01:00
parent 8c279e2dc6
commit 03fe032eeb

View File

@ -1,9 +1,9 @@
# Dependencies for check and wheel introduce circular dependencies # Dependencies for check and wheel introduce circular dependencies
# Set this to 0 after we've bootstrapped. # Set this to 0 after we've bootstrapped.
%{!?_with_bootstrap: %global bootstrap 1} %{!?_with_bootstrap: %global bootstrap 0}
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
%global with_check 1 %global with_check 0
%global build_wheel 1 %global build_wheel 1
%else %else
%global with_check 0 %global with_check 0
@ -30,7 +30,7 @@
Name: python-setuptools Name: python-setuptools
Version: 28.8.0 Version: 28.8.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -223,6 +223,10 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 28.8.0-3
- Rebuild for Python 3.6 with wheel
- Disable tests
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 28.8.0-2 * Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 28.8.0-2
- Rebuild for Python 3.6 without wheel - Rebuild for Python 3.6 without wheel