From 8da84dc7a4f1270bf39edb9ddc26f857dafef82567595dc21c863cb1d92410dd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:09:25 +0000 Subject: [PATCH] Accepting request 1042736 from home:yarunachalam:branches:devel:languages:python - Update to version 3.0.36 * Fixes: - Another Python 3.6 fix for a bug that was introduced in 3.0.34. - Update to version 3.0.35 Fixes: - Fix bug introduced in 3.0.34 for Python 3.6. Use asynccontextmanager implementation from prompt_toolkit itself. - Update to version 3.0.34 Fixes: - Improve completion performance in various places. - Improve renderer performance. - Handle `KeyboardInterrupt` when the stacktrace of an unhandled error is displayed. - Use correct event loop in `Application.create_background_task()`. - Fix `show_cursor` attribute in `ScrollablePane`. OBS-URL: https://build.opensuse.org/request/show/1042736 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=44 --- prompt_toolkit-3.0.33.tar.gz | 3 --- prompt_toolkit-3.0.36.tar.gz | 3 +++ python-prompt_toolkit.changes | 21 +++++++++++++++++++++ python-prompt_toolkit.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 prompt_toolkit-3.0.33.tar.gz create mode 100644 prompt_toolkit-3.0.36.tar.gz diff --git a/prompt_toolkit-3.0.33.tar.gz b/prompt_toolkit-3.0.33.tar.gz deleted file mode 100644 index ca87901..0000000 --- a/prompt_toolkit-3.0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:535c29c31216c77302877d5120aef6c94ff573748a5b5ca5b1b1f76f5e700c73 -size 420748 diff --git a/prompt_toolkit-3.0.36.tar.gz b/prompt_toolkit-3.0.36.tar.gz new file mode 100644 index 0000000..1eeb85b --- /dev/null +++ b/prompt_toolkit-3.0.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e163f254bef5a03b146397d7c1963bd3e2812f0964bb9a24e6ec761fd28db63 +size 423863 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index bf0f65f..de1b6ea 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Dec 13 16:16:08 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.0.36 + * Fixes: + - Another Python 3.6 fix for a bug that was introduced in 3.0.34. + +- Update to version 3.0.35 + Fixes: + - Fix bug introduced in 3.0.34 for Python 3.6. Use asynccontextmanager + implementation from prompt_toolkit itself. + +- Update to version 3.0.34 + Fixes: + - Improve completion performance in various places. + - Improve renderer performance. + - Handle `KeyboardInterrupt` when the stacktrace of an unhandled error is + displayed. + - Use correct event loop in `Application.create_background_task()`. + - Fix `show_cursor` attribute in `ScrollablePane`. + ------------------------------------------------------------------- Tue Dec 6 04:28:29 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index e23cd94..a7331c4 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-prompt_toolkit -Version: 3.0.33 +Version: 3.0.36 Release: 0 Summary: Library for building interactive command lines in Python License: BSD-3-Clause