14
0

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
This commit is contained in:
2022-12-06 16:02:19 +00:00
committed by Git OBS Bridge
parent d1a7e2c1a1
commit 6bbe475948
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 6 04:28:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>