diff --git a/packaging-23.0.tar.gz b/packaging-23.0.tar.gz deleted file mode 100644 index 87282fd..0000000 --- a/packaging-23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97 -size 126241 diff --git a/packaging-23.1.tar.gz b/packaging-23.1.tar.gz new file mode 100644 index 0000000..d973418 --- /dev/null +++ b/packaging-23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f +size 134240 diff --git a/python-packaging.changes b/python-packaging.changes index 09e5ac9..1fd5b41 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Apr 15 10:28:14 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-packaging.spec b/python-packaging.spec index ea0f3e7..91317d0 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -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