From 085549cf2425c45f8f70149d3fb3eb256439a6b3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 12:40:44 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-argcomplete.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 5d7c091..02a50ca 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -8,7 +8,7 @@ Name: python-argcomplete Summary: Bash tab completion for argparse Version: 1.12.3 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: %pypi_source argcomplete @@ -85,6 +85,9 @@ export INPUTRC=$PWD/.inputrc %{_sysconfdir}/bash_completion.d/python-argcomplete %changelog +* Thu Jun 03 2021 Python Maint - 1.12.3-2 +- Rebuilt for Python 3.10 + * Thu Apr 29 2021 Tomas Hrnciar - 1.12.3-1 - Update to 1.12.3 - Resolves: rhbz#1951096