pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-asyncio



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  1 17:03:13 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-asyncio: Makefile distinfo

Log Message:
py-test-asyncio: updated to 0.23.3

0.23.3 (2024-01-01)

Fixes a bug that caused event loops to be closed prematurely when using async generator fixtures with class scope or wider in a function-scoped test
Fixes various bugs that caused an internal pytest error during test collection


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-test-asyncio/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-test-asyncio/Makefile
diff -u pkgsrc/devel/py-test-asyncio/Makefile:1.25 pkgsrc/devel/py-test-asyncio/Makefile:1.26
--- pkgsrc/devel/py-test-asyncio/Makefile:1.25  Tue Dec  5 17:58:43 2023
+++ pkgsrc/devel/py-test-asyncio/Makefile       Mon Jan  1 17:03:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/12/05 17:58:43 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/01/01 17:03:13 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.23.2
+DISTNAME=      pytest-asyncio-0.23.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-asyncio/}

Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.20 pkgsrc/devel/py-test-asyncio/distinfo:1.21
--- pkgsrc/devel/py-test-asyncio/distinfo:1.20  Tue Dec  5 17:58:43 2023
+++ pkgsrc/devel/py-test-asyncio/distinfo       Mon Jan  1 17:03:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/12/05 17:58:43 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/01/01 17:03:13 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.23.2.tar.gz) = 86ca04c2f1bd0f6e9c74c9ca707bc5162d6920b90a40571b5b025f893aa75e61
-SHA512 (pytest-asyncio-0.23.2.tar.gz) = aa5b5fe8b633b187303dd2958d2ea01561604044507da107e46115d9bf4c1ac3c78826b4b6a6cbf474a6ee4ce0cd1bede87a2c8fe0d35397ddf6a4069437dd84
-Size (pytest-asyncio-0.23.2.tar.gz) = 44174 bytes
+BLAKE2s (pytest-asyncio-0.23.3.tar.gz) = ff91f6ccfd650f255bb7ae25addd787986b254a8ae339f86809498580305b720
+SHA512 (pytest-asyncio-0.23.3.tar.gz) = 209a36de4d74bb3ade486b7c89c58def33b4aca84b3a096012d2ba329946f084a3f70489fb4ba0682e6acd65b6862e2ea4104a8e8912e8693f4f1685de357762
+Size (pytest-asyncio-0.23.3.tar.gz) = 44841 bytes



Home | Main Index | Thread Index | Old Index