update to 0.7.1
This commit is contained in:
parent
97657b9e81
commit
36e99b167c
@ -1 +1 @@
|
||||
pip-0.6.1.tar.gz
|
||||
pip-0.7.1.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global srcname pip
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.6.1
|
||||
Version: 0.7.1
|
||||
Release: 4%{?dist}
|
||||
Summary: Pip installs packages. Python packages. An easy_install replacement
|
||||
|
||||
@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools-devel
|
||||
Requires: python-setuptools
|
||||
Requires: python-setuptools
|
||||
|
||||
%description
|
||||
|
||||
@ -29,7 +29,7 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{srcname}-%{version}
|
||||
%{__sed} -i '1d' pip.py
|
||||
%{__sed} -i '1d' pip/__init__.py
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -48,7 +48,9 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
|
||||
%{python_sitelib}/pip*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorssytems.net> - 0.6.1.4
|
||||
* Sun May 23 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.7.1-1
|
||||
- update to 0.7.1. of pip
|
||||
* Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1.4
|
||||
- fix dependency issue
|
||||
* Tue Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
|
||||
- fix spec file
|
||||
|
Loading…
Reference in New Issue
Block a user