From 570a254717a20f5fed1c6b2348b1ae7a60ce57829cdc50eba22ac57a83f5319a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Apr 2023 10:29:46 +0000 Subject: [PATCH] - 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 --- packaging-23.0.tar.gz | 3 --- packaging-23.1.tar.gz | 3 +++ python-packaging.changes | 17 +++++++++++++++++ python-packaging.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 packaging-23.0.tar.gz create mode 100644 packaging-23.1.tar.gz 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