Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit
From: Adam Ciarcinski
Date: 2023-02-23 09:32:13
Message id: 20230223083213.DA356FA90@cvs.NetBSD.org

Log Message:
py-prompt_toolkit: updated to 3.0.37

3.0.37: 2023-02-21
------------------

Bug fixes:
- Fix `currentThread()` deprecation warning.
- Fix memory leak in filters.
- Make VERSION tuple numeric.

New features:
- Add `.run()` method in `TelnetServer`. (To be used instead of
  `.start()/.stop()`.

Breaking changes:
- Subclasses of `Filter` have to call `super()` in their `__init__`.
- Drop support for Python 3.6:
  * This includes code cleanup for Python 3.6 compatibility.
  * Use `get_running_loop()` instead of `get_event_loop()`.
  * Use `asyncio.run()` instead of `asyncio.run_until_complete()`.

Files:
RevisionActionfile
1.21modifypkgsrc/devel/py-prompt_toolkit/Makefile
1.5modifypkgsrc/devel/py-prompt_toolkit/PLIST
1.22modifypkgsrc/devel/py-prompt_toolkit/distinfo