diff --git a/prompt_toolkit-3.0.38.tar.gz b/prompt_toolkit-3.0.38.tar.gz deleted file mode 100644 index 17450e1..0000000 --- a/prompt_toolkit-3.0.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b -size 422834 diff --git a/prompt_toolkit-3.0.41.tar.gz b/prompt_toolkit-3.0.41.tar.gz new file mode 100644 index 0000000..73a8592 --- /dev/null +++ b/prompt_toolkit-3.0.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941367d97fc815548822aa26c2a269fdc4eb21e9ec05fc5d447cf09bad5d75f0 +size 424620 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 606cb81..d28c15b 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Dec 5 13:27:22 UTC 2023 - Daniel Garcia + +- Update to 3.0.41 (bsc#1217693): + - Fix regression regarding IPython input hook (%gui) integration. +- 3.0.40 + * Fixes: + - Improved Python 3.12 support (fixes event loop `DeprecationWarning`). + * New features: + - Vi key bindings: `control-t` and `control-d` for indent/unindent + in insert mode. + - Insert partial suggestion when `control+right` is pressed, + similar to Fish. + - Use sphinx-nefertiti theme for the docs. +- 3.0.39 + * Fixes: + - Fix `RuntimeError` when `__breakpointhook__` is called from + another thread. + - Fix memory leak in filters usage. + - Ensure that key bindings are handled in the right context (when + using contextvars). + * New features: + - Accept `in_thread` keyword in `prompt_toolkit.shortcuts.prompt()`. + - Support the `NO_COLOR` environment variable. + ------------------------------------------------------------------- Fri Apr 21 12:29:53 UTC 2023 - Dirk Müller diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 2a70b7a..f436425 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-prompt_toolkit -Version: 3.0.38 +Version: 3.0.41 Release: 0 Summary: Library for building interactive command lines in Python License: BSD-3-Clause