diff --git a/pyproject-metadata-0.10.0.tar.gz b/pyproject-metadata-0.10.0.tar.gz new file mode 100644 index 0000000..aae612b --- /dev/null +++ b/pyproject-metadata-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e5d416d0851b89198cb112ff568adbb75da7d4941ca23f5a16690163785277 +size 42348 diff --git a/pyproject-metadata-0.9.1.tar.gz b/pyproject-metadata-0.9.1.tar.gz deleted file mode 100644 index 3409b55..0000000 --- a/pyproject-metadata-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95213045cf74cb32642034ccb4b3223c2a4337fa675fa886cbd48be6780241c7 -size 39829 diff --git a/python-pyproject-metadata.changes b/python-pyproject-metadata.changes index 5e51478..0f716ff 100644 --- a/python-pyproject-metadata.changes +++ b/python-pyproject-metadata.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jan 26 08:23:32 UTC 2026 - Dirk Müller + +- update to 0.10.0: + * This release adds support for PEP 794 (METADATA 2.5), + the new import-names(paces) fields. Support hasn't rolled out + in other packages yet, but once it does, you can be ready for + it with this release. + * As usual, nothing changes if you don't specify the new fields + or the new METADATA version. + * Add PyPy 3.11 testing + * Add Python 3.14 classifier + * Use PEP 639 license + * Use dependency groups + * Enable branch coverage + * Enabled most Ruff linting rules on codebase + ------------------------------------------------------------------- Fri Mar 14 12:20:13 UTC 2025 - Felix Stegmeier @@ -16,7 +33,7 @@ Fri Mar 14 12:20:13 UTC 2025 - Felix Stegmeier * URL name stylization removed matching PEP 753 * Handle form feed for Python <3.12.4 * Some touchup based on packaging PR - + ------------------------------------------------------------------- Thu Aug 17 12:49:35 UTC 2023 - Markéta Machová @@ -45,4 +62,4 @@ Mon Jan 2 10:18:48 UTC 2023 - Ben Greiner Sat Sep 10 21:25:27 UTC 2022 - Ben Greiner - Initial specfile for v 0.6.1 -- Required by meson-python +- Required by meson-python diff --git a/python-pyproject-metadata.spec b/python-pyproject-metadata.spec index a6da66b..4b9a40d 100644 --- a/python-pyproject-metadata.spec +++ b/python-pyproject-metadata.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyproject-metadata # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyproject-metadata -Version: 0.9.1 +Version: 0.10.0 Release: 0 Summary: PEP 621 metadata parsing License: MIT