!6 Add yaml file & delete build check

Merge pull request !6 from jeff200902/master
This commit is contained in:
openeuler-ci-bot 2020-05-28 15:55:56 +08:00 committed by Gitee
commit 152b146836
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: python-argcomplete
Version: 1.9.5
Release: 2
Release: 3
Summary: Argparse's bash tab completion
License: ASL 2.0
URL: https://github.com/kislyuk/argcomplete
@ -36,7 +36,6 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p
%{buildroot}%{_sysconfdir}/bash_completion.d/
%check
%{__python3} setup.py test
%files -n python3-argcomplete
%doc README.rst LICENSE.rst
@ -46,5 +45,11 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p
%{_sysconfdir}/bash_completion.d/python-argcomplete.sh
%changelog
* Thu May 28 2020 Jeffery.Gao <gaojianxing@huawei.com> -1.9.5-3
- Type:NA
- ID:NA
- SUG:NA
- DESC: delete setup check.
* Fri Dec 20 2019 fengbing <fengbing7@huawei.com> - 1.9.5-2
- Package init

4
python-argcomplete.yaml Normal file
View File

@ -0,0 +1,4 @@
version-ctrl: github
src_repo: kislyuk/argcomplete
tag_prefix: ^v
seperator: .