Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit
From: Adam Ciarcinski
Date: 2022-11-09 10:25:26
Message id: 20221109092527.0D5B2FA90@cvs.NetBSD.org

Log Message:
py-prompt_toolkit: updated to 3.0.32

3.0.32: 2022-11-03
------------------
Bug fixes:
- Use `DummyInput` by default in `create_input()` if `sys.stdin` does not have
  a valid file descriptor. This fixes errors when `sys.stdin` is patched in
  certain situations.
- Fix control-c key binding for `ProgressBar` when the progress bar was not
  created from the main thread. The current code would try to kill the main
  thread when control-c was pressed.

New features:
- Accept a `cancel_callback` in `ProgressBar` to specify the cancellation
  behavior for when `control-c` is pressed.
- Small performance improvement in the renderer.

Files:
RevisionActionfile
1.18modifypkgsrc/devel/py-prompt_toolkit/Makefile
1.19modifypkgsrc/devel/py-prompt_toolkit/distinfo