diff --git a/.gitignore b/.gitignore index 2153847..4844c76 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-pip.spec b/python-pip.spec index b53323f..8a8a2af 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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: diff --git a/sources b/sources index 6722521..31e725f 100644 --- a/sources +++ b/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