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

BIN
prompt_toolkit-3.0.51.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28cde192929c8e7321de85de1ddbe736f1375148b02f2e17edd840042b1be855
size 434198

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> Mon Apr 28 16:39:24 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-prompt_toolkit # spec file for package python-prompt_toolkit
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-prompt_toolkit Name: python-prompt_toolkit
Version: 3.0.51 Version: 3.0.52
Release: 0 Release: 0
Summary: Library for building interactive command lines in Python Summary: Library for building interactive command lines in Python
License: BSD-3-Clause License: BSD-3-Clause