Fri, 10 May 2024 16:29:28 UTC | login

Information for build python-argcomplete-3.2.1-1.fc40

ID279003
Package Namepython-argcomplete
Version3.2.1
Release1.fc40
Epoch
SummaryBash tab completion for argparse
DescriptionTab complete all the things! Argcomplete provides easy, extensible command line tab completion of arguments for your Python application. It makes two assumptions: - You're using bash or zsh as your shell - You're 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
StartedSat, 30 Dec 2023 15:14:12 UTC
CompletedSat, 30 Dec 2023 15:14:12 UTC
Tags
f40
RPMs
src
python-argcomplete-3.2.1-1.fc40.src.rpm (info) (download)
noarch
python3-argcomplete-3.2.1-1.fc40.noarch.rpm (info) (download)
Changelog * Wed Dec 13 2023 Sandro <devel@penguinpee.nl> - 3.2.1-1 - Update to 3.2.1 (RHBZ#2175448) * Sun Dec 10 2023 Sandro <devel@penguinpee.nl> - 3.2.0-1 - Update to 3.2.0 (RHBZ#2175448) - Drop patches (merged upstream) * Sat Nov 25 2023 Sandro <devel@penguinpee.nl> - 3.1.6-2 - Apply patches from upstream regarding zsh tests * Mon Nov 13 2023 Sandro <devel@penguinpee.nl> - 3.1.6-1 - Update to 3.1.6 (RHBZ#2175448) * Thu Nov 09 2023 Sandro <devel@penguinpee.nl> - 3.1.4-3 - Add conditional for running all tests * Thu Nov 09 2023 Sandro <devel@penguinpee.nl> - 3.1.4-2 - Update description * Thu Nov 09 2023 Sandro <devel@penguinpee.nl> - 3.1.4-1 - Update to 3.1.4 (RHBZ#2175448) - Drop patches (merged upstream) - Disable zsh tests (I will re-open upstream issue #447) - Various edits due to upstream changes * 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