summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-argcomplete_3.0.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-argcomplete: upgrade 3.0.5 -> 3.0.8Wang Mingyu2023-05-081-18/+0
| | | | | | | | | | | | | | | Changelog: ========== - Test suite shell wrapper: Accept OSError on exit - Test suite: Use general regex to cut zsh reset ANSI sequences (#425) - Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420, #424) - Note completers can return iterables of strings, not just lists (#422) - Documentation and test improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.0.0 -> 3.0.5Wang Mingyu2023-04-051-0/+18
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>