From e735fb1635d3d391a9caf8ee06d6aa3d95803fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 13:37:32 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-argcomplete.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index c037845..cd10b80 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Summary: Bash tab completion for argparse Version: 1.10.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: %pypi_source argcomplete @@ -82,6 +82,9 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/%{modname}/bash_completion.d/py %{_sysconfdir}/bash_completion.d/python-argcomplete.sh %changelog +* Fri Aug 16 2019 Miro HronĨok - 1.10.0-2 +- Rebuilt for Python 3.8 + * Thu Jul 25 2019 Pierre-Yves Chibon - 1.10.0-1 - Update to 1.10.0 - Adjust source0 to point to pypi