Fri, 10 May 2024 05:07:23 UTC | login

Information for build python-argcomplete-2.0.0-12.fc40

ID252521
Package Namepython-argcomplete
Version2.0.0
Release12.fc40
Epoch
SummaryBash tab completion for argparse
DescriptionArgcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: * You are using bash as your shell * You are using argparse to manage your command line arguments/options Argcomplete is particularly useful if your program has lots of options or subparsers, and if your program can dynamically suggest completions for your argument/option values (for example, if the user is browsing resources over the network).
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 08:06:52 UTC
CompletedFri, 20 Oct 2023 08:06:52 UTC
Tags
f40
RPMs
src
python-argcomplete-2.0.0-12.fc40.src.rpm (info) (download)
noarch
python3-argcomplete-2.0.0-12.fc40.noarch.rpm (info) (download)
Changelog * Thu Sep 14 2023 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-12 - Second attempt to fix KeyError: 'console_scripts' - Fixes: rhbz#2231593 * Sun Aug 13 2023 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-11 - Fix KeyError: 'console_scripts' - Fixes: rhbz#2231593 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 2.0.0-9 - Rebuilt for Python 3.12 * Mon Jun 05 2023 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-8 - Move the Bash completion files to /etc/bash_completion.d to fix rhbz#2211862 * Mon May 22 2023 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-7 - Fix build with pip 23.1.2+ - Fixes: rhbz#2209020 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Nov 12 2022 Todd Zullinger <tmz@pobox.com> - 2.0.0-5 - Install bash-completion in default location * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.0-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 04 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.0.0-1 - Update to 2.0.0 - Fixes: rhbz#2036728 - Fixes: rhbz#2034200