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.spec b/python-pyproject-metadata.spec index a8ffaf2b3c3854fd4cf8ad4e389a614f0969787b..afff7a4bb66d4e6085f5045772f981909e5fec4c 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,14 @@ %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 +Source: 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 +90,10 @@ rm -rf html/{.buildinfo,.doctrees} %endif %changelog +* Wed Aug 20 2025 wenyuzifang - 0.8.0-1 +- Updated to version 0.8.0 to fix xxxxxxxxxx + + * Fri Mar 21 2025 Xiaoping Liu - 0.7.1-2 - rebuild for new dependencies