pkgsrc/devel/py-trio
adam b24bf19f5e py-trio: updated to 0.23.2
Trio 0.23.2 (2023-12-14)

Features

- `TypeVarTuple <https://docs.python.org/3.12/library/typing.html#typing.TypeVarTuple>`_ is now used to fully type :meth:`nursery.start_soon() <trio.Nursery.start_soon>`, :func:`trio.run()`, :func:`trio.to_thread.run_sync()`, and other similar functions accepting ``(func, *args)``. This means type checkers will be able to verify types are used correctly. :meth:`nursery.start() <trio.Nursery.start>` is not fully typed yet however.


Bugfixes

- Make pyright recognize :func:`open_memory_channel` as generic.


Miscellaneous internal changes

- Moved the metadata into :pep:`621`-compliant :file:`pyproject.toml`.
- do not depend on exceptiongroup pre-release
- Move .coveragerc into pyproject.toml
2023-12-14 13:20:52 +00:00
..
DESCR
distinfo
Makefile
PLIST