Rebuilt for Python3.5 rebuild

With wheel set to 1
This commit is contained in:
Robert Kuska 2015-10-14 10:38:05 +02:00
parent 459949c95f
commit d688f38fb0
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ pip-0.7.2.tar.gz
/pip-6.0.8.tar.gz
/pip-7.0.3.tar.gz
/pip-7.1.0.tar.gz
/pip-7.1.0-tests.tar.gz

View File

@ -1,6 +1,6 @@
%if (! 0%{?rhel}) || 0%{?rhel} > 7
%global with_python3 1
%global build_wheel 0
%global build_wheel 1
%global with_tests 0
%endif
%if 0%{?rhel} && 0%{?rhel} < 6
@ -22,7 +22,7 @@
Name: python-%{srcname}
Version: 7.1.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A tool for installing and managing Python packages
Group: Development/Libraries
@ -34,7 +34,7 @@ Source0: http://pypi.python.org/packages/source/p/pip/%{srcname}-%{versio
# git clone https://github.com/pypa/pip && cd fig
# git checkout 1.5.6 && tar -czvf pip-1.5.6-tests.tar.gz tests/
%if 0%{?with_tests}
Source1: pip-6.0.8-tests.tar.gz
Source1: pip-7.1.0-tests.tar.gz
%endif
Patch0: pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch
@ -232,6 +232,10 @@ popd
%endif # with_python3
%changelog
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 7.1.0-3
- Rebuilt for Python3.5 rebuild
- With wheel set to 1
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 7.1.0-2
- Rebuilt for Python3.5 rebuild

View File

@ -1 +1,2 @@
d935ee9146074b1d3f26c5f0acfd120e pip-7.1.0.tar.gz
8f5d8574a1c1d2bc535846adf8c7265a pip-7.1.0-tests.tar.gz