diff --git a/prompt_toolkit-3.0.41.tar.gz b/prompt_toolkit-3.0.41.tar.gz deleted file mode 100644 index 73a8592..0000000 --- a/prompt_toolkit-3.0.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:941367d97fc815548822aa26c2a269fdc4eb21e9ec05fc5d447cf09bad5d75f0 -size 424620 diff --git a/prompt_toolkit-3.0.43.tar.gz b/prompt_toolkit-3.0.43.tar.gz new file mode 100644 index 0000000..32d97f5 --- /dev/null +++ b/prompt_toolkit-3.0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d +size 425733 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index d28c15b..1cec8fa 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 30 17:31:47 UTC 2023 - Dirk Müller + +- update to 3.0.43: + * Fix regression on Pypy: Don't use `ctypes.pythonapi` to + restore SIGINT if not available. + * 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 Dec 5 13:27:22 UTC 2023 - Daniel Garcia @@ -57,7 +69,7 @@ Tue Apr 4 20:16:51 UTC 2023 - Ben Greiner ------------------------------------------------------------------- Tue Dec 13 16:16:08 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.0.36 +- Update to version 3.0.36 * Fixes: - Another Python 3.6 fix for a bug that was introduced in 3.0.34. @@ -78,7 +90,7 @@ Tue Dec 13 16:16:08 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Tue Dec 6 04:28:29 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.0.33: +- Update to version 3.0.33: Fixes: - Improve termination of `Application`. Don't suppress `CancelledError`. This fixes a race condition when an `Application` gets cancelled while we're @@ -89,7 +101,7 @@ Tue Dec 6 04:28:29 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Wed Nov 9 16:32:15 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.0.32: +- Update to version 3.0.32: Bug fixes: - Use `DummyInput` by default in `create_input()` if `sys.stdin` does not have a valid file descriptor. This fixes errors when `sys.stdin` is patched in diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index f436425..2af0d3d 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -16,10 +16,9 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-prompt_toolkit -Version: 3.0.41 +Version: 3.0.43 Release: 0 Summary: Library for building interactive command lines in Python License: BSD-3-Clause