Rebuilt for Python3.5 rebuild
Update to v18.4, build with wheel and check phase
This commit is contained in:
parent
59b00d790e
commit
3bceb75c74
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user