From 44fa02a40b3ab7d7c8de083a4db2793e46536165 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 02:57:27 +0000 Subject: [PATCH 1/5] Initialize branch F-13 for python-pip --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From 0802212dd43ccc189276011c5a58ecabd5474b14 Mon Sep 17 00:00:00 2001 From: Peter Halliday Date: Sun, 7 Mar 2010 02:18:30 +0000 Subject: [PATCH 2/5] Update to pip 0.6.3 --- .cvsignore | 2 +- python-pip.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index d02aa5c..5d7b45b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pip-0.6.1.tar.gz +pip-0.6.3.tar.gz diff --git a/python-pip.spec b/python-pip.spec index c0ae165..d084ae7 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -3,8 +3,8 @@ %global srcname pip Name: python-%{srcname} -Version: 0.6.1 -Release: 4%{?dist} +Version: 0.6.3 +Release: 1%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries diff --git a/sources b/sources index f9ab078..bec21e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7560e3055c66afb99ac4a7892389a237 pip-0.6.1.tar.gz +0602fa9179cfaa98e41565d4a581d98c pip-0.6.3.tar.gz From 11881038303bb78e9fbc85a0844258f5b47cb140 Mon Sep 17 00:00:00 2001 From: Peter Halliday Date: Sun, 7 Mar 2010 02:22:37 +0000 Subject: [PATCH 3/5] fix error in spec --- python-pip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index d084ae7..439387d 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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 From 3c6a71e1cdad4c2ec5c448daf539e6b6dd35a054 Mon Sep 17 00:00:00 2001 From: Peter Halliday Date: Sun, 23 May 2010 03:26:06 +0000 Subject: [PATCH 4/5] update to 0.7.1 --- .cvsignore | 2 +- python-pip.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5d7b45b..2b9f9a5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pip-0.6.3.tar.gz +pip-0.7.1.tar.gz diff --git a/python-pip.spec b/python-pip.spec index 439387d..483062c 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -3,7 +3,7 @@ %global srcname pip Name: python-%{srcname} -Version: 0.6.3 +Version: 0.7.1 Release: 1%{?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 @@ -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 - 0.6.1.4 +* Sat May 22 2010 Peter Halliday - 0.7.1-1 +- update to 0.7.1 of pip +* Fri Jan 1 2010 Peter Halliday - 0.6.1-4 - fix dependency issue * Tue Dec 18 2009 Peter Halliday - 0.6.1-2 - fix spec file diff --git a/sources b/sources index bec21e8..4a52c8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0602fa9179cfaa98e41565d4a581d98c pip-0.6.3.tar.gz +420c83ad67bdcb542f772eb64392cce6 pip-0.7.1.tar.gz From e2d7f8b266efe3733365b6996bcc2cb4c5e112ee Mon Sep 17 00:00:00 2001 From: Peter Halliday Date: Thu, 8 Jul 2010 05:14:17 +0000 Subject: [PATCH 5/5] Update to 0.7.2 of pip --- .cvsignore | 2 +- python-pip.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2b9f9a5..831a5ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pip-0.7.1.tar.gz +pip-0.7.2.tar.gz diff --git a/python-pip.spec b/python-pip.spec index 483062c..8e040f0 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -3,7 +3,7 @@ %global srcname pip Name: python-%{srcname} -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement @@ -48,7 +48,9 @@ pip is meant to improve on easy_install.bulletin boards, etc.). %{python_sitelib}/pip* %changelog -* Sat May 22 2010 Peter Halliday - 0.7.1-1 +* Wed Jul 7 2010 Peter Halliday - 0.7.2-1 +- update to 0.7.2 of pip +* Sat May 22 2010 Peter Halliday - 0.7.1-1 - update to 0.7.1 of pip * Fri Jan 1 2010 Peter Halliday - 0.6.1-4 - fix dependency issue diff --git a/sources b/sources index 4a52c8b..670e4d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -420c83ad67bdcb542f772eb64392cce6 pip-0.7.1.tar.gz +cfe73090aaa0d3b0c104179a627859d1 pip-0.7.2.tar.gz