Rebuilt for Python 3.9
This commit is contained in:
parent
7c6af6b175
commit
17c3130bd6
@ -5,7 +5,7 @@
|
|||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Summary: Bash tab completion for argparse
|
Summary: Bash tab completion for argparse
|
||||||
Version: 1.11.1
|
Version: 1.11.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/kislyuk/argcomplete
|
URL: https://github.com/kislyuk/argcomplete
|
||||||
Source0: %pypi_source argcomplete
|
Source0: %pypi_source argcomplete
|
||||||
@ -88,6 +88,9 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/%{modname}/bash_completion.d/py
|
|||||||
%{_sysconfdir}/bash_completion.d/python-argcomplete
|
%{_sysconfdir}/bash_completion.d/python-argcomplete
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.1-2
|
||||||
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
* Fri Feb 28 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.1-1
|
* Fri Feb 28 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.1-1
|
||||||
- Update to 1.11.1 (#1709038)
|
- Update to 1.11.1 (#1709038)
|
||||||
- Fix tests with Fish 3.1 (#1808322)
|
- Fix tests with Fish 3.1 (#1808322)
|
||||||
|
Loading…
Reference in New Issue
Block a user