1
0

- update to 23.1

* chore: add typed classifier
  * Improve parser error messaging around mistakes in/around 
    version specifiers
  * Upgrade to latest mypy
  * Delete print() from test_tags
  * Update our linters
  * Improve error for local version label with unsupported operators
  * Parse raw metadata
  * Handle prefix match with zeros at end of prefix correctly
  * Relax typing of _key on _BaseVersion
  * Replace spaces in platform names with underscores
  * Import underlying parser function as an underscored variable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=70
This commit is contained in:
2023-04-15 10:29:46 +00:00
committed by Git OBS Bridge
parent e29925bb8e
commit 570a254717
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Apr 15 10:28:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.1
* chore: add typed classifier
* Improve parser error messaging around mistakes in/around
version specifiers
* Upgrade to latest mypy
* Delete print() from test_tags
* Update our linters
* Improve error for local version label with unsupported operators
* Parse raw metadata
* Handle prefix match with zeros at end of prefix correctly
* Relax typing of _key on _BaseVersion
* Replace spaces in platform names with underscores
* Import underlying parser function as an underscored variable
-------------------------------------------------------------------
Thu Mar 9 16:39:58 UTC 2023 - Dirk Müller <dmueller@suse.com>