14
0

Accepting request 951783 from home:badshah400:branches:science

Update to version 3.0.26

OBS-URL: https://build.opensuse.org/request/show/951783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=33
This commit is contained in:
2022-02-06 15:06:13 +00:00
committed by Git OBS Bridge
parent a18d78b002
commit ea887c569e
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Feb 5 18:14:18 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.0.26:
* No Linux relevant changes.
- Changes from version 3.0.25:
* Use `DummyOutput` when `sys.stdout` is `None` and `DummyInput`
when `sys.stdin` is `None`.
* Correctly reset `Application._is_running` flag in case of
exceptions in some situations.
* Handle SIGINT (when sent from another process) and allow
binding it to a key binding.
* Increase the event loop `slow_duration_callback` by default to
0.5 to prevent printing warnings if rendering takes too long
on slow systems.
- Older changelogs: see
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.26/CHANGELOG
-------------------------------------------------------------------
Sun Dec 20 09:38:35 UTC 2020 - Dirk Müller <dmueller@suse.com>