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,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-prompt_toolkit
|
||||
Version: 3.0.51
|
||||
Version: 3.0.52
|
||||
Release: 0
|
||||
Summary: Library for building interactive command lines in Python
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user