diff --git a/pyproject-metadata-0.8.0.tar.gz b/pyproject-metadata-0.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0c10eba8b2b02f91d03f09dfc62c572cec7c0fe0 Binary files /dev/null and b/pyproject-metadata-0.8.0.tar.gz differ diff --git a/python-pyproject-metadata-0.7.1.tar.gz b/python-pyproject-metadata-0.7.1.tar.gz deleted file mode 100644 index ab10be0b173fc259fd2c1c623cd0b0a4430cfecb..0000000000000000000000000000000000000000 Binary files a/python-pyproject-metadata-0.7.1.tar.gz and /dev/null differ diff --git a/python-pyproject-metadata.spec b/python-pyproject-metadata.spec index a8ffaf2b3c3854fd4cf8ad4e389a614f0969787b..f52b35906a2c6a25c48aa25c6b84407bcdb07dfe 100644 --- a/python-pyproject-metadata.spec +++ b/python-pyproject-metadata.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 # Building the documentation requires the furo Sphinx theme. But building furo # requires sphinx_theme_builder, which requires this package. Avoid a @@ -6,13 +6,13 @@ %bcond_with doc Name: python-pyproject-metadata -Version: 0.7.1 +Version: 0.8.0 Release: %{anolis_release}%{?dist} Summary: PEP 621 metadata parsing License: MIT URL: https://github.com/FFY00/python-pyproject-metadata -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/FFY00/python-pyproject-metadata/archive/0.8.0/pyproject-metadata-0.8.0.tar.gz # Remove two tests that throw different errors in python 3.11 and 3.12 Patch0: %{name}-test.patch @@ -89,6 +89,10 @@ rm -rf html/{.buildinfo,.doctrees} %endif %changelog +* Fri Sep 12 2025 wenyuzifangtest001 - 0.8.0-1 +- Updated to version 0.8.0 to fix xxxxxx + + * Fri Mar 21 2025 Xiaoping Liu - 0.7.1-2 - rebuild for new dependencies