Update to 7.0.3

This commit is contained in:
Matej Stuchlik 2015-06-04 11:47:42 +02:00
parent f50907e1c1
commit 319306cca0
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ pip-0.7.2.tar.gz
/pip-1.5.6.tar.gz
/pip-1.5.6-tests.tar.gz
/pip-6.0.8.tar.gz
/pip-7.0.3.tar.gz

View File

@ -40,8 +40,8 @@ index 3ae306d..c171130 100644
else:
return True
- def install(self, install_options, global_options=(), root=None):
+ def install(self, install_options, global_options=(), root=None, strip_file_prefix=None):
- def install(self, install_options, global_options=[], root=None):
+ def install(self, install_options, global_options=[], root=None, strip_file_prefix=None):
if self.editable:
self.install_editable(install_options, global_options)
return
@ -60,7 +60,7 @@ index 3ae306d..c171130 100644
@@ -844,14 +848,15 @@ exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
def is_wheel(self):
return self.url and '.whl' in self.url
return self.link and self.link.is_wheel
- def move_wheel_files(self, wheeldir, root=None):
+ def move_wheel_files(self, wheeldir, root=None, strip_file_prefix=None):

View File

@ -16,7 +16,7 @@
%endif
Name: python-%{srcname}
Version: 6.0.8
Version: 7.0.3
Release: 1%{?dist}
Summary: A tool for installing and managing Python packages
@ -173,6 +173,9 @@ popd
%endif # with_python3
%changelog
* Thu Jun 04 2015 Matej Stuchlik <mstuchli@redhat.com> - 7.0.3-1
- Update to 7.0.3
* Fri Mar 06 2015 Matej Stuchlik <mstuchli@redhat.com> - 6.0.8-1
- Update to 6.0.8

View File

@ -1 +1 @@
2332e6f97e75ded3bddde0ced01dbda3 pip-6.0.8.tar.gz
54cbf5ae000fb3af3367345f5d299d1c pip-7.0.3.tar.gz