Tue Feb 8 09:10:58 2022 UTC ()
py-test-asyncio: updated to 0.18.0

0.18.0
Raise a warning if @pytest.mark.asyncio is applied to non-async function.
Support parametrized event_loop fixture.


(adam)
diff -r1.13 -r1.14 pkgsrc/devel/py-test-asyncio/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/py-test-asyncio/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-test-asyncio/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-test-asyncio/Makefile 2022/02/07 08:20:04 1.13
+++ pkgsrc/devel/py-test-asyncio/Makefile 2022/02/08 09:10:58 1.14
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/02/07 08:20:04 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/02/08 09:10:58 adam Exp $
 
-DISTNAME=	pytest-asyncio-0.17.2
+DISTNAME=	pytest-asyncio-0.18.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -12,7 +12,7 @@
 
 DEPENDS+=	${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
 BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
-TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>0:../../devel/py-coverage
+TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=5.2:../../devel/py-coverage
 TEST_DEPENDS+=	${PYPKGPREFIX}-hypothesis>=5.7.1:../../devel/py-hypothesis
 TEST_DEPENDS+=	${PYPKGPREFIX}-flaky>=3.5.0:../../devel/py-flaky
 TEST_DEPENDS+=	${PYPKGPREFIX}-mypy>=0.931:../../lang/py-mypy
@@ -22,7 +22,7 @@
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
-DEPENDS+=	${PYPKGPREFIX}-typing-extensions>0:../../devel/py-typing-extensions
+DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.2:../../devel/py-typing-extensions
 .endif
 
 # package needs to be installed before testing

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-test-asyncio/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-test-asyncio/distinfo 2022/02/02 19:04:57 1.10
+++ pkgsrc/devel/py-test-asyncio/distinfo 2022/02/08 09:10:58 1.11
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/02/02 19:04:57 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/02/08 09:10:58 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.17.2.tar.gz) = 0fb723a8f5d2d83fc509451868f77a851643975e9599d5b59cda3754d12edaf8
+BLAKE2s (pytest-asyncio-0.18.0.tar.gz) = a9173bbb63e2e73bb35262a91e96e5a2120c24ce86d02639a03181f223328757
-SHA512 (pytest-asyncio-0.17.2.tar.gz) = 5a18d1920cf7ef727d01070d0c4ace190ff80fd2a79eca3fe142e3f01d396fea2ca51e7823e91e9ab5c474510e5cd00aa7f058fb4d26290cca0a4cd51e4589f3
+SHA512 (pytest-asyncio-0.18.0.tar.gz) = 58c6f03d2d7c09a7b5aee17b080d07d7a382444bbf381bd9312464336eb24b6d6d0652f19f8a4fc2f6e8a108aac99ab971d7b9d63ec742d5f8742903457b2400
-Size (pytest-asyncio-0.17.2.tar.gz) = 31194 bytes
+Size (pytest-asyncio-0.18.0.tar.gz) = 31725 bytes