Rebuilt for Python3.5 rebuild

Update to v18.4, build with wheel and check phase
This commit is contained in:
Robert Kuska 2015-10-14 11:00:14 +02:00
parent 59b00d790e
commit 3bceb75c74
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/setuptools-18.1.tar.gz /setuptools-18.1.tar.gz
/setuptools-18.3.1.tar.gz /setuptools-18.3.1.tar.gz
/setuptools-18.3.2.tar.gz /setuptools-18.3.2.tar.gz
/setuptools-18.4.tar.gz

View File

@ -1,11 +1,11 @@
%if 0%{?fedora} %if 0%{?fedora}
%global with_python3 1 %global with_python3 1
%global with_check 0 %global with_check 1
# This controls whether setuptools is build as a wheel or not, # This controls whether setuptools is build as a wheel or not,
# simplifying Python 3.4 bootstraping process # simplifying Python 3.4 bootstraping process
%if %{fedora} > 20 %if %{fedora} > 20
%global build_wheel 0 %global build_wheel 1
%endif %endif
%else %else
@ -26,8 +26,8 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 18.3.2 Version: 18.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -207,6 +207,10 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.coM> - 18.4-1
- Update to 18.4. Fixes bug #1270578
- Build with wheel and check phase
* Wed Sep 23 2015 Robert Kuska <rkuska@redhat.com> - 18.3.2-2 * Wed Sep 23 2015 Robert Kuska <rkuska@redhat.com> - 18.3.2-2
- Python3.5 rebuild: rebuild without wheel and check phase - Python3.5 rebuild: rebuild without wheel and check phase

View File

@ -1 +1 @@
d30c969065bd384266e411c446a86623 setuptools-18.3.2.tar.gz 214c6c43bd7035e870c1beab402c48e7 setuptools-18.4.tar.gz