From b60f7b237ae8aeddbcf8598aecc189b7dc97f0fba36156c5f63d9b2b6e7624bb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 8 Jun 2017 10:06:05 +0000 Subject: [PATCH] - update to 36.0.1 * #1042: Fix import in py27compat module that still referenced six directly, rather than through the externs module (vendored packages hook). * #980 and others: Once again, Setuptools vendors all of its dependencies. It seems to be the case that in the Python ecosystem, all build tools must run without any dependencies (build, runtime, or otherwise). At such a point that a mechanism exists that allows build tools to have dependencies, Setuptools will adopt it. * #1015: Fix test failures on Python 3.7. * #1024: Add workaround for Jython #2581 in monkey module. * #992: Revert change introduced in v34.4.1, now considered invalid. * #1016: Revert change introduced in v35.0.0 per #1014, referencing #436. The approach had unintended consequences, causing sdist installs to be missing files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=111 --- python-setuptools.changes | 23 +++++++++++++++++++++++ python-setuptools.spec | 2 +- setuptools-34.2.0.zip | 3 --- setuptools-36.0.1.zip | 3 +++ 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 setuptools-34.2.0.zip create mode 100644 setuptools-36.0.1.zip diff --git a/python-setuptools.changes b/python-setuptools.changes index 250a371..83b4c05 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jun 8 10:04:16 UTC 2017 - dmueller@suse.com + +- update to 36.0.1 + * #1042: Fix import in py27compat module that still + referenced six directly, rather than through the externs + module (vendored packages hook). + * #980 and others: Once again, Setuptools vendors all + of its dependencies. It seems to be the case that in + the Python ecosystem, all build tools must run without + any dependencies (build, runtime, or otherwise). At + such a point that a mechanism exists that allows + build tools to have dependencies, Setuptools will adopt + it. + * #1015: Fix test failures on Python 3.7. + * #1024: Add workaround for Jython #2581 in monkey module. + * #992: Revert change introduced in v34.4.1, now + considered invalid. + * #1016: Revert change introduced in v35.0.0 per #1014, + referencing #436. The approach had unintended + consequences, causing sdist installs to be missing + files. + ------------------------------------------------------------------- Thu Feb 23 13:28:56 UTC 2017 - jmatejek@suse.com diff --git a/python-setuptools.spec b/python-setuptools.spec index f875f36..a50259a 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-setuptools -Version: 34.2.0 +Version: 36.0.1 Release: 0 Summary: Easily download, build, install, upgrade, and uninstall Python packages License: Python-2.0 or ZPL-2.0 diff --git a/setuptools-34.2.0.zip b/setuptools-34.2.0.zip deleted file mode 100644 index 500bbb2..0000000 --- a/setuptools-34.2.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b551f5070f9414d48c08dda58bcb879c8d9276199283a99dc8e1362e2f378a2 -size 621904 diff --git a/setuptools-36.0.1.zip b/setuptools-36.0.1.zip new file mode 100644 index 0000000..844cf2a --- /dev/null +++ b/setuptools-36.0.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17c4687fddd6d70a6604ac0ad25e33324cec71b5137267dd5c45e103c4b288a +size 711296