From 9557dd60da14a8bca21e52d4e315bd1f28cb9aea Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 20 Dec 2010 16:02:19 -0500 Subject: [PATCH] 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