6
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

@@ -52,7 +52,7 @@ ExclusiveArch: do-not-build
%endif
Name: %{pprefix}-packaging%{?psuffix}
Version: 23.0
Version: 23.1
Release: 0
Summary: Core utilities for Python packages
License: Apache-2.0 AND BSD-2-Clause