Upload 9.0.1 sources
This commit is contained in:
parent
7ea3985a41
commit
3d2b99cd70
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ pip-0.7.2.tar.gz
|
|||||||
/pip-8.0.2.tar.gz
|
/pip-8.0.2.tar.gz
|
||||||
/pip-8.1.2.tar.gz
|
/pip-8.1.2.tar.gz
|
||||||
/pip-8.1.2-tests.tar.gz
|
/pip-8.1.2-tests.tar.gz
|
||||||
|
/pip-9.0.1.tar.gz
|
||||||
|
/pip-9.0.1-tests.tar.gz
|
||||||
|
@ -29,9 +29,9 @@ BuildArch: noarch
|
|||||||
|
|
||||||
# to get tests:
|
# to get tests:
|
||||||
# git clone https://github.com/pypa/pip && cd pip
|
# git clone https://github.com/pypa/pip && cd pip
|
||||||
# git checkout 8.0.2 && tar -czvf pip-8.0.2-tests.tar.gz tests/
|
# git checkout 9.0.1 && tar -czvf ../pip-9.0.1-tests.tar.gz tests/
|
||||||
%if 0%{?with_tests}
|
%if 0%{?with_tests}
|
||||||
Source1: pip-8.1.2-tests.tar.gz
|
Source1: pip-9.0.1-tests.tar.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Patch until the following issue gets implemented upstream:
|
# Patch until the following issue gets implemented upstream:
|
||||||
|
Loading…
Reference in New Issue
Block a user