diff --git a/prompt_toolkit-3.0.51.tar.gz b/prompt_toolkit-3.0.51.tar.gz deleted file mode 100644 index e823d4cb64e8ed236684015a7bc17302cf167e38..0000000000000000000000000000000000000000 Binary files a/prompt_toolkit-3.0.51.tar.gz and /dev/null differ diff --git a/prompt_toolkit-3.0.52.tar.gz b/prompt_toolkit-3.0.52.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..62e1532a646b55c4ad7073856de729b2d5df0745 Binary files /dev/null and b/prompt_toolkit-3.0.52.tar.gz differ diff --git a/python-prompt-toolkit.spec b/python-prompt-toolkit.spec index 8017c5a7ec1da9fca0d815f62a7cdf6afc8c4dd2..80b9dff018a60a5f29aa7d3185024e910577dc97 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.51 +Version: 3.0.52 Release: 1 Summary: Library for building powerful interactive command lines in Python License: BSD-3-Clause @@ -74,6 +74,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 11 2025 lilu -3.0.52-1 +- Update package to version 3.0.52 + * Add `choice()` shortcut for selecting an option amongst a list of choices + * 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 + * Thu Aug 07 2025 Ge Wang - 3.0.51-1 - Update package to version 3.0.51 * Use pyproject.toml instead of setup.py.