diff --git a/python-argcomplete.spec b/python-argcomplete.spec index b615d06..4e4cced 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Summary: Bash tab completion for argparse Version: 1.11.1 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/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 %changelog +* Sat May 23 2020 Miro Hrončok - 1.11.1-2 +- Rebuilt for Python 3.9 + * Fri Feb 28 2020 Miro Hrončok - 1.11.1-1 - Update to 1.11.1 (#1709038) - Fix tests with Fish 3.1 (#1808322)