updateto 2.1.1
This commit is contained in:
parent
585f311635
commit
1eb97c8fa6
Binary file not shown.
BIN
argcomplete-2.0.0.tar.gz
Normal file
BIN
argcomplete-2.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: python-argcomplete
|
Name: python-argcomplete
|
||||||
Version: 1.9.5
|
Version: 2.0.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Argparse's bash tab completion
|
Summary: Argparse's bash tab completion
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/kislyuk/argcomplete
|
URL: https://github.com/kislyuk/argcomplete
|
||||||
@ -32,7 +32,7 @@ sed -i -e "s|python |python3 |" test/test.py
|
|||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
install -d %{buildroot}%{_sysconfdir}/bash_completion.d/
|
install -d %{buildroot}%{_sysconfdir}/bash_completion.d/
|
||||||
install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/python-argcomplete.sh \
|
install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/python-argcomplete \
|
||||||
%{buildroot}%{_sysconfdir}/bash_completion.d/
|
%{buildroot}%{_sysconfdir}/bash_completion.d/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -42,9 +42,12 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p
|
|||||||
%{python3_sitelib}/{argcomplete-*.egg-info/,argcomplete/}
|
%{python3_sitelib}/{argcomplete-*.egg-info/,argcomplete/}
|
||||||
%{_bindir}/{activate-global-python-argcomplete,python-argcomplete-check-easy-install-script}
|
%{_bindir}/{activate-global-python-argcomplete,python-argcomplete-check-easy-install-script}
|
||||||
%{_bindir}/{python-argcomplete-tcsh,register-python-argcomplete}
|
%{_bindir}/{python-argcomplete-tcsh,register-python-argcomplete}
|
||||||
%{_sysconfdir}/bash_completion.d/python-argcomplete.sh
|
%{_sysconfdir}/bash_completion.d/python-argcomplete
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2022 liyanan <liyanan32@h-partners.com> -2.0.0-1
|
||||||
|
- update to 2.0.0
|
||||||
|
|
||||||
* Thu May 28 2020 Jeffery.Gao <gaojianxing@huawei.com> -1.9.5-3
|
* Thu May 28 2020 Jeffery.Gao <gaojianxing@huawei.com> -1.9.5-3
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user