Path to this page:
Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit
From: Adam Ciarcinski
Date: 2025-01-20 13:34:42
Message id: 20250120123442.769BDFBDE@cvs.NetBSD.org
Log Message:
py-prompt_toolkit: updated to 3.0.49
3.0.49: 2025-01-20
New features:
- On Windows, use virtual terminal input when available.
- Support for multiline suggestions.
Fixes:
- 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.
Breaking changes:
- Drop support for Python 3.7:
Files: