forked from pool/python-prompt_toolkit
- 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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user