From 3fa54cc7227bb91a507f1f3d7ca658b0a82e85a2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 22:39:53 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-argcomplete.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 2e52d77..9178c6c 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -8,7 +8,7 @@ Name: python-argcomplete Summary: Bash tab completion for argparse Version: 2.0.0 -Release: 8%{?dist} +Release: 9%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: %pypi_source argcomplete @@ -91,6 +91,9 @@ export INPUTRC=$PWD/.inputrc %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Wed Jun 14 2023 Python Maint - 2.0.0-9 +- Rebuilt for Python 3.12 + * Mon Jun 05 2023 Miro HronĨok - 2.0.0-8 - Move the Bash completion files to /etc/bash_completion.d to fix rhbz#2211862