pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-anyio



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 26 10:58:23 UTC 2026

Modified Files:
        pkgsrc/devel/py-anyio: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-anyio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-anyio/Makefile
diff -u pkgsrc/devel/py-anyio/Makefile:1.33 pkgsrc/devel/py-anyio/Makefile:1.34
--- pkgsrc/devel/py-anyio/Makefile:1.33 Thu Jan  8 09:50:03 2026
+++ pkgsrc/devel/py-anyio/Makefile      Thu Mar 26 10:58:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2026/01/08 09:50:03 adam Exp $
+# $NetBSD: Makefile,v 1.34 2026/03/26 10:58:23 adam Exp $
 
-DISTNAME=      anyio-4.12.1
+DISTNAME=      anyio-4.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anyio/}

Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.29 pkgsrc/devel/py-anyio/distinfo:1.30
--- pkgsrc/devel/py-anyio/distinfo:1.29 Thu Jan  8 09:50:03 2026
+++ pkgsrc/devel/py-anyio/distinfo      Thu Mar 26 10:58:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2026/01/08 09:50:03 adam Exp $
+$NetBSD: distinfo,v 1.30 2026/03/26 10:58:23 adam Exp $
 
-BLAKE2s (anyio-4.12.1.tar.gz) = 67b8f32ebaec23372c31d2259318a8d9050a9099e94ecf0da243a7f4a3e8bb3d
-SHA512 (anyio-4.12.1.tar.gz) = b59873ae6339bb889dae301cae61c0fcae965bc1eec0272e86ac47fcdf2a9ecc596b85a89b15d80c0e791ebea4d34868c2098a9e34772151b51e41bcaa5a4949
-Size (anyio-4.12.1.tar.gz) = 228685 bytes
+BLAKE2s (anyio-4.13.0.tar.gz) = b314136e620ffd6ba34457d4860153a13211e384f5746fdab164e35d2f4a93ef
+SHA512 (anyio-4.13.0.tar.gz) = 3961bcc1d0d60ba78497203e19ee5a1c3bd7a067777f384d3353a4b0e37db7bf7bea364ef505f87575415db4bd2f06996d85913eb4e91e03f56d6b1e2d3a7ccb
+Size (anyio-4.13.0.tar.gz) = 231622 bytes



Home | Main Index | Thread Index | Old Index