Path to this page:
Subject: CVS commit: pkgsrc/devel/py-trio
From: Adam Ciarcinski
Date: 2023-12-14 14:20:52
Message id: 20231214132052.A84C3FA42@cvs.NetBSD.org
Log Message:
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
Files: