14
0

- 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
This commit is contained in:
2017-06-08 10:06:05 +00:00
committed by Git OBS Bridge
parent da0a3f1841
commit b60f7b237a
4 changed files with 27 additions and 4 deletions

View File

@@ -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