[python-pip/f20] updating to pip 1.4.1 and removing old CVE patch that's not needed anymore

Tim Flink tflink at fedoraproject.org
Tue Oct 15 14:47:11 UTC 2013


commit 42d5421d5012877bcf4e6c0238f54ba06c6e686e
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Mon Oct 14 15:13:50 2013 -0600

    updating to pip 1.4.1 and removing old CVE patch that's not needed anymore

 ...p-bugs.python.org-issue17980-in-code-back.patch |   36 --------------------
 python-pip.spec                                    |   11 +++---
 sources                                            |    1 +
 3 files changed, 7 insertions(+), 41 deletions(-)
---
diff --git a/python-pip.spec b/python-pip.spec
index da4e626..d4aecd8 100644
--- a/python-pip.spec
+++ b/python-pip.spec
@@ -8,16 +8,14 @@
 %global srcname pip
 
 Name:           python-%{srcname}
-Version:        1.3.1
-Release:        5%{?dist}
+Version:        1.4.1
+Release:        1%{?dist}
 Summary:        A tool for installing and managing Python packages
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.pip-installer.org
 Source0:        http://pypi.python.org/packages/source/p/pip/%{srcname}-%{version}.tar.gz
-# Sent to dstufft (upstream)
-Patch0: 0001-fix-for-http-bugs.python.org-issue17980-in-code-back.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -50,7 +48,6 @@ easy_installable should be pip-installable as well.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1
 
 %{__sed} -i '1d' pip/__init__.py
 
@@ -136,6 +133,10 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Oct 14 2013 Tim Flink <tflink at fedoraproject.org> - 1.4.1-1
+- Removed patch for CVE 2013-2099 as it has been included in the upstream 1.4.1 release
+- Updated version to 1.4.1
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4b91cac..23e5b3b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
+6afbb46aeb48abac658d4df742bff714  pip-1.4.1.tar.gz
 cbb27a191cebc58997c4da8513863153  pip-1.3.1.tar.gz


More information about the scm-commits mailing list