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 Jun 25 08:51:55 UTC 2026
Modified Files:
pkgsrc/devel/py-anyio: Makefile PLIST distinfo
Log Message:
py-anyio: updated to 4.14.1
4.14.1
Fixed teardown of higher-scoped async fixtures failing on asyncio with RuntimeError: Attempted to exit cancel scope in a different task than it was entered in when an async test raise an outcome
exception (e.g., pytest.skip(), pytest.xfail(), or pytest.fail())
Fixed CapacityLimiter.total_tokens rejecting a value of 0 when the limiter was instantiated outside of an event loop, contradicting the documented behavior of allowing 0 total tokens
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-anyio/PLIST
cvs rdiff -u -r1.31 -r1.32 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.35 pkgsrc/devel/py-anyio/Makefile:1.36
--- pkgsrc/devel/py-anyio/Makefile:1.35 Mon Jun 22 15:43:40 2026
+++ pkgsrc/devel/py-anyio/Makefile Thu Jun 25 08:51:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2026/06/22 15:43:40 adam Exp $
+# $NetBSD: Makefile,v 1.36 2026/06/25 08:51:55 adam Exp $
-DISTNAME= anyio-4.14.0
+DISTNAME= anyio-4.14.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/anyio/}
Index: pkgsrc/devel/py-anyio/PLIST
diff -u pkgsrc/devel/py-anyio/PLIST:1.10 pkgsrc/devel/py-anyio/PLIST:1.11
--- pkgsrc/devel/py-anyio/PLIST:1.10 Mon Jun 22 15:43:40 2026
+++ pkgsrc/devel/py-anyio/PLIST Thu Jun 25 08:51:55 2026
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.10 2026/06/22 15:43:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/06/25 08:51:55 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/scm_file_list.json
+${PYSITELIB}/${WHEEL_INFODIR}/scm_version.json
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/anyio/__init__.py
${PYSITELIB}/anyio/__init__.pyc
Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.31 pkgsrc/devel/py-anyio/distinfo:1.32
--- pkgsrc/devel/py-anyio/distinfo:1.31 Mon Jun 22 15:43:40 2026
+++ pkgsrc/devel/py-anyio/distinfo Thu Jun 25 08:51:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2026/06/22 15:43:40 adam Exp $
+$NetBSD: distinfo,v 1.32 2026/06/25 08:51:55 adam Exp $
-BLAKE2s (anyio-4.14.0.tar.gz) = dab4826390e1acf07afc0c366ee39dfe4391854853df5911e38680f1906f5af9
-SHA512 (anyio-4.14.0.tar.gz) = 9d0e786c3bfe61f9001d3eac8e53a7efbc74dac0a61e3c07ce64bd7d090966a960f9f0967a41442b7cf99aa5ff1525d6ad2b73c9bf75da6295c44316f882ce47
-Size (anyio-4.14.0.tar.gz) = 253586 bytes
+BLAKE2s (anyio-4.14.1.tar.gz) = 1e1dd0a7361b995d8039b1f2ac4ec90573130bda8f6a655516b4e96dcee4ec7f
+SHA512 (anyio-4.14.1.tar.gz) = 46561cd8e551953237ad079fc0669fbf21fc9f8bcf5e1a3dbd44f52248a9dbcb54a34a801d094994b4a22fb5470439be681f6c743b02f73dbdc27ebb1de911ce
+Size (anyio-4.14.1.tar.gz) = 254831 bytes
Home |
Main Index |
Thread Index |
Old Index