Fri, 10 May 2024 14:00:58 UTC | login

Information for build python-argcomplete-1.12.0-2.fc33

ID177648
Package Namepython-argcomplete
Version1.12.0
Release2.fc33
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
StartedThu, 13 Aug 2020 14:19:18 UTC
CompletedThu, 13 Aug 2020 14:19:18 UTC
Tags
f33
f37
f38
RPMs
src
python-argcomplete-1.12.0-2.fc33.src.rpm (info) (download)
noarch
python3-argcomplete-1.12.0-2.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.12.0-1 - Update to 1.12.0 - Fixes rhbz#1856103 * Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.1-2 - Rebuilt for Python 3.9 * Fri Feb 28 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.1-1 - Update to 1.11.1 (#1709038) - Fix tests with Fish 3.1 (#1808322) * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10.0-3 - Rebuilt for Python 3.8.0rc1 (#1748018) * Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10.0-2 - Rebuilt for Python 3.8 * Thu Jul 25 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.10.0-1 - Update to 1.10.0 - Adjust source0 to point to pypi * Tue Apr 02 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.5-1 - Update to 1.9.5 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Aug 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.4-1 - Update to 1.9.4 - Drop python2 subpackage