Fri, 10 May 2024 13:59:26 UTC | login

Information for build python-argcomplete-3.2.2-2.fc40

ID290715
Package Namepython-argcomplete
Version3.2.2
Release2.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
StartedWed, 28 Feb 2024 16:14:29 UTC
CompletedWed, 28 Feb 2024 16:14:29 UTC
Tags
f40
RPMs
src
python-argcomplete-3.2.2-2.fc40.src.rpm (info) (download)
noarch
python3-argcomplete-3.2.2-2.fc40.noarch.rpm (info) (download)
Changelog * Tue Feb 06 2024 Sandro <devel@penguinpee.nl> - 3.2.2-2 - Add Packit config * Tue Feb 06 2024 Sandro <devel@penguinpee.nl> - 3.2.2-1 - Update to 3.2.2 (RHBZ#2259943) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * 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