summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-16 14:00:48 +0000
committeradam <adam@pkgsrc.org>2020-05-16 14:00:48 +0000
commit392d8c5f6d0483798aafba4a25b1f733f899f595 (patch)
treef1af3e1192a7e2f581af614ea26036aa98eb9ff5 /devel
parent7466894fa08b15a154936d522a61847e5c4d5040 (diff)
downloadpkgsrc-392d8c5f6d0483798aafba4a25b1f733f899f595.tar.gz
py-test-asyncio: updated to 0.12.0
0.12.0: Run the event loop fixture as soon as possible. This helps with fixtures that have an implicit dependency on the event loop. 0.11.0: Test on 3.8, drop 3.3 and 3.4. Stick to 0.10 for these versions. Use the new Pytest 5.4.0 Function API. We therefore depend on pytest >= 5.4.0. Better pytest.skip support.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-test-asyncio/Makefile6
-rw-r--r--devel/py-test-asyncio/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-test-asyncio/Makefile b/devel/py-test-asyncio/Makefile
index e64825bcbeb..38998c54f8c 100644
--- a/devel/py-test-asyncio/Makefile
+++ b/devel/py-test-asyncio/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/05/02 09:18:28 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/16 14:00:48 adam Exp $
-DISTNAME= pytest-asyncio-0.10.0
+DISTNAME= pytest-asyncio-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pytest-dev/pytest-asyncio
COMMENT= Pytest support for asyncio
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-test>=3.0.6:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-test>=5.4.0:../../devel/py-test
USE_LANGUAGES= # none
diff --git a/devel/py-test-asyncio/distinfo b/devel/py-test-asyncio/distinfo
index 3efceb322f0..52cab50bc8f 100644
--- a/devel/py-test-asyncio/distinfo
+++ b/devel/py-test-asyncio/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/08 09:10:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/05/16 14:00:48 adam Exp $
-SHA1 (pytest-asyncio-0.10.0.tar.gz) = 197a54291aed1460c5732139e933370558d84196
-RMD160 (pytest-asyncio-0.10.0.tar.gz) = c51eb6e2dc641508a4731b9930cc1076d15280cb
-SHA512 (pytest-asyncio-0.10.0.tar.gz) = 189b8756d4b90a5dce678e41bc285f391fc47fca4250feebf3bcf8d0d617c2d6f4d43455b7876a7fb376a0c0b45f6343e9070b1796aab4b6a3b337df462dc831
-Size (pytest-asyncio-0.10.0.tar.gz) = 11765 bytes
+SHA1 (pytest-asyncio-0.12.0.tar.gz) = 4ba63bc2f83e34378f9e34b72fefc81b851a9d87
+RMD160 (pytest-asyncio-0.12.0.tar.gz) = ba334a6474893df3b88c316e4362c24bb69b961d
+SHA512 (pytest-asyncio-0.12.0.tar.gz) = 6fbb91f6935ecfac78567f92b0bb45b947e336d6c4d6c8da3dad9a43694f090bb23f89b0a6725c835e3aaf17d87b3b786e159998300594f13a8e894f28076089
+Size (pytest-asyncio-0.12.0.tar.gz) = 13224 bytes