summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.41.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prompt-toolkit: upgrade 3.0.39 -> 3.0.41Wang Mingyu2023-11-171-0/+25
Changelog: ============ - Fix regression regarding IPython input hook (%gui) integration. - Improved Python 3.12 support (fixes event loop 'DeprecationWarning'). - Vi key bindings: 'control-t' and 'control-d' for indent/unindent in insert mode. - Insert partial suggestion when 'control+right' is pressed, similar to Fish. - Use sphinx-nefertiti theme for the docs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>