Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit
From: Adam Ciarcinski
Date: 2022-01-27 17:53:09
Message id: 20220127165309.1AFFEFB24@cvs.NetBSD.org

Log Message:
py-prompt_toolkit: updated to 3.0.25

3.0.25:
Fixes:
- Use `DummyOutput` when `sys.stdout` is `None` and `DummyInput` when
  `sys.stdin` is `None`. This fixes an issue when the code runs on windows,
  using pythonw.exe and still tries to interact with the terminal.
- Correctly reset `Application._is_running` flag in case of exceptions in some
  situations.
- Handle SIGINT (when sent from another process) and allow binding it to a key
  binding. For prompt sessions, the behavior is now identical to pressing
  control-c.
- Increase the event loop `slow_duration_callback` by default to 0.5. This
  prevents printing warnings if rendering takes too long on slow systems.

Files:
RevisionActionfile
1.11modifypkgsrc/devel/py-prompt_toolkit/Makefile
1.12modifypkgsrc/devel/py-prompt_toolkit/distinfo