Mon Jan 1 17:03:13 2024 UTC (148d)
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


(adam)
diff -r1.25 -r1.26 pkgsrc/devel/py-test-asyncio/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/py-test-asyncio/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/py-test-asyncio/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-asyncio/Makefile 2023/12/05 17:58:43 1.25
+++ pkgsrc/devel/py-test-asyncio/Makefile 2024/01/01 17:03:13 1.26
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2023/12/05 17:58:43 adam Exp $ 1# $NetBSD: Makefile,v 1.26 2024/01/01 17:03:13 adam Exp $
2 2
3DISTNAME= pytest-asyncio-0.23.2 3DISTNAME= pytest-asyncio-0.23.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-asyncio 9HOMEPAGE= https://github.com/pytest-dev/pytest-asyncio
10COMMENT= Pytest support for asyncio 10COMMENT= Pytest support for asyncio
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=51.0:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=51.0:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.36:../../devel/py-wheel 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.36:../../devel/py-wheel
16DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test 16DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-test-asyncio/distinfo (expand / switch to unified diff)

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