14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/545763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=123
This commit is contained in:
2017-11-27 09:52:23 +00:00
committed by Git OBS Bridge
parent 6f6cbe153b
commit 4836780049
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 26 21:17:50 UTC 2017 - arun@gmx.de
- update to version 38.2.0:
* #1200: easy_install now support installing from wheels: they will
be installed as standalone unzipped eggs.
- changes from version 38.1.0:
* #1208: Improve error message when failing to locate scripts in
egg-info metadata.
- changes from version 38.0.0:
* #458: In order to support deterministic builds, Setuptools no
longer allows packages to declare install_requires as unordered
sequences (sets or dicts).
-------------------------------------------------------------------
Wed Nov 22 19:43:38 UTC 2017 - arun@gmx.de