14
0
forked from pool/python-wheel

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/641841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=28
This commit is contained in:
Todd R
2018-10-13 20:47:47 +00:00
committed by Git OBS Bridge
parent 57ad5ed08c
commit aa4c434b90
4 changed files with 36 additions and 9 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Oct 12 03:12:04 UTC 2018 - Arun Persaud <arun@gmx.de>
- specfile:
* remove sed/rm command for files that are not in the tar ball anymore
* CHANGES.rst -> docs/news.rst
- update to version 0.32.1:
* Fixed "AttributeError: 'Requirement' object has no attribute
'url'" on setuptools/pkg_resources versions older than 18.8 (PR by
Benoit Pierre)
* Fixed "AttributeError: 'module' object has no attribute
'algorithms_available'" on Python < 2.7.9 (PR by Benoit Pierre)
* Fixed permissions on the generated ".dist-info/RECORD" file
- changes from version 0.32.0:
* Removed wheel signing and verifying features
* Removed the "wheel install" and "wheel installscripts" commands
* Added the "wheel pack" command
* Allowed multiple license files to be specified using the
"license_files" option
* Deprecated the "license_file" option
* Eliminated duplicate lines from generated requirements in
".dist-info/METADATA" (thanks to Wim Glenn for the contribution)
* Fixed handling of direct URL specifiers in requirements (PR by
Benoit Pierre)
* Fixed canonicalization of extras (PR by Benoit Pierre)
* Warn when the deprecated "[wheel]" section is used in "setup.cfg"
(PR by Jon Dufresne)
-------------------------------------------------------------------
Tue May 22 15:43:04 UTC 2018 - arun@gmx.de