From 11a1c7f9aa1ffb72b56f24afb1b651b315ab64039d95519c6bf7e05426507eaa Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 16 Jan 2023 20:47:02 +0000 Subject: [PATCH] Accepting request 1058267 from home:bnavigator:branches:devel:languages:python - Update to v23.0 * Remove unused LPAREN token from tokenizer by @hrnciar in #630 * Reorganise the project layout and version management by @pradyunsg in #626 * Correctly handle non-normalised specifiers in requirements by @pradyunsg in #634 * Use stable Python 3.11 in tests by @153957 in #641 * Fix typing for specifiers.BaseSpecifier.filter() by @henryiii in #643 * Correctly handle trailing whitespace on URL requirements by @pradyunsg in #642 * refactor _generic_api to use EXT_SUFFIX by @mattip in #607 * Allow "extra" to be None in the marker environment by @pradyunsg in #650 * Fix typos by @kianmeng in #648 * Update changelog for release by @pradyunsg in #656 OBS-URL: https://build.opensuse.org/request/show/1058267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=66 --- packaging-22.0.tar.gz | 3 --- packaging-23.0.tar.gz | 3 +++ python-packaging.changes | 20 ++++++++++++++++++++ python-packaging.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 packaging-22.0.tar.gz create mode 100644 packaging-23.0.tar.gz diff --git a/packaging-22.0.tar.gz b/packaging-22.0.tar.gz deleted file mode 100644 index 783b896..0000000 --- a/packaging-22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3 -size 125371 diff --git a/packaging-23.0.tar.gz b/packaging-23.0.tar.gz new file mode 100644 index 0000000..87282fd --- /dev/null +++ b/packaging-23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97 +size 126241 diff --git a/python-packaging.changes b/python-packaging.changes index b18436f..ca56d5a 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 13 15:27:09 UTC 2023 - Ben Greiner + +- Update to v23.0 + * Remove unused LPAREN token from tokenizer by @hrnciar in #630 + * Reorganise the project layout and version management by + @pradyunsg in #626 + * Correctly handle non-normalised specifiers in requirements by + @pradyunsg in #634 + * Use stable Python 3.11 in tests by @153957 in #641 + * Fix typing for specifiers.BaseSpecifier.filter() by @henryiii + in #643 + * Correctly handle trailing whitespace on URL requirements by + @pradyunsg in #642 + * refactor _generic_api to use EXT_SUFFIX by @mattip in #607 + * Allow "extra" to be None in the marker environment by + @pradyunsg in #650 + * Fix typos by @kianmeng in #648 + * Update changelog for release by @pradyunsg in #656 + ------------------------------------------------------------------- Fri Dec 30 10:16:41 UTC 2022 - Ben Greiner diff --git a/python-packaging.spec b/python-packaging.spec index 9beb29b..46ce291 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,7 @@ BuildRequires: python3-packaging %endif Name: %{pprefix}-packaging%{?psuffix} -Version: 22.0 +Version: 23.0 Release: 0 Summary: Core utilities for Python packages License: Apache-2.0 AND BSD-2-Clause