diff --git a/packaging-23.2.tar.gz b/packaging-23.2.tar.gz deleted file mode 100644 index 49cc584..0000000 --- a/packaging-23.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 -size 146714 diff --git a/packaging-24.0.tar.gz b/packaging-24.0.tar.gz new file mode 100644 index 0000000..c10863f --- /dev/null +++ b/packaging-24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9 +size 147882 diff --git a/python-packaging.changes b/python-packaging.changes index 036f54c..12018f1 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +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 diff --git a/python-packaging.spec b/python-packaging.spec index fddd0e7..47e4a00 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.2 +Version: 24.0 Release: 0 Summary: Core utilities for Python packages License: Apache-2.0 AND BSD-2-Clause