diff --git a/prompt_toolkit-3.0.26.tar.gz b/prompt_toolkit-3.0.26.tar.gz new file mode 100644 index 0000000..024893a --- /dev/null +++ b/prompt_toolkit-3.0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51d41a6a45fd9def54365bca8f0402c8f182f2b6f7e29c74d55faeb9fb38ac4 +size 402667 diff --git a/prompt_toolkit-3.0.8.tar.gz b/prompt_toolkit-3.0.8.tar.gz deleted file mode 100644 index 7e2203d..0000000 --- a/prompt_toolkit-3.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c -size 3019536 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 08d6df3..a3050d6 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Feb 5 18:14:18 UTC 2022 - Atri Bhattacharya + +- 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 diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index eb07573..eeab546 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-prompt_toolkit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-prompt_toolkit -Version: 3.0.8 +Version: 3.0.26 Release: 0 Summary: Library for building interactive command lines in Python License: BSD-3-Clause