Path to this page:
Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit
From: Adam Ciarcinski
Date: 2022-11-21 18:35:39
Message id: 20221121173539.A792EFA90@cvs.NetBSD.org
Log Message:
py-prompt_toolkit: updated to 3.0.33
3.0.33: 2022-11-21
------------------
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`.
Files: