From 6bbe475948d046813f9381d086b061a8b919c8bfaa383a3128d197da25e76b67 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Dec 2022 16:02:19 +0000 Subject: [PATCH] Accepting request 1040494 from home:yarunachalam:branches:devel:languages:python - Update to version 3.0.33: Fixes: - Improve termination of `Application`. Don't suppress `CancelledError`. This fixes a race condition when an `Application` gets cancelled while we're waiting for the background tasks to complete. - Fixed typehint for `OneStyleAndTextTuple`. - Small bugfix in `CombinedRegistry`. Fixed missing `@property`. OBS-URL: https://build.opensuse.org/request/show/1040494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=42 --- prompt_toolkit-3.0.32.tar.gz | 3 --- prompt_toolkit-3.0.33.tar.gz | 3 +++ python-prompt_toolkit.changes | 11 +++++++++++ python-prompt_toolkit.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 prompt_toolkit-3.0.32.tar.gz create mode 100644 prompt_toolkit-3.0.33.tar.gz diff --git a/prompt_toolkit-3.0.32.tar.gz b/prompt_toolkit-3.0.32.tar.gz deleted file mode 100644 index 2bbe910..0000000 --- a/prompt_toolkit-3.0.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7f2129cba4ff3b3656bbdda0e74ee00d2f874a8bcdb9dd16f5fec7b3e173cae -size 419599 diff --git a/prompt_toolkit-3.0.33.tar.gz b/prompt_toolkit-3.0.33.tar.gz new file mode 100644 index 0000000..ca87901 --- /dev/null +++ b/prompt_toolkit-3.0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535c29c31216c77302877d5120aef6c94ff573748a5b5ca5b1b1f76f5e700c73 +size 420748 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 4e7fe0e..bf0f65f 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 6 04:28:29 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.0.33: + Fixes: + - Improve termination of `Application`. Don't suppress `CancelledError`. This + fixes a race condition when an `Application` gets cancelled while we're + waiting for the background tasks to complete. + - Fixed typehint for `OneStyleAndTextTuple`. + - Small bugfix in `CombinedRegistry`. Fixed missing `@property`. + ------------------------------------------------------------------- Wed Nov 9 16:32:15 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 3ab2b93..e23cd94 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.32 +Version: 3.0.33 Release: 0 Summary: Library for building interactive command lines in Python License: BSD-3-Clause