Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 12:40:44 +02:00 committed by Miro Hrončok
parent 5703589d15
commit 085549cf24

View File

@ -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 <python-maint@redhat.com> - 1.12.3-2
- Rebuilt for Python 3.10
* Thu Apr 29 2021 Tomas Hrnciar <thrnciar@redhat.com> - 1.12.3-1
- Update to 1.12.3
- Resolves: rhbz#1951096