diff --git a/prompt_toolkit-3.0.48.tar.gz b/prompt_toolkit-3.0.48.tar.gz deleted file mode 100644 index d8e9432981a84b770b995ca4fbcfa4066421c9ad..0000000000000000000000000000000000000000 Binary files a/prompt_toolkit-3.0.48.tar.gz and /dev/null differ diff --git a/prompt_toolkit-3.0.51.tar.gz b/prompt_toolkit-3.0.51.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e823d4cb64e8ed236684015a7bc17302cf167e38 Binary files /dev/null and b/prompt_toolkit-3.0.51.tar.gz differ diff --git a/python-prompt-toolkit.spec b/python-prompt-toolkit.spec index ad8ff9d1d8676fd27161fa7efa888742083c4b30..9a1ff8e1aa150ac43439161bc851fd7eac344499 100644 --- a/python-prompt-toolkit.spec +++ b/python-prompt-toolkit.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-prompt-toolkit -Version: 3.0.48 +Version: 3.0.51 Release: 1 Summary: Library for building powerful interactive command lines in Python License: BSD-3-Clause @@ -73,6 +73,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 05 2025 zengliwen - 3.0.51-1 +- Update package to version 3.0.51 + * Use pyproject.toml instead of setup.py. + * Fix edge case in formatted_text.split_lines when the input starts with a line ending. + * Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed. + * On Windows, use virtual terminal input when available. + * Support for multiline suggestions. + * Thu Nov 07 2024 panzhe - 3.0.48-1 - Update package to version 3.0.48 * Add `@overload` to `contrib.regular_languages.compiler.Variables.get`.