1
0

- update to 19.1:

* Add the ``packaging.tags`` module.
  * Correctly handle two-digit versions in ``python_version``

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=25
This commit is contained in:
Thomas Bechtold
2019-08-06 05:00:23 +00:00
committed by Git OBS Bridge
parent 94a06e9b84
commit 37ce1c4c76
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 6 04:58:54 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- update to 19.1:
* Add the ``packaging.tags`` module.
* Correctly handle two-digit versions in ``python_version``
-------------------------------------------------------------------
Sat Mar 9 04:56:34 UTC 2019 - John Vandenberg <jayvdb@gmail.com>