Path to this page:
Subject: CVS commit: pkgsrc/devel/py-async-timeout
From: Adam Ciarcinski
Date: 2024-11-25 12:32:06
Message id: 20241125113206.EAF85FC7D@cvs.NetBSD.org
Log Message:
py-async-timeout: updated to 5.0.1
5.0.1 (2024-11-06)
Misc
5.0.0 (2024-10-31)
Features
- Make ``asyncio_timeout`` fully compatible with the standard \
``asyncio.Timeout`` but keep backward compatibility with existing \
``asyncio_timeout.Timeout`` API.
Improved Documentation
- On the `CHANGES/README.rst \
<https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>`_ \
page,
a link to the ``Towncrier philosophy`` has been fixed.
Deprecations and Removals
- Drop deprecated sync context manager support, use ``async with timeout(...): \
...`` instead.
Files: