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