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 Oct 14 05:05:50 UTC 2024

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

Log Message:
py-anyio: updated to 4.6.2

4.6.2

- Fixed regression caused by
  that prevented the use of parametrized async fixtures

4.6.1

This release contains all the changes from both v4.5.1 and v4.6.0, plus:

- Fixed TaskGroup and CancelScope producing cyclic references in tracebacks
  when raising exceptions


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.20 -r1.21 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.22 pkgsrc/devel/py-anyio/Makefile:1.23
--- pkgsrc/devel/py-anyio/Makefile:1.22 Sun Sep 22 15:37:54 2024
+++ pkgsrc/devel/py-anyio/Makefile      Mon Oct 14 05:05:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/09/22 15:37:54 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/10/14 05:05:50 adam Exp $
 
-DISTNAME=      anyio-4.6.0
+DISTNAME=      anyio-4.6.2
 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.20 pkgsrc/devel/py-anyio/distinfo:1.21
--- pkgsrc/devel/py-anyio/distinfo:1.20 Sun Sep 22 15:37:54 2024
+++ pkgsrc/devel/py-anyio/distinfo      Mon Oct 14 05:05:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/09/22 15:37:54 wiz Exp $
+$NetBSD: distinfo,v 1.21 2024/10/14 05:05:50 adam Exp $
 
-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
+BLAKE2s (anyio-4.6.2.tar.gz) = edb3654ba9c3b370b2bcdcd8c6e9c1740543fa11737c0cfd693003506d88ce94
+SHA512 (anyio-4.6.2.tar.gz) = 854322ffd16b4002d5ddaa9f417bb2b27e791a417fa41a5e75276c98aed9ad8e1317830c65445f6a9c1f3851589dab0d1950a0b06efade40c743bd976a20ca1c
+Size (anyio-4.6.2.tar.gz) = 171302 bytes



Home | Main Index | Thread Index | Old Index