14
0

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
This commit is contained in:
2015-06-12 08:26:43 +00:00
committed by Git OBS Bridge
parent 410459c14d
commit 893f6dc5f6
4 changed files with 23 additions and 4 deletions

View File

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