From 17c3130bd6cb659fb332ef89adbec027446b3154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 08:33:21 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-argcomplete.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)