forked from pool/python-prompt_toolkit
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=50
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 13:27:22 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user