summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-argcomplete_3.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-argcomplete: upgrade 3.0.0 -> 3.0.5Wang Mingyu2023-04-051-18/+0
| | | | | | | | | | | | | | | | Changelog: ========= Call _default as fallback in zsh global completion hook Begin support for mapping-emitting completers activate-global-python-argcomplete: do not overwrite existing dotfile in user directory Add NOTICE file Establish long term name for split_line as argcomplete.lexers.split_line Re-add split_line to API (#419) Fix zsh default completion issues Fix zsh autoload issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 2.1.1 -> 3.0.0Wang Mingyu2023-03-221-0/+18
Changelog: =========== Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh. Clean up top level namespace. Documentation and test improvements. Test infrastructure improvements Indicate that there is no support commitment for fish and tcsh shells Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>