!3 Add zlib to buildrequires

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-04-06 02:17:59 +00:00 committed by Gitee
commit a13a0f32fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-yaspin
Version: 2.1.0
Release: 1
Release: 2
Summary: Yet Another Terminal Spinner
License: MIT
URL: https://github.com/pavdmyt/yaspin
@ -10,6 +10,7 @@ BuildArch: noarch
Requires: python3-termcolor
Requires: python3-dataclasses
BuildRequires: zlib >= 1.2.11
%description
Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations.
@ -72,5 +73,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Apr 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.1.0-2
- Add zlib to buildrequires
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1
- Package Init

4
python-yaspin.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: yaspin
tag_prefix: "^v"
seperator: "."