From 2c10c9c9ac41351253ad11c5970e00cbb9fad0a5e544bb0430294c95e16297ab Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 22 Apr 2013 09:32:49 +0000 Subject: [PATCH 1/5] - Simpler spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=20 --- python3-pip.changes | 5 +++++ python3-pip.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/python3-pip.changes b/python3-pip.changes index 1e6338d..18a6912 100644 --- a/python3-pip.changes +++ b/python3-pip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 22 09:35:26 UTC 2013 - speilicke@suse.com + +- Simpler spec file + ------------------------------------------------------------------- Fri Mar 8 13:12:37 UTC 2013 - alexandre@exatati.com.br diff --git a/python3-pip.spec b/python3-pip.spec index 54171b3..452040d 100644 --- a/python3-pip.spec +++ b/python3-pip.spec @@ -25,12 +25,9 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python3 -BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildArch: noarch -Requires: python(abi) = %{py3_ver} Requires: python3-distribute %description From fb30f645d2a460f53eb8e540127ba1e9efdb8e628896134e13a37010eee78a4e Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 22 Apr 2013 16:09:16 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=21 --- python3-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3-pip.spec b/python3-pip.spec index 452040d..5935270 100644 --- a/python3-pip.spec +++ b/python3-pip.spec @@ -25,10 +25,13 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +#please do not remove, needed for openSUSE <= 12.2 +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute -BuildArch: noarch +Requires: python3 Requires: python3-distribute +BuildArch: noarch %description Pip is a replacement for easy_install. It uses mostly the same techniques for From 461e86028a2cb81fd21604d644668cc2288ed960861802030ec16b9d40e8e301 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 22 Apr 2013 16:09:25 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=22 --- python3-pip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-pip.spec b/python3-pip.spec index 5935270..b157345 100644 --- a/python3-pip.spec +++ b/python3-pip.spec @@ -1,7 +1,7 @@ # # spec file for package python3-pip # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 5ea6789241300c44bc66b44eab0726769f1e9e6d255f7b7375f799569241ee54 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 22 Apr 2013 16:09:43 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=23 --- python3-pip.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/python3-pip.spec b/python3-pip.spec index b157345..452040d 100644 --- a/python3-pip.spec +++ b/python3-pip.spec @@ -1,7 +1,7 @@ # # spec file for package python3-pip # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,13 +25,10 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -#please do not remove, needed for openSUSE <= 12.2 -BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute -Requires: python3 -Requires: python3-distribute BuildArch: noarch +Requires: python3-distribute %description Pip is a replacement for easy_install. It uses mostly the same techniques for From 70ca7b99f081fc92dcb5e1edb9b1f74d53c59edc0ea0f6e273dc0b97b4fc55f3 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 22 Apr 2013 16:27:54 +0000 Subject: [PATCH 5/5] Accepting request 172883 from devel:languages:python3 Re-add buildrequires: python3. This is needed for openSUSE <= 12.2 OBS-URL: https://build.opensuse.org/request/show/172883 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=24 --- python3-pip.changes | 5 +++++ python3-pip.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python3-pip.changes b/python3-pip.changes index 18a6912..843fa33 100644 --- a/python3-pip.changes +++ b/python3-pip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 22 16:18:03 UTC 2013 - toddrme2178@gmail.com + +- Re-add buildrequires: python3. This is needed for openSUSE <= 12.2 + ------------------------------------------------------------------- Mon Apr 22 09:35:26 UTC 2013 - speilicke@suse.com diff --git a/python3-pip.spec b/python3-pip.spec index 452040d..b714b7e 100644 --- a/python3-pip.spec +++ b/python3-pip.spec @@ -1,7 +1,7 @@ # # spec file for package python3-pip # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,10 +25,14 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +# please do not remove, needed for openSUSE <= 12.2 +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute -BuildArch: noarch +# please do not remove, needed for openSUSE <= 12.2 +Requires: python3 Requires: python3-distribute +BuildArch: noarch %description Pip is a replacement for easy_install. It uses mostly the same techniques for