From 11e5823202437e79448209f9fd874024e6627023261e0acdde96ec9ab3900f8b Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 29 Aug 2025 08:08:57 +0000 Subject: [PATCH] - 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 --- prompt_toolkit-3.0.51.tar.gz | 3 --- prompt_toolkit-3.0.52.tar.gz | 3 +++ python-prompt_toolkit.changes | 16 ++++++++++++++++ python-prompt_toolkit.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 prompt_toolkit-3.0.51.tar.gz create mode 100644 prompt_toolkit-3.0.52.tar.gz diff --git a/prompt_toolkit-3.0.51.tar.gz b/prompt_toolkit-3.0.51.tar.gz deleted file mode 100644 index b47e978..0000000 --- a/prompt_toolkit-3.0.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed -size 428940 diff --git a/prompt_toolkit-3.0.52.tar.gz b/prompt_toolkit-3.0.52.tar.gz new file mode 100644 index 0000000..baf1628 --- /dev/null +++ b/prompt_toolkit-3.0.52.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cde192929c8e7321de85de1ddbe736f1375148b02f2e17edd840042b1be855 +size 434198 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 97b1516..c8105b3 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Aug 28 11:19:10 UTC 2025 - Michael Vetter + +- 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 diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 5f63895..b6c0e33 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -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