Upload 9.0.1 sources
This commit is contained in:
parent
7ea3985a41
commit
3d2b99cd70
3 changed files with 6 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -16,3 +16,5 @@ pip-0.7.2.tar.gz
|
|||
/pip-8.0.2.tar.gz
|
||||
/pip-8.1.2.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:
|
||||
# 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}
|
||||
Source1: pip-8.1.2-tests.tar.gz
|
||||
Source1: pip-9.0.1-tests.tar.gz
|
||||
%endif
|
||||
|
||||
# Patch until the following issue gets implemented upstream:
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
87083c0b9867963b29f7aba3613e8f4a pip-8.1.2.tar.gz
|
||||
e489edb75d6c23727731717d96003f2b pip-8.1.2-tests.tar.gz
|
||||
35f01da33009719497f01a4ba69d63c9 pip-9.0.1.tar.gz
|
||||
93ea1b8882c0e3e0e52d5034970d900f pip-9.0.1-tests.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue