Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit2
From: Adam Ciarcinski
Date: 2021-05-05 10:41:33
Message id: 20210505084133.E9724FA95@cvs.NetBSD.org

Log Message:
py-prompt_toolkit: updated to 3.0.18

3.0.18: 2021-03-22
------------------
New features:
- Added `in_thread` parameter to `Application.run`.
  This is useful for running an application in a background thread, while the
  main thread blocks. This way, we are sure not to interfere with an event loop
  in the current thread. (This simplifies some code in ptpython and fixes an
  issue regarding leaking file descriptors due to not closing the event loop
  that was created in this background thread.)

3.0.17: 2021-03-11
------------------
New features:
- Accept `style` parameter in `print_container` utility.
- On Windows, handle Control-Delete.

Fixes:
- Avoid leaking file descriptors in SSH server.

3.0.16: 2021-02-11
------------------
New features:
- Added `ScrollablePane`: a scrollable layout container.
  This allows applications to build a layout, larger than the terminal, with a
  vertical scroll bar. The vertical scrolling will be done automatically when
  certain widgets receive the focus.
- Added `DeduplicateCompleter and `ConditionalCompleter`.
- Added `deduplicate` argument to `merge_completers`.

Files:
RevisionActionfile
1.15modifypkgsrc/devel/py-prompt_toolkit2/Makefile
1.5modifypkgsrc/devel/py-prompt_toolkit2/PLIST
1.15modifypkgsrc/devel/py-prompt_toolkit2/distinfo