14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/670734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=166
This commit is contained in:
Tomáš Chvátal
2019-02-02 18:39:12 +00:00
committed by Git OBS Bridge
parent 30c65daf8b
commit ec87fb5e26
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Feb 2 17:02:46 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 40.7.2:
* #1666: Restore port in URL handling in package_index.
- changes from version 40.7.1:
* #1660: On Python 2, when reading config files, downcast options
from text to bytes to satisfy distutils expectations.
- changes from version 40.7.0:
* #1551: File inputs for the license field in setup.cfg files now
explicitly raise an error.
* #1180: Add support for non-ASCII in setup.cfg (#1062). Add support
for native strings on some parameters (#1136).
* #1499: setuptools.package_index no longer relies on the deprecated
urllib.parse.splituser per Python #27485.
* #1544: Added tests for PackageIndex.download (for git URLs).
* #1625: In PEP 517 build_meta builder, ensure that sdists are built
as gztar per the spec.
-------------------------------------------------------------------
Thu Jan 17 15:56:56 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>