From 9557dd60da14a8bca21e52d4e315bd1f28cb9aea Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 20 Dec 2010 16:02:19 -0500 Subject: [PATCH 01/13] Update pip to 0.8.2 --- .gitignore | 1 + python-pip.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0be679f..f35d795 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pip-0.7.2.tar.gz /pip-0.8.tar.gz +/pip-0.8.2.tar.gz diff --git a/python-pip.spec b/python-pip.spec index 8dc4e9e..ca3a1fe 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -3,7 +3,7 @@ %global srcname pip Name: python-%{srcname} -Version: 0.8 +Version: 0.8.2 Release: 1%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement @@ -50,6 +50,8 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %{python_sitelib}/pip* %changelog +* Mon Dec 20 2010 Luke Macken - 0.8.2-1 +- update to 0.8.2 of pip * Mon Aug 30 2010 Peter Halliday - 0.8-1 - update to 0.8 of pip * Thu Jul 22 2010 David Malcolm - 0.7.2-5 diff --git a/sources b/sources index 9cfbdb1..889aab0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -468d9adc309f33ad51cee38f0d455429 pip-0.8.tar.gz +df1eca0abe7643d92b5222240bed15f6 pip-0.8.2.tar.gz From 8709b73553c439530837615863724eacd14b749f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 23:43:12 -0600 Subject: [PATCH 02/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- python-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index ca3a1fe..7874d40 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries @@ -50,6 +50,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %{python_sitelib}/pip* %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Dec 20 2010 Luke Macken - 0.8.2-1 - update to 0.8.2 of pip * Mon Aug 30 2010 Peter Halliday - 0.8-1 From 74924e00ab813218bb753032375a1adec4af6958 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 24 Jun 2011 09:00:30 -0600 Subject: [PATCH 03/13] Update to 0.8.3, project web page and removing an EPEL4 specific command. --- python-pip.spec | 13 +++++++++---- sources | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 7874d40..389ba42 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -3,13 +3,13 @@ %global srcname pip Name: python-%{srcname} -Version: 0.8.2 -Release: 2%{?dist} +Version: 0.8.3 +Release: 1%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries License: MIT -URL: http://pip.openplans.org +URL: http://www.pip-installer.org Source0: http://pypi.python.org/packages/source/p/pip/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -38,18 +38,23 @@ pip is meant to improve on easy_install.bulletin boards, etc.). %{__rm} -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__rm} -rf %{buildroot}%{_bindir}/pip-* + +# Change the name of the pip executable in order to not conflict with perl-pip +# https://bugzilla.redhat.com/show_bug.cgi?id=616399 mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %clean %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,-) %doc PKG-INFO docs %attr(755,root,root) %{_bindir}/pip-python %{python_sitelib}/pip* %changelog +* Wed Jun 22 2011 Tim Flink - 0.8.3-1 +- update to 0.8.3 and project home page + * Tue Feb 08 2011 Fedora Release Engineering - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 889aab0..a3c8d33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df1eca0abe7643d92b5222240bed15f6 pip-0.8.2.tar.gz +0603337a81f83df2b1d2f1151565efac pip-0.8.3.tar.gz From c20efaebc1c4285264ac2b5c2376aece4fdda12d Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 24 Jun 2011 09:34:33 -0600 Subject: [PATCH 04/13] Forgot to add changes to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f35d795..7e84806 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pip-0.7.2.tar.gz /pip-0.8.tar.gz /pip-0.8.2.tar.gz +/pip-0.8.3.tar.gz From aded0dc96ca6b27537893d4aa1f7480791a8a98c Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Sun, 23 Oct 2011 12:02:40 -0600 Subject: [PATCH 05/13] update pip to 1.0.2 and add python3 package --- .gitignore | 1 + python-pip.spec | 78 ++++++++++++++++++++++++++++++++++++++++++++----- sources | 2 +- 3 files changed, 73 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7e84806..11be19f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pip-0.7.2.tar.gz /pip-0.8.tar.gz /pip-0.8.2.tar.gz /pip-0.8.3.tar.gz +/pip-1.0.2.tar.gz diff --git a/python-pip.spec b/python-pip.spec index 389ba42..d4f1bc9 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,11 +1,16 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%if (! 0%{?rhel}) || 0%{?rhel} > 6 +%global with_python3 1 +%endif +%if 0%{?rhel} && 0%{?rhel} < 6 +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} +%endif %global srcname pip Name: python-%{srcname} -Version: 0.8.3 +Version: 1.0.2 Release: 1%{?dist} -Summary: Pip installs packages. Python packages. An easy_install replacement +Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries License: MIT @@ -15,43 +20,102 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools Requires: python-setuptools %description - Pip is a replacement for `easy_install `_. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well. -pip is meant to improve on easy_install.bulletin boards, etc.). + +%if 0%{?with_python3} +%package -n python3-pip +Summary: Pip installs packages. Python3 packages. An easy_install replacement +Group: Development/Libraries + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +Requires: python3-setuptools + +%description -n python3-pip +Pip is a replacement for `easy_install +`_. It uses mostly the +same techniques for finding packages, so packages that were made +easy_installable should be pip-installable as well. +%endif # with_python3 %prep %setup -q -n %{srcname}-%{version} %{__sed} -i '1d' pip/__init__.py +%if 0%{?with_python3} +cp -a . %{py3dir} +%endif # with_python3 + %build %{__python} setup.py build +%if 0%{?with_python3} +pushd %{py3dir} +%{__python3} setup.py build +popd +%endif # with_python3 + %install %{__rm} -rf %{buildroot} + +%if 0%{?with_python3} +pushd %{py3dir} +%{__python3} setup.py install -O1 --skip-build --root %{buildroot} + +# Change the name of the pip executable in order to not conflict with perl-pip +# https://bugzilla.redhat.com/show_bug.cgi?id=616399 +mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python3 + +# The install process creates both pip and pip- that seem to +# be the same. Remove the extra script +rm %{buildroot}%{_bindir}/pip-3* + +popd +%endif # with_python3 + %{__python} setup.py install -O1 --skip-build --root %{buildroot} -%{__rm} -rf %{buildroot}%{_bindir}/pip-* + +# The install process creates both pip and pip- that seem to +# be the same. Since removing pip-* also clobbers pip-python3, just remove pip-2* +%{__rm} -rf %{buildroot}%{_bindir}/pip-2* # Change the name of the pip executable in order to not conflict with perl-pip # https://bugzilla.redhat.com/show_bug.cgi?id=616399 mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python + %clean %{__rm} -rf %{buildroot} +# unfortunately, pip's test suite requires virtualenv >= 1.6 which isn't in +# fedora yet. Once it is, check can be implemented + %files +%defattr(-,root,root,-) %doc PKG-INFO docs %attr(755,root,root) %{_bindir}/pip-python %{python_sitelib}/pip* +%if 0%{?with_python3} +%files -n python3-pip +%defattr(-,root,root,-) +%doc PKG-INFO docs +%attr(755,root,root) %{_bindir}/pip-python3 +%{python3_sitelib}/pip* +%endif # with_python3 + %changelog +* Sat Oct 22 2011 Tim Flink - 1.0.2-1 +- update to 1.0.2 and added python3 subpackage + * Wed Jun 22 2011 Tim Flink - 0.8.3-1 - update to 0.8.3 and project home page diff --git a/sources b/sources index a3c8d33..7e4d5f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0603337a81f83df2b1d2f1151565efac pip-0.8.3.tar.gz +47ec6ff3f6d962696fe08d4c8264ad49 pip-1.0.2.tar.gz From 3c8c9596394cf887b572ed35f65179f7e64313b0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 19:59:25 -0600 Subject: [PATCH 06/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- python-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index d4f1bc9..7fd2899 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -113,6 +113,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %endif # with_python3 %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Sat Oct 22 2011 Tim Flink - 1.0.2-1 - update to 1.0.2 and added python3 subpackage From 3a898a9562eb0e9556c3ee555c0c04619830a06e Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 15 May 2012 19:14:00 -0600 Subject: [PATCH 07/13] updating pip to 1.1 --- python-pip.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 7fd2899..387649e 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -8,8 +8,8 @@ %global srcname pip Name: python-%{srcname} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -113,6 +113,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %endif # with_python3 %changelog +* Tue May 15 2012 Tim Flink - 1.1.0-1 +- Update to upstream 1.1.0 + * Sat Jan 14 2012 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 7e4d5f9..960af2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47ec6ff3f6d962696fe08d4c8264ad49 pip-1.0.2.tar.gz +62a9f08dd5dc69d76734568a6c040508 pip-1.1.tar.gz From 13c1fa269928194ed6f35875f979f007dccca9ac Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 02:44:46 -0500 Subject: [PATCH 08/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- python-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index 387649e..da922ea 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -113,6 +113,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %endif # with_python3 %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue May 15 2012 Tim Flink - 1.1.0-1 - Update to upstream 1.1.0 From 1676c4720a56781e647604a84daa2dfb0a1c9467 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sat, 4 Aug 2012 05:32:23 -0400 Subject: [PATCH 09/13] rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 --- python-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index da922ea..c0b7fa8 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -113,6 +113,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %endif # with_python3 %changelog +* Sat Aug 04 2012 David Malcolm - 1.1-3 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + * Sat Jul 21 2012 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From a74e1e0c548361b3ae61f092ccb895f3c4d19e41 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 4 Oct 2012 09:49:27 -0600 Subject: [PATCH 10/13] Updating to upstream 1.2.1 and changing symlinks for RHBZ#855495 --- .gitignore | 1 + python-pip.spec | 32 +++++++++++++++++++++++--------- sources | 2 +- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 11be19f..6563c36 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pip-0.7.2.tar.gz /pip-0.8.2.tar.gz /pip-0.8.3.tar.gz /pip-1.0.2.tar.gz +/pip-1.1.tar.gz diff --git a/python-pip.spec b/python-pip.spec index c0b7fa8..aa12d1d 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -8,8 +8,8 @@ %global srcname pip Name: python-%{srcname} -Version: 1.1 -Release: 3%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -72,7 +72,14 @@ pushd %{py3dir} # Change the name of the pip executable in order to not conflict with perl-pip # https://bugzilla.redhat.com/show_bug.cgi?id=616399 -mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python3 +mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/python3-pip + +# after changing the pip-python binary name, make a symlink to the old name, +# that will be removed in a later version +# https://bugzilla.redhat.com/show_bug.cgi?id=855495 +pushd %{buildroot}%{_bindir} +ln -s python3-pip pip-python3 +popd # The install process creates both pip and pip- that seem to # be the same. Remove the extra script @@ -89,7 +96,14 @@ popd # Change the name of the pip executable in order to not conflict with perl-pip # https://bugzilla.redhat.com/show_bug.cgi?id=616399 -mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python +mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/python-pip + +# after changing the pip-python binary name, make a symlink to the old name, +# that will be removed in a later version +# https://bugzilla.redhat.com/show_bug.cgi?id=855495 +pushd %{buildroot}%{_bindir} +ln -s python-pip pip-python +popd %clean @@ -102,6 +116,7 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %defattr(-,root,root,-) %doc PKG-INFO docs %attr(755,root,root) %{_bindir}/pip-python +%attr(755,root,root) %{_bindir}/python-pip %{python_sitelib}/pip* %if 0%{?with_python3} @@ -113,11 +128,10 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python %endif # with_python3 %changelog -* Sat Aug 04 2012 David Malcolm - 1.1-3 -- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 - -* Sat Jul 21 2012 Fedora Release Engineering - 1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Thu Oct 04 2012 Tim Flink - 1.2.1-1 +- Update to upstream 1.2.1 +- Change binary from pip-python to python-pip (RHBZ#855495) +- Add alias from python-pip to pip-python, to be removed at a later date * Tue May 15 2012 Tim Flink - 1.1.0-1 - Update to upstream 1.1.0 diff --git a/sources b/sources index 960af2a..18bee69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62a9f08dd5dc69d76734568a6c040508 pip-1.1.tar.gz +db8a6d8a4564d3dc7f337ebed67b1a85 pip-1.2.1.tar.gz \ No newline at end of file From 3a2d5edebd16d79e74ae71cd8009eab83ff09651 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 9 Oct 2012 13:07:10 -0600 Subject: [PATCH 11/13] fixing files for python3-pip and bumping to 1.2.1-2 --- python-pip.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index aa12d1d..ac11570 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -124,10 +124,14 @@ popd %defattr(-,root,root,-) %doc PKG-INFO docs %attr(755,root,root) %{_bindir}/pip-python3 +%attr(755,root,root) %{_bindir}/python3-pip %{python3_sitelib}/pip* %endif # with_python3 %changelog +* Tue Oct 09 2012 Tim Flink - 1.2.1-2 +- Fixing files for python3-pip + * Thu Oct 04 2012 Tim Flink - 1.2.1-1 - Update to upstream 1.2.1 - Change binary from pip-python to python-pip (RHBZ#855495) From 2052a4593bd477e07a6590d3be3e407bcf20d834 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 14:04:59 -0600 Subject: [PATCH 12/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- python-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index ac11570..e3cced4 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -129,6 +129,9 @@ popd %endif # with_python3 %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Tue Oct 09 2012 Tim Flink - 1.2.1-2 - Fixing files for python3-pip From 53e39cd28e064b982f0f533e62725c5812bb01bb Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Fri, 26 Apr 2013 07:33:23 -0500 Subject: [PATCH 13/13] Update to 1.3.1 to fix CVE-2013-1888. --- .gitignore | 1 + python-pip.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6563c36..f3ead45 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ pip-0.7.2.tar.gz /pip-0.8.3.tar.gz /pip-1.0.2.tar.gz /pip-1.1.tar.gz +/pip-1.3.1.tar.gz diff --git a/python-pip.spec b/python-pip.spec index e3cced4..4025a23 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -8,8 +8,8 @@ %global srcname pip Name: python-%{srcname} -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -129,6 +129,9 @@ popd %endif # with_python3 %changelog +* Fri Apr 26 2013 Jon Ciesla - 1.3.1-1 +- Update to 1.3.1, fix for CVE-2013-1888. + * Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 18bee69..4b91cac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db8a6d8a4564d3dc7f337ebed67b1a85 pip-1.2.1.tar.gz \ No newline at end of file +cbb27a191cebc58997c4da8513863153 pip-1.3.1.tar.gz