From 999a718ea292dbb49439a3879589339aa95bf669efe772ec98cabf67b92cacc3 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 17 Apr 2014 11:56:10 +0000 Subject: [PATCH 1/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=61 --- setuptools-3.4.4.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setuptools-3.4.4.tar.gz diff --git a/setuptools-3.4.4.tar.gz b/setuptools-3.4.4.tar.gz new file mode 100644 index 0000000..16cf8fe --- /dev/null +++ b/setuptools-3.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5106492d48c8efba9281a8c0a80bf162e7de6e74a6c4a83d509cf590fb949c01 +size 794335 From 0636dbe601e8473b8b1eda4d1c9126c4f3905915e8e1a08735dce8322a7b5f62 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 17 Apr 2014 11:56:23 +0000 Subject: [PATCH 2/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=62 --- setuptools-3.3.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 setuptools-3.3.tar.gz diff --git a/setuptools-3.3.tar.gz b/setuptools-3.3.tar.gz deleted file mode 100644 index f0cf303..0000000 --- a/setuptools-3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e6155f9bb62bfd59b7f6cc2ecda21aae903e6b585f8bc55e801609c5f7814f -size 792267 From 08e391e212b199cc49fe883182af291f35ec58a016def1d05234cf4d659a54a1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 17 Apr 2014 12:01:49 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=63 --- setuptools-3.3.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setuptools-3.3.tar.gz diff --git a/setuptools-3.3.tar.gz b/setuptools-3.3.tar.gz new file mode 100644 index 0000000..f0cf303 --- /dev/null +++ b/setuptools-3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e6155f9bb62bfd59b7f6cc2ecda21aae903e6b585f8bc55e801609c5f7814f +size 792267 From 9ba23d5a96f46786884e79a317842a6df114cbd5283d1bbf2c1777c8f57d080a Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 17 Apr 2014 12:01:53 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=64 --- setuptools-3.4.4.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 setuptools-3.4.4.tar.gz diff --git a/setuptools-3.4.4.tar.gz b/setuptools-3.4.4.tar.gz deleted file mode 100644 index 16cf8fe..0000000 --- a/setuptools-3.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5106492d48c8efba9281a8c0a80bf162e7de6e74a6c4a83d509cf590fb949c01 -size 794335 From bc80192b62797fcd5d15e993d3f091dd93874ba89bfd0a5e57209ee9af3beec1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 23 Apr 2014 14:35:55 +0000 Subject: [PATCH 5/6] Accepting request 231170 from home:TheBlackCat:branches:devel:languages:python Update to version 3.4.4 OBS-URL: https://build.opensuse.org/request/show/231170 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=65 --- python-setuptools.changes | 24 ++++++++++++++++++++++++ python-setuptools.spec | 5 +---- setuptools-3.4.4.tar.gz | 3 +++ 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 setuptools-3.4.4.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index 2fdc8e8..92e0088 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Apr 17 11:57:05 UTC 2014 - toddrme2178@gmail.com + +- Update to version 3.4.4 + * Issue #184: Correct failure where find_package over-matched + packages when directory traversal isn't short-circuited. +- Update to version 3.4.3 + * Issue #183: Really fix test command with Python 3.1. +- Update to version 3.4.2 + * Issue #183: Fix additional regression in test command on + Python 3.1. +- Update to version 3.4.1 + * Issue #180: Fix regression in test command not caught + by py.test-run tests. +- Update to version 3.4 + * Issue #176: Add parameter to the test command to support a + custom test runner: --test-runner or -r. + * Issue #177: Now assume most common invocation to install + command on platforms/environments without stack support + (issuing a warning). Setuptools now installs naturally on + IronPython. Behavior on CPython should be unchanged. +- Remove %check, which now depends on pytest and thus introduces + a dependency loop (setuptools->pytest->py->setuptools) + ------------------------------------------------------------------- Thu Mar 20 14:25:10 UTC 2014 - speilicke@suse.com diff --git a/python-setuptools.spec b/python-setuptools.spec index 1e4ba6e..18cd2c2 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -17,7 +17,7 @@ Name: python-setuptools -Version: 3.3 +Version: 3.4.4 Release: 0 Url: http://pypi.python.org/pypi/setuptools Summary: Easily download, build, install, upgrade, and uninstall Python packages @@ -65,9 +65,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/alternatives touch %{buildroot}%{_sysconfdir}/alternatives/easy_install ln -sf %{_sysconfdir}/alternatives/easy_install %{buildroot}/%{_bindir}/easy_install -%check -python setup.py test - %post update-alternatives \ --install %{_bindir}/easy_install easy_install %{_bindir}/easy_install-%{py_ver} 20 diff --git a/setuptools-3.4.4.tar.gz b/setuptools-3.4.4.tar.gz new file mode 100644 index 0000000..16cf8fe --- /dev/null +++ b/setuptools-3.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5106492d48c8efba9281a8c0a80bf162e7de6e74a6c4a83d509cf590fb949c01 +size 794335 From b0c812a449112781f73dd1470f2c67cfdefd641c55e2fe7fcb8d34c86f4b6ece Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 23 Apr 2014 14:36:05 +0000 Subject: [PATCH 6/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=66 --- setuptools-3.3.tar.gz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 setuptools-3.3.tar.gz diff --git a/setuptools-3.3.tar.gz b/setuptools-3.3.tar.gz deleted file mode 100644 index f0cf303..0000000 --- a/setuptools-3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e6155f9bb62bfd59b7f6cc2ecda21aae903e6b585f8bc55e801609c5f7814f -size 792267