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: wiz
Date: Sun Sep 22 15:37:54 UTC 2024
Modified Files:
pkgsrc/devel/py-anyio: Makefile distinfo
Log Message:
py-anyio: update to 4.6.0.
Dropped support for Python 3.8 (as #698 cannot be resolved without cancel message support)
Fixed 100% CPU use on asyncio while waiting for an exiting task group to finish while said task group is within a cancelled cancel scope (#695)
Fixed cancel scopes on asyncio not propagating CancelledError on exit when the enclosing cancel scope has been effectively cancelled (#698)
Fixed asyncio task groups not yielding control to the event loop at exit if there were no child tasks to wait on
Fixed inconsistent task uncancellation with asyncio cancel scopes belonging to a task group when said task group has child tasks running
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.19 -r1.20 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.21 pkgsrc/devel/py-anyio/Makefile:1.22
--- pkgsrc/devel/py-anyio/Makefile:1.21 Mon May 27 14:46:28 2024
+++ pkgsrc/devel/py-anyio/Makefile Sun Sep 22 15:37:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/05/27 14:46:28 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/09/22 15:37:54 wiz Exp $
-DISTNAME= anyio-4.4.0
+DISTNAME= anyio-4.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/anyio/}
@@ -26,7 +26,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# 12 failed, 1511 passed, 184 skipped, 6 xfailed
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.19 pkgsrc/devel/py-anyio/distinfo:1.20
--- pkgsrc/devel/py-anyio/distinfo:1.19 Mon May 27 14:46:28 2024
+++ pkgsrc/devel/py-anyio/distinfo Sun Sep 22 15:37:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/05/27 14:46:28 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/09/22 15:37:54 wiz Exp $
-BLAKE2s (anyio-4.4.0.tar.gz) = e138019d8c983bce09f9c99b9ca55cd3aa039b31e285250b0a40bc7eeb74b4ec
-SHA512 (anyio-4.4.0.tar.gz) = db8ad7a4faf257269de9975c3a6325023a95255a8bfe1a9642221080f44a2487160f3c0e8b220d637816e9eb3641550393a3c80b23bddafc33fd9ebe9a23b33d
-Size (anyio-4.4.0.tar.gz) = 163930 bytes
+BLAKE2s (anyio-4.6.0.tar.gz) = 3ee3ea553d0f0b4227cc6f82769bf74b1b3da67fbebf089d458d408e2d62b3d3
+SHA512 (anyio-4.6.0.tar.gz) = 4828198d3e2b2924b3490c305dcaddc14b5746b29a0cb36f75913f897254fed0ac46e075a3c04bf164a7d4d597b0dcdd991fe5cb26ffce477d029db7ff924f38
+Size (anyio-4.6.0.tar.gz) = 170983 bytes
Home |
Main Index |
Thread Index |
Old Index