14
0

Accepting request 588184 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/588184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=141
This commit is contained in:
Tomáš Chvátal
2018-03-18 20:37:03 +00:00
committed by Git OBS Bridge
parent 935ea0b8f0
commit 7eb2c82551
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Mar 17 19:26:20 UTC 2018 - arun@gmx.de
- update to version 39.0.0:
* #1296: Setuptools now vendors its own direct dependencies, no
longer relying on the dependencies as vendored by pkg_resources.
* #296: Removed long-deprecated support for iteration on Version
objects as returned by pkg_resources.parse_version. Removed the
SetuptoolsVersion and SetuptoolsLegacyVersion names as well. They
should not have been used, but if they were, replace with Version
and LegacyVersion from packaging.version.
- changes from version 38.7.0:
* #1288: Add support for maintainer in PKG-INFO.
- changes from version 38.6.1:
* #1292: Avoid generating Provides-Extra in metadata when no extra
is present (but environment markers are).
-------------------------------------------------------------------
Sat Mar 17 00:27:26 UTC 2018 - arun@gmx.de
- update to version 38.6.0:
* #1286: Add support for Metadata 2.1 (PEP 566).
-------------------------------------------------------------------
Thu Mar 8 04:48:05 UTC 2018 - arun@gmx.de