Skip to content

Commit 3d48f1d

Browse files
author
adam
committed
py-anyio: updated to 4.13.0
4.13.0 - Dropped support for Python 3.9 - Added a ``ttl`` parameter to the ``anyio.functools.lru_cache`` wrapper - Widened the type annotations of file I/O streams to accept ``IO[bytes]`` instead of just ``BinaryIO`` - Fixed ``anyio.Path`` not being compatible with Python 3.15 due to the removal of ``pathlib.Path.is_reserved()`` and the addition of ``pathlib.Path.__vfspath__()`` - Fixed the ``BrokenResourceError`` raised by the asyncio ``SocketStream`` not having the original exception as its cause - Fixed the ``TypeError`` raised when using "func" as a parameter name in ``pytest.mark.parametrize`` when using the pytest plugin - Fixed the pytest plugin not running tests that had the ``anyio`` marker added programmatically via ``pytest_collection_modifyitems`` - Fixed cancellation exceptions leaking from a ``CancelScope`` on asyncio when they are contained in an exception group alongside non-cancellation exceptions - Fixed ``Condition.wait()`` not passing on a notification when the task is cancelled but already received a notification - Fixed inverted condition in the process pool shutdown phase which would cause still-running pooled processes not to be terminated
1 parent 9603fd0 commit 3d48f1d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/py-anyio/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.33 2026/01/08 09:50:03 adam Exp $
1+
# $NetBSD: Makefile,v 1.34 2026/03/26 10:58:23 adam Exp $
22

3-
DISTNAME= anyio-4.12.1
3+
DISTNAME= anyio-4.13.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=a/anyio/}

devel/py-anyio/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.29 2026/01/08 09:50:03 adam Exp $
1+
$NetBSD: distinfo,v 1.30 2026/03/26 10:58:23 adam Exp $
22

3-
BLAKE2s (anyio-4.12.1.tar.gz) = 67b8f32ebaec23372c31d2259318a8d9050a9099e94ecf0da243a7f4a3e8bb3d
4-
SHA512 (anyio-4.12.1.tar.gz) = b59873ae6339bb889dae301cae61c0fcae965bc1eec0272e86ac47fcdf2a9ecc596b85a89b15d80c0e791ebea4d34868c2098a9e34772151b51e41bcaa5a4949
5-
Size (anyio-4.12.1.tar.gz) = 228685 bytes
3+
BLAKE2s (anyio-4.13.0.tar.gz) = b314136e620ffd6ba34457d4860153a13211e384f5746fdab164e35d2f4a93ef
4+
SHA512 (anyio-4.13.0.tar.gz) = 3961bcc1d0d60ba78497203e19ee5a1c3bd7a067777f384d3353a4b0e37db7bf7bea364ef505f87575415db4bd2f06996d85913eb4e91e03f56d6b1e2d3a7ccb
5+
Size (anyio-4.13.0.tar.gz) = 231622 bytes

0 commit comments

Comments
 (0)