From db64d707ac5bdff7274c81deab990b9c164665bb0624aaebc9da4d2a8c86d51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Sep 2024 16:22:48 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-packaging revision db69a114e50754a32f9a8ca29b48d812 --- packaging-23.1.tar.gz | 3 --- packaging-24.1.tar.gz | 3 +++ python-packaging.changes | 52 ++++++++++++++++++++++++++++++++++++++++ python-packaging.spec | 6 ++--- 4 files changed, 58 insertions(+), 6 deletions(-) delete mode 100644 packaging-23.1.tar.gz create mode 100644 packaging-24.1.tar.gz diff --git a/packaging-23.1.tar.gz b/packaging-23.1.tar.gz deleted file mode 100644 index d973418..0000000 --- a/packaging-23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f -size 134240 diff --git a/packaging-24.1.tar.gz b/packaging-24.1.tar.gz new file mode 100644 index 0000000..3d7f4af --- /dev/null +++ b/packaging-24.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 +size 148788 diff --git a/python-packaging.changes b/python-packaging.changes index 22f0e63..1a042ae 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Thu Jun 20 12:41:21 UTC 2024 - Dirk Müller + +- update to 24.1: + * No unreleased changes. + +------------------------------------------------------------------- +Sat Mar 16 09:28:29 UTC 2024 - Dirk Müller + +- update to 24.0: + * Do specifier matching correctly when the specifier contains + an epoch number and has more components than the version + (:issue:`683`) + * Support the experimental --disable-gil builds in + packaging.tags (:issue:`727`) + * BREAKING: Make optional metadata.Metadata attributes default + to None (:issue:`733`) + * Fix errors when trying to access the + description_content_type, keywords, and requires_python + attributes on metadata.Metadata when those values have not + been provided (:issue:`733`) + * Fix a bug preventing the use of the built in ExceptionGroup + on versions of Python that support it (:issue:`725`) + +------------------------------------------------------------------- +Thu Nov 9 12:05:35 UTC 2023 - ecsos + +- Update ot 23.2: + * parse_marker should consume the entire source string in #687 + * Create a Security Policy file in #695 + * Add python 3.12 to CI in #689 + * Remove URL validation from requirement parsing in #684 + * Add types for packaging.version._Version in #665 + * Add PyPy 3.10 to CI in #699 + * Remove unused argument in _manylinux._is_compatible in #700 + * Canonicalize names for requirements comparison in #696 + * Add platform tag support for LoongArch in #693 + * Ability to install armv7l manylinux/musllinux wheels on armv8l in #690 + * Include CHANGELOG.rst in sdist in #704 + * Update pyupgrade to Python 3.7+ in #580 + * Fix version pattern pre-releases in #705 + * Fix typos found by codespell in #706 + * Support enriched metadata in #686 + * Correct rST syntax in CHANGELOG.rst in #709 + * fix: platform tag for GraalPy in #711 + * Document that this library uses a calendar-based versioning scheme in #717 + * fix: Update copyright date for docs in #713 + * Bump pip version to avoid known vulnerabilities in #720 + * Typing annotations fixed in version.py in #723 + * parse_{sdist,wheel}_filename: don't raise InvalidVersion in #721 + * Fix code blocks in CHANGELOG.md in #724 + ------------------------------------------------------------------- Fri Apr 21 12:28:53 UTC 2023 - Dirk Müller diff --git a/python-packaging.spec b/python-packaging.spec index 396a3f3..0ce0a38 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-packaging # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,7 @@ ExclusiveArch: do-not-build %endif Name: %{pprefix}-packaging%{?psuffix} -Version: 23.1 +Version: 24.1 Release: 0 Summary: Core utilities for Python packages License: Apache-2.0 AND BSD-2-Clause