[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package python-argcomplete-3.2.2-4.el10.src download

Name python-argcomplete
Epoch 0
Version 3.2.2
Release 4.el10
Architecture src
Website/URL https://github.com/kislyuk/argcomplete
License Apache-2.0
Build Time 2025-04-03 08:34:37
Build Host builder-arm64-1.inferitos.ru
Summary Bash tab completion for argparse
Repositories AppStream
Description Tab 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).
Errata
Size 114 KiB
Source Project python-argcomplete-3.2.2-4.el10
SHA-256 checksum ca5eadcb888e170349e80fdcb542df8d0cc046b6f378bfd26105d5438b2c5414
× Full screenshot
Changelog link
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.2.2-4
- Rebuilt for MSVSphere 10

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.2.2-4
- Bump release for October 2024 mass rebuild:

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.2.2-3
- Bump release for June 2024 mass rebuild

* 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