From 74924e00ab813218bb753032375a1adec4af6958 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 24 Jun 2011 09:00:30 -0600 Subject: [PATCH] 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