Remove upper limit version of yaspin

This commit is contained in:
desert-sailor 2024-01-05 16:53:19 +08:00
parent 81977e3468
commit 05dfbded9c

View File

@ -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 <dongxing.wang_a@thundersoft.com> - 1.8.0-2
- Remove upper limit version of yaspin
* Mon Jun 12 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.8.0-1
- Initial package 1.8.0