[python-pip] BugID: 616399 update to 0.8

Peter Halliday hoangelos at fedoraproject.org
Tue Aug 31 03:02:26 UTC 2010


commit 3155cdf475c8e40535e1c30f7faa919fe0662f0b
Author: Peter Halliday <hoangelos at fedora13.(none)>
Date:   Mon Aug 30 23:01:40 2010 -0400

    BugID: 616399
    update to 0.8

 .gitignore      |    1 +
 python-pip.spec |   10 +++++++---
 sources         |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 831a5ed..0be679f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pip-0.7.2.tar.gz
+/pip-0.8.tar.gz
diff --git a/python-pip.spec b/python-pip.spec
index 1000747..8dc4e9e 100644
--- a/python-pip.spec
+++ b/python-pip.spec
@@ -3,8 +3,8 @@
 %global srcname pip
 
 Name:           python-%{srcname}
-Version:        0.7.2
-Release:        5%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        Pip installs packages.  Python packages.  An easy_install replacement
 
 Group:          Development/Libraries
@@ -37,6 +37,8 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__rm} -rf %{buildroot}%{_bindir}/pip-*
+mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -44,10 +46,12 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
 %files
 %defattr(-,root,root,-)
 %doc PKG-INFO docs
-%attr(755,root,root) %{_bindir}/pip
+%attr(755,root,root) %{_bindir}/pip-python
 %{python_sitelib}/pip*
 
 %changelog
+* Mon Aug 30 2010 Peter Halliday <phalliday at excelsiorsystems.net> - 0.8-1
+- update to 0.8 of pip
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.7.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 670e4d7..9cfbdb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfe73090aaa0d3b0c104179a627859d1  pip-0.7.2.tar.gz
+468d9adc309f33ad51cee38f0d455429  pip-0.8.tar.gz


More information about the scm-commits mailing list