From 893f6dc5f6a4837c5a2f7437b2e59253fabd965d1e2f9858688947eaa65081a6 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 12 Jun 2015 08:26:43 +0000 Subject: [PATCH] Accepting request 311173 from home:tbechtold:branches:devel:languages:python - update to 17.1: * Issue #380: Add support for range operators on environment marker evaluation. * Issue #378: Do not use internal importlib._bootstrap module. * Issue #390: Disallow console scripts with path separators in the name. Removes unintended functionality and brings behavior into parity with pip. * Pull Request #130: Better error messages for errors in parsed requirements. * Pull Request #133: Removed ``setuptools.tests`` from the installed packages. * Issue #373: Provisionally expose ``pkg_resources._initialize_master_working_set``, allowing for imperative re-initialization of the master working set. OBS-URL: https://build.opensuse.org/request/show/311173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=77 --- python-setuptools.changes | 19 +++++++++++++++++++ python-setuptools.spec | 2 +- setuptools-15.1.tar.gz | 3 --- setuptools-17.1.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 setuptools-15.1.tar.gz create mode 100644 setuptools-17.1.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index 0b2a5c2..8188039 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jun 8 16:43:29 UTC 2015 - tbechtold@suse.com + +- update to 17.1: + * Issue #380: Add support for range operators on environment + marker evaluation. + * Issue #378: Do not use internal importlib._bootstrap module. + * Issue #390: Disallow console scripts with path separators in + the name. Removes unintended functionality and brings behavior + into parity with pip. + * Pull Request #130: Better error messages for errors in + parsed requirements. + * Pull Request #133: Removed ``setuptools.tests`` from the + installed packages. + * Issue #373: Provisionally expose + ``pkg_resources._initialize_master_working_set``, allowing for + imperative re-initialization of the master working set. + + ------------------------------------------------------------------- Mon Apr 27 07:04:26 UTC 2015 - mcihar@suse.cz diff --git a/python-setuptools.spec b/python-setuptools.spec index 615aa77..eedb6e3 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -17,7 +17,7 @@ Name: python-setuptools -Version: 15.1 +Version: 17.1 Release: 0 Url: http://pypi.python.org/pypi/setuptools Summary: Easily download, build, install, upgrade, and uninstall Python packages diff --git a/setuptools-15.1.tar.gz b/setuptools-15.1.tar.gz deleted file mode 100644 index 7ddd01c..0000000 --- a/setuptools-15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cae3aac01a4370bf0f689ae1bfe0520142af749442698e5a20d08ea90a1037ee -size 627878 diff --git a/setuptools-17.1.tar.gz b/setuptools-17.1.tar.gz new file mode 100644 index 0000000..0850561 --- /dev/null +++ b/setuptools-17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5150613be4aa7a00fc85f4225159bfdb986ad825444f871a7f544fb718900739 +size 630201