diff --git a/prompt_toolkit-3.0.39.tar.gz b/prompt_toolkit-3.0.39.tar.gz deleted file mode 100644 index 7af45811437e22dad4a3b57c5675f14fab0b5007..0000000000000000000000000000000000000000 Binary files a/prompt_toolkit-3.0.39.tar.gz and /dev/null differ diff --git a/prompt_toolkit-3.0.43.tar.gz b/prompt_toolkit-3.0.43.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c2ffcb165504ec16be9be71e81befe3582cf4e1b Binary files /dev/null and b/prompt_toolkit-3.0.43.tar.gz differ diff --git a/python-prompt-toolkit.spec b/python-prompt-toolkit.spec index 437eddc6a32938e1862f20e2ba152c888d96989e..c30e8ce9990d5cfa972bfe58bdcba0fec672c625 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.39 +Version: 3.0.43 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/9a/02/76cadde6135986dc1e82e2928f35ebeb5a1af805e2527fe466285593a2ba/prompt_toolkit-3.0.39.tar.gz +Source0: https://files.pythonhosted.org/packages/cc/c6/25b6a3d5cd295304de1e32c9edbcf319a52e965b339629d37d42bb7126ca/prompt_toolkit-3.0.43.tar.gz BuildArch: noarch %description @@ -73,6 +73,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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. + Disable the IPython workaround (from 3.0.41) for IPython >= 8.18. + Restore signal.SIGINT handler between prompts. + * Tue Aug 01 2023 chenzixuan - 3.0.39-1 - Update package to version 3.0.39