pkgsrc/devel/py-anyio
adam 2c2c698b95 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``
2022-05-25 09:28:57 +00:00
..
DESCR
distinfo
Makefile
PLIST