Path to this page:
Subject: CVS commit: pkgsrc/devel/py-anyio
From: Adam Ciarcinski
Date: 2022-05-25 11:28:57
Message id: 20220525092857.DDDE7FAEB@cvs.NetBSD.org
Log Message:
py-anyio: updated to 3.6.1
3.6.1
- Fixed exception handler in the asyncio test runner not properly handling a context
that does not contain the ``exception`` key
3.6.0
- Fixed ``TypeError`` in ``get_current_task()`` on asyncio when using a custom \
``Task`` factory
- Updated type annotations on ``run_process()`` and ``open_process()``:
* ``command`` now accepts accepts bytes and sequences of bytes
* ``stdin``, ``stdout`` and ``stderr`` now accept file-like objects
- Changed the pytest plugin to run both the setup and teardown phases of asynchronous
generator fixtures within a single task to enable use cases such as cancel \
scopes and
task groups where a context manager straddles the ``yield``
Files: