forked from pool/python-packaging
- Update to 20.1
* Fix a bug caused by reuse of an exhausted iterator. * Add type hints * Add proper trove classifiers for PyPy support * Scale back depending on ctypes for manylinux support detection * Use sys.implementation.name where appropriate for packaging.tags * Expand upon the API provded by packaging.tags * Officially support Python 3.8 * Add major, minor, and micro aliases to packaging.version.Version * Properly mark packaging has being fully typed by adding a py.typed file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 13:45:06 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Update to 20.1
|
||||
* Fix a bug caused by reuse of an exhausted iterator.
|
||||
* Add type hints
|
||||
* Add proper trove classifiers for PyPy support
|
||||
* Scale back depending on ctypes for manylinux support detection
|
||||
* Use sys.implementation.name where appropriate for packaging.tags
|
||||
* Expand upon the API provded by packaging.tags
|
||||
* Officially support Python 3.8
|
||||
* Add major, minor, and micro aliases to packaging.version.Version
|
||||
* Properly mark packaging has being fully typed by adding a py.typed file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 09:22:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user