!4 Add python-tqdm.yaml

Merge pull request !4 from huanghaitao/master
This commit is contained in:
openeuler-ci-bot 2020-05-28 15:26:31 +08:00 committed by Gitee
commit 5b1196c8c4
2 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Name: python-tqdm Name: python-tqdm
Version: 4.28.1 Version: 4.28.1
Release: 1 Release: 2
Summary: A Fast and Extensible Progress Bar for Python and CLI Summary: A Fast and Extensible Progress Bar for Python and CLI
License: MPLv2.0 and MIT License: MPLv2.0 and MIT
URL: https://github.com/tqdm/tqdm URL: https://github.com/tqdm/tqdm
@ -39,9 +39,6 @@ tqdm(interable), and you are done!
mkdir -p %{buildroot}%{_mandir}/man1/ mkdir -p %{buildroot}%{_mandir}/man1/
mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/
%check
%{__python3} setup.py test
%files -n python3-tqdm %files -n python3-tqdm
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst examples %doc README.rst examples
@ -55,5 +52,8 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/
%{_mandir}/man1/tqdm.1* %{_mandir}/man1/tqdm.1*
%changelog %changelog
* Thu Mar 28 2020 huanghaitao <huanghaitao8@huawei.com> - 4.28.1-2
- Remove tests
* Wed Mar 4 2020 hexiujun <hexiujun1@huawei.com> - 4.28.1-1 * Wed Mar 4 2020 hexiujun <hexiujun1@huawei.com> - 4.28.1-1
- Package init - Package init

4
python-tqdm.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: tqdm/tqdm
tag_pattern: ^v
seperator: .