14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/645388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=157
This commit is contained in:
2018-10-30 07:29:58 +00:00
committed by Git OBS Bridge
parent 26140afc00
commit 8aaea14b32
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 30 01:49:13 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 40.5.0:
* #1335: In pkg_resources.normalize_path, fix issue on Cygwin when
cwd contains symlinks.
* #1502: Deprecated support for downloads from Subversion in
package_index/easy_install.
* #1517: Dropped use of six.u in favor of u"" literals.
* #1520: Added support for data_files in setup.cfg.
* #1525: Fixed rendering of the deprecation warning in easy_install
doc.
-------------------------------------------------------------------
Sun Sep 30 16:13:22 UTC 2018 - Arun Persaud <arun@gmx.de>