summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-click-repl: upgrade 0.2.0 -> 0.3.0Wang Mingyu2023-06-191-10/+0
| | | | | | | | | | | | | | | | | | | | | License-Update: Add "Copyright (c) 2016-2026 Asif Saif Uddin & contributors." to license file. Changelog: =========== Drop Python 2 support, remove six. Uses PromptSession() class from prompt_toolkit instead of prompt() function (#63). Added filter for hidden commands and options (#86). Added click's autocompletion support (#88). Added tab-completion for Path and BOOL type arguments (#95). Added 'expand environmental variables in path' feature (#96). Delegate command dispatching to the actual group command. Updated completer class and tests based on new fix#92 (#102). Python 3.11 support. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click-repl: add mising prompt-toolkit runtime dependencyClément Péron2023-03-171-1/+1
| | | | | | | | | Python3 click-repl package requires prompt-toolkit to be installed. Add the missing RDEPENDS to the recipe. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-click-repl: Upgrade 0.1.6 -> 0.2.0Leon Anavi2021-06-021-0/+10
Upgrade to release 0.2.0: - Use tox-travis instead of custom runtox script - Update tests to expect hyphens - Backwards compatibility between click 7 & 8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>