diff --git a/python-portray.spec b/python-portray.spec index 325f29a..7e5d072 100644 --- a/python-portray.spec +++ b/python-portray.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.8.0 -Release: 1 +Release: 2 Summary: A Python3 command line tool and library that create great documentation websites for Python projects. License: MIT @@ -35,6 +35,7 @@ A Python3 command line tool and library that create great documentation websites %prep %autosetup -p1 -n %{pypi_name}-%{version} +sed -i 's#yaspin = .*#yaspin = ">=0.15.0"#g' pyproject.toml %build %pyproject_build @@ -50,5 +51,8 @@ A Python3 command line tool and library that create great documentation websites %{python3_sitelib}/%{pypi_name}*.dist-info/ %changelog +* Fri Jan 5 2024 Dongxing Wang - 1.8.0-2 +- Remove upper limit version of yaspin + * Mon Jun 12 2023 Dongxing Wang - 1.8.0-1 - Initial package 1.8.0