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:           Tue Oct 22 07:52:55 UTC 2024

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

Log Message:
py-anyio: update to 4.6.2.post1.

- Fixed regression caused by (`#807 <https://github.com/agronholm/anyio/pull/807>`_)
  that prevented the use of parametrized async fixtures


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.21 -r1.22 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.23 pkgsrc/devel/py-anyio/Makefile:1.24
--- pkgsrc/devel/py-anyio/Makefile:1.23 Mon Oct 14 05:05:50 2024
+++ pkgsrc/devel/py-anyio/Makefile      Tue Oct 22 07:52:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/10/14 05:05:50 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/10/22 07:52:55 wiz Exp $
 
-DISTNAME=      anyio-4.6.2
+DISTNAME=      anyio-4.6.2.post1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anyio/}
@@ -27,6 +27,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-uvloop>=0.
 USE_LANGUAGES= # none
 
 # 12 failed, 1511 passed, 184 skipped, 6 xfailed
+# as of 4.6.2.post1
+# Fatal Python error: Aborted
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311

Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.21 pkgsrc/devel/py-anyio/distinfo:1.22
--- pkgsrc/devel/py-anyio/distinfo:1.21 Mon Oct 14 05:05:50 2024
+++ pkgsrc/devel/py-anyio/distinfo      Tue Oct 22 07:52:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/10/14 05:05:50 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/10/22 07:52:55 wiz Exp $
 
-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
+BLAKE2s (anyio-4.6.2.post1.tar.gz) = 23b692d8504901b1fb2c881f55671b4d1b5be2a5e205c04fcfd19e60d7b52b7f
+SHA512 (anyio-4.6.2.post1.tar.gz) = 86d177d1f3e236fd3a2762ce6a760ad77daf9a9fd0daa6e651e778e8c847f85382d2647bf674970fdf8ab02454a8e0a85cc74585e4912c39f5d230eaf0f363a1
+Size (anyio-4.6.2.post1.tar.gz) = 173422 bytes



Home | Main Index | Thread Index | Old Index