From 421b27f501327520184adfd93a084d791e887ab0e563419bb577e03f08909cbd Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:14:14 +0000 Subject: [PATCH 1/3] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=52 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 7e297c4..286f560 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:14:13 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Oct 11 08:40:08 UTC 2013 - speilicke@suse.com diff --git a/python-setuptools.spec b/python-setuptools.spec index 3c60f20..4067ed5 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -35,8 +35,8 @@ Requires(post): update-alternatives Requires(postun): update-alternatives # NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute # obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again -Provides: python-distribute = %{version} -Obsoletes: python-distribute < %{version} +Provides: python-setuptools = %{version} +Obsoletes: python-setuptools < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else From 6655e384326c8ebbe8944e806d5f6a1cfc8b318be79ce7c1a813615b9628ac81 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 13:24:45 +0000 Subject: [PATCH 2/3] script also catched this one :-) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=53 --- python-setuptools.changes | 5 ----- python-setuptools.spec | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 286f560..7e297c4 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Oct 24 11:14:13 UTC 2013 - speilicke@suse.com - -- Require python-setuptools instead of distribute (upstreams merged) - ------------------------------------------------------------------- Fri Oct 11 08:40:08 UTC 2013 - speilicke@suse.com diff --git a/python-setuptools.spec b/python-setuptools.spec index 4067ed5..3c60f20 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -35,8 +35,8 @@ Requires(post): update-alternatives Requires(postun): update-alternatives # NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute # obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again -Provides: python-setuptools = %{version} -Obsoletes: python-setuptools < %{version} +Provides: python-distribute = %{version} +Obsoletes: python-distribute < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else From 8e32545cab1d61cc12bbd794f49ff737fe5436c74d40ef39a15989d5b6776eb1 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sat, 9 Nov 2013 10:54:32 +0000 Subject: [PATCH 3/3] Accepting request 206294 from server:Kolab:Extras New upstream release 1.1.7 OBS-URL: https://build.opensuse.org/request/show/206294 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=54 --- python-setuptools.changes | 8 ++++++++ python-setuptools.spec | 2 +- setuptools-1.1.6.tar.gz | 3 --- setuptools-1.1.7.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 setuptools-1.1.6.tar.gz create mode 100644 setuptools-1.1.7.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index 7e297c4..a528cb6 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 8 13:29:36 UTC 2013 - aj@ajaissle.de + +- New upstream version + * Fixed behavior of NameError handling in 'script template (dev).py' (script launcher for 'develop' installs). + * ez_setup.py now ensures partial downloads are cleaned up following a failed download. + * Distribute #363 and Issue #55: Skip an sdist test that fails on locales other than UTF-8. + ------------------------------------------------------------------- Fri Oct 11 08:40:08 UTC 2013 - speilicke@suse.com diff --git a/python-setuptools.spec b/python-setuptools.spec index 3c60f20..4c11dbb 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -17,7 +17,7 @@ Name: python-setuptools -Version: 1.1.6 +Version: 1.1.7 Release: 0 Url: http://pypi.python.org/pypi/setuptools Summary: Easily download, build, install, upgrade, and uninstall Python packages diff --git a/setuptools-1.1.6.tar.gz b/setuptools-1.1.6.tar.gz deleted file mode 100644 index 0e0ac9e..0000000 --- a/setuptools-1.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5a60b88138def225c29cbf13ee20f1c176f200450e286dcc7d192963a67723a -size 681597 diff --git a/setuptools-1.1.7.tar.gz b/setuptools-1.1.7.tar.gz new file mode 100644 index 0000000..7ee86a3 --- /dev/null +++ b/setuptools-1.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35e3d7c79cfdb5b38cfc71f4b0deab4350c1176fc4bb05bfa8945504ecfb028 +size 682308