14
0

- Update to 3.0.52:

New features:
  * Add choice() shortcut for selecting an option amongst a list
    of choices (see documentation for examples).
  * Add support for ANSI dim text formatting.
  * Add frame=... option for prompt() and choice() shortcuts to
    allow for displaying a frame around the input prompt.
  Fixes:
  * Fix button width when non English characters are displayed.
  * Implement flushing in Windows VT100 input.
  * Fix signal handling for GraalPy.
  * Fix handling of zero sized dimensions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=64
This commit is contained in:
2025-08-29 08:08:57 +00:00
committed by Git OBS Bridge
parent 7d32a40cb6
commit 11e5823202
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 28 11:19:10 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 3.0.52:
New features:
* Add choice() shortcut for selecting an option amongst a list
of choices (see documentation for examples).
* Add support for ANSI dim text formatting.
* Add frame=... option for prompt() and choice() shortcuts to
allow for displaying a frame around the input prompt.
Fixes:
* Fix button width when non English characters are displayed.
* Implement flushing in Windows VT100 input.
* Fix signal handling for GraalPy.
* Fix handling of zero sized dimensions.
-------------------------------------------------------------------
Mon Apr 28 16:39:24 UTC 2025 - Dirk Müller <dmueller@suse.com>