[ Все 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 ]
×

Пакет python3-argcomplete-3.2.2-4.el10.noarch download

Имя python3-argcomplete
Эпоха 0
Версия 3.2.2
Релиз 4.el10
Архитектура noarch
Сайт https://github.com/kislyuk/argcomplete
Лицензия Apache-2.0
Время сборки 2025-04-03 08:34:37
Хост сборки builder-arm64-1.inferitos.ru
Краткое описание Bash tab completion for argparse
Репозитории AppStream
Полное описание 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).
Эррата
Размер 88 КиБ
Исходный проект python-argcomplete-3.2.2-4.el10
Контрольная сумма SHA-256 9198bc31852e6430f4fa4a73a929a80e3a7bea54c43f28ba3b1a5b8d2a049db9
× Full screenshot
История изменений 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