summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.50.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prompt-toolkit: Upgrade 3.0.50 -> 3.0.51Leon Anavi2025-06-111-26/+0
| | | | | | | | | | | | | | | | | Upgrade to release 3.0.51: - Use pyproject.toml instead of setup.py. - Fix edge case in formatted_text.split_lines when the input starts with a line ending. Fixes: WARNING: python3-prompt-toolkit-3.0.51-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: upgrade 3.0.48 -> 3.0.50Wang Mingyu2025-02-121-0/+26
Changelog: =========== - On Windows, use virtual terminal input when available. - Support for multiline suggestions. - Handle InvalidStateError during termination when using run_in_terminal/patch_stdout. This can happen in some cases during cancellation, probably when using anyio. - Fix cursor that remains in hidden state when the application exits. This can happen when the application doesn't show the cursor and erase_when_done is being used. - Drop support for Python 3.7 - Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>