!10 update to 2.1.1
From: @lyn1001 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
bdd9fc3cca
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
|
||||
Version: 1.9.5
|
||||
Release: 3
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Summary: Argparse's bash tab completion
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/kislyuk/argcomplete
|
||||
@ -32,7 +32,7 @@ sed -i -e "s|python |python3 |" test/test.py
|
||||
%install
|
||||
%py3_install
|
||||
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/
|
||||
|
||||
%check
|
||||
@ -42,9 +42,12 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p
|
||||
%{python3_sitelib}/{argcomplete-*.egg-info/,argcomplete/}
|
||||
%{_bindir}/{activate-global-python-argcomplete,python-argcomplete-check-easy-install-script}
|
||||
%{_bindir}/{python-argcomplete-tcsh,register-python-argcomplete}
|
||||
%{_sysconfdir}/bash_completion.d/python-argcomplete.sh
|
||||
%{_sysconfdir}/bash_completion.d/python-argcomplete
|
||||
|
||||
%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
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user