14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/540767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=118
This commit is contained in:
2017-11-13 09:15:46 +00:00
committed by Git OBS Bridge
parent 4c3dae8b88
commit 3cb83fba9d
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Nov 11 17:11:34 UTC 2017 - arun@gmx.de
- update to version 36.7.1:
* #1193: Avoid test failures in bdist_egg when
PYTHONDONTWRITEBYTECODE is set.
- changes from version 36.7.0:
* #1054: Support setup_requires in setup.cfg files.
- changes from version 36.6.1:
* #1132: Removed redundant and costly serialization/parsing step in
EntryPoint.__init__.
* #844: bdist_egg --exclude-source-files now tested and works on
Python 3.
-------------------------------------------------------------------
Fri Oct 13 15:41:04 UTC 2017 - arun@gmx.de