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..dbdfee4e726d4767408f932d04862695c2cf7725 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/cc/c6/25b6a3d5cd295304de1e32c9edbcf319a52e965b339629d37d42bb7126ca/prompt_toolkit-3.0.47.tar.gz BuildArch: noarch %description @@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 22 2024 liukuo - 3.0.47-1 +- update package to 3.0.47 version + * 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.