forked from pool/python-prompt_toolkit
Accepting request 1301892 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1301892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prompt_toolkit?expand=0&rev=31
This commit is contained in:
BIN
prompt_toolkit-3.0.51.tar.gz
(Stored with Git LFS)
BIN
prompt_toolkit-3.0.51.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
prompt_toolkit-3.0.52.tar.gz
Normal file
3
prompt_toolkit-3.0.52.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28cde192929c8e7321de85de1ddbe736f1375148b02f2e17edd840042b1be855
|
||||
size 434198
|
@@ -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>
|
||||
|
||||
|
@@ -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