From 0bc2a4069e2732364f04cc15bb2eb1cac2570e67 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 23:46:29 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-argcomplete.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 413fce7..ae3c4f7 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -3,7 +3,7 @@ Name: python-argcomplete Summary: Bash tab completion for argparse Version: 1.12.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: %pypi_source argcomplete @@ -75,6 +75,9 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p %{_sysconfdir}/bash_completion.d/python-argcomplete %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 24 2020 Miro HronĨok - 1.12.0-1 - Update to 1.12.0 - Fixes rhbz#1856103