diff --git a/python-hatch-fancy-pypi-readme.spec b/python-hatch-fancy-pypi-readme.spec index f920f07167edbc90a06641890e000e388b7cb5e0..d93949e5b03f81c2761f2551287b3285bfb2d857 100644 --- a/python-hatch-fancy-pypi-readme.spec +++ b/python-hatch-fancy-pypi-readme.spec @@ -1,7 +1,7 @@ Summary: Hatch plugin for writing fancy PyPI readmes Name: python-hatch-fancy-pypi-readme Version: 23.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/hynek/hatch-fancy-pypi-readme Source0: %{url}/archive/refs/tags/%{version}.tar.gz @@ -27,6 +27,9 @@ first impression of their project’s PyPI landing page. %autosetup -n hatch-fancy-pypi-readme-%{version} -p1 sed -i 's/ \"pytest-icdiff\", \"coverage\[toml\]\", //g' pyproject.toml +# remove BuildRequires to python3-build +sed -i 's/"build",//g' pyproject.toml + %generate_buildrequires %pyproject_buildrequires -x tests @@ -47,6 +50,9 @@ sed -i 's/ \"pytest-icdiff\", \"coverage\[toml\]\", //g' pyproject.toml %{_bindir}/hatch-fancy-pypi-readme %changelog +* Mon Sep 2 2024 Shuo Wang - 23.1.0-3 +- remove buildrequires to python3-build + * Fri Aug 16 2024 OpenCloudOS Release Engineering - 23.1.0-2 - Rebuilt for loongarch release