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: Mon Feb 19 11:25:24 UTC 2024
Modified Files:
pkgsrc/devel/py-anyio: Makefile distinfo
Log Message:
py-anyio: updated to 4.3.0
4.3.0
Added support for the Python 3.12 walk_up keyword argument in anyio.Path.relative_to()
Fixed passing total_tokens to anyio.CapacityLimiter() as a keyword argument not working on the trio backend
Fixed Process.aclose() not performing the minimum level of necessary cleanup when cancelled. Previously:
Cancellation of Process.aclose() could leak an orphan process
Cancellation of run_process() could very briefly leak an orphan process.
Cancellation of Process.aclose() or run_process() on Trio could leave standard streams unclosed
Fixed Process.stdin.aclose(), Process.stdout.aclose(), and Process.stderr.aclose() not including a checkpoint on asyncio
Fixed documentation on how to provide your own typed attributes
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.17 -r1.18 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.19 pkgsrc/devel/py-anyio/Makefile:1.20
--- pkgsrc/devel/py-anyio/Makefile:1.19 Mon Jan 1 17:01:57 2024
+++ pkgsrc/devel/py-anyio/Makefile Mon Feb 19 11:25:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/01/01 17:01:57 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/02/19 11:25:23 adam Exp $
-DISTNAME= anyio-4.2.0
+DISTNAME= anyio-4.3.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.17 pkgsrc/devel/py-anyio/distinfo:1.18
--- pkgsrc/devel/py-anyio/distinfo:1.17 Mon Jan 1 17:01:57 2024
+++ pkgsrc/devel/py-anyio/distinfo Mon Feb 19 11:25:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/01/01 17:01:57 adam Exp $
+$NetBSD: distinfo,v 1.18 2024/02/19 11:25:23 adam Exp $
-BLAKE2s (anyio-4.2.0.tar.gz) = bce2ff8b1adeae526ab77ee8f9a1acff4f41db9b72454bfdea81a84a94a97479
-SHA512 (anyio-4.2.0.tar.gz) = a6f3cbedbfa063a5cf031cd833e6da7a23ee37dbdae8d47ccdfb09c61a73c186267f1a33ba6b4936cac7fb4c970f5488ff1464295e5ffa452952732ac0468d65
-Size (anyio-4.2.0.tar.gz) = 158770 bytes
+BLAKE2s (anyio-4.3.0.tar.gz) = 6194e82a97eff4260ad707f278dfcbd0d7f203d26fbef25684dc6bef3134f9ad
+SHA512 (anyio-4.3.0.tar.gz) = 26ff552a03b24b63c7c99cffcec61e97289eacba3ad2fc7a3c1dde8cfaffd9a8d621b867429901c12d7cef912d3807db134dbeb9c5ba619921160f6d5df4d02f
+Size (anyio-4.3.0.tar.gz) = 159642 bytes
Home |
Main Index |
Thread Index |
Old Index