14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/630320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=150
This commit is contained in:
Tomáš Chvátal
2018-08-19 08:12:07 +00:00
committed by Git OBS Bridge
parent 43def167ab
commit 82d4eba0de
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Aug 18 17:00:16 UTC 2018 - arun@gmx.de
- specfile:
* removed devel for noarch package
- update to version 40.1.0:
* #1410: Deprecated upload and register commands.
* #1312: Introduced find_namespace_packages() to find PEP 420
namespace packages.
* #1420: Added find_namespace: directive to config parser.
* #1418: Solved race in when creating egg cache directories.
* #1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0.
* #1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3.
* #1388: Fixed "Microsoft Visual C++ Build Tools" link in exception
when Visual C++ not found.
* #1389: Added support for scripts which have unicode content.
* #1416: Moved several Python version checks over to using six.PY2
and six.PY3.
* #1441: Removed spurious executable permissions from files that
don't need them.
-------------------------------------------------------------------
Thu Jul 12 03:29:00 UTC 2018 - arun@gmx.de