diff --git a/prompt_toolkit-3.0.43.tar.gz b/prompt_toolkit-3.0.43.tar.gz deleted file mode 100644 index c2ffcb165504ec16be9be71e81befe3582cf4e1b..0000000000000000000000000000000000000000 Binary files a/prompt_toolkit-3.0.43.tar.gz and /dev/null differ diff --git a/prompt_toolkit-3.0.47.tar.gz b/prompt_toolkit-3.0.47.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5e68e5ab68f84b9cce5655d6962b37c8699c49bc Binary files /dev/null and b/prompt_toolkit-3.0.47.tar.gz differ diff --git a/python-prompt-toolkit.spec b/python-prompt-toolkit.spec index c30e8ce9990d5cfa972bfe58bdcba0fec672c625..db8394cac3a222a1b7c5b2824e70b794cbe59ed4 100644 --- a/python-prompt-toolkit.spec +++ b/python-prompt-toolkit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-prompt-toolkit -Version: 3.0.43 +Version: 3.0.47 Release: 1 Summary: Library for building powerful interactive command lines in Python License: BSD-3-Clause URL: https://github.com/prompt-toolkit/python-prompt-toolkit -Source0: https://files.pythonhosted.org/packages/cc/c6/25b6a3d5cd295304de1e32c9edbcf319a52e965b339629d37d42bb7126ca/prompt_toolkit-3.0.43.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-%{version}.tar.gz BuildArch: noarch %description @@ -73,6 +73,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 28 2024 xu_ping <707078654@qq.com> - 3.0.47-1 +- Update package to version 3.0.47 + Accept os.PathLike in FileHistory + Allow passing exception classes for KeyboardInterrupt and EOFError in PromptSession. + * Fri Mar 1 2024 Dongxing Wang - 3.0.43-1 - Update package to version 3.0.43 Make formatted_text.split_lines() accept an iterable instead of lists only.