From 319306cca0d0e20cf235166d312d8f65a45b21f3 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Thu, 4 Jun 2015 11:47:42 +0200 Subject: [PATCH] Update to 7.0.3 --- .gitignore | 1 + ...rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch | 6 +++--- python-pip.spec | 5 ++++- sources | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9ee51e6..4635453 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch b/pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch index bc7fa88..d581eee 100644 --- a/pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch +++ b/pip-1.5rc1-allow-stripping-prefix-from-wheel-RECORD-files.patch @@ -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): diff --git a/python-pip.spec b/python-pip.spec index f9551e9..a4781aa 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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 - 7.0.3-1 +- Update to 7.0.3 + * Fri Mar 06 2015 Matej Stuchlik - 6.0.8-1 - Update to 6.0.8 diff --git a/sources b/sources index 7d60591..1563812 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2332e6f97e75ded3bddde0ced01dbda3 pip-6.0.8.tar.gz +54cbf5ae000fb3af3367345f5d299d1c pip-7.0.3.tar.gz