!2 Remove upper limit version of yaspin

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-01-09 09:57:10 +00:00 committed by Gitee
commit 84e63eca9d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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