Sun Aug 5 10:19:16 2018 UTC ()
py-test-asyncio: updated to 0.9.0

0.9.0:
Python 3.7 support.
Remove event_loop_process_pool fixture and pytest.mark.asyncio_process_pool marker.


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-test-asyncio/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-test-asyncio/distinfo

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

--- pkgsrc/devel/py-test-asyncio/Makefile 2018/02/05 16:28:49 1.1
+++ pkgsrc/devel/py-test-asyncio/Makefile 2018/08/05 10:19:16 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2018/02/05 16:28:49 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2018/08/05 10:19:16 adam Exp $
2 2
3DISTNAME= pytest-asyncio-0.8.0 3DISTNAME= pytest-asyncio-0.9.0
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
13DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.3:../../devel/py-async_generator 13DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.3:../../devel/py-async_generator
14DEPENDS+= ${PYPKGPREFIX}-test>=3.0.6:../../devel/py-test 14DEPENDS+= ${PYPKGPREFIX}-test>=3.0.6:../../devel/py-test
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

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

--- pkgsrc/devel/py-test-asyncio/distinfo 2018/02/05 16:28:49 1.1
+++ pkgsrc/devel/py-test-asyncio/distinfo 2018/08/05 10:19:16 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/02/05 16:28:49 adam Exp $ 1$NetBSD: distinfo,v 1.2 2018/08/05 10:19:16 adam Exp $
2 2
3SHA1 (pytest-asyncio-0.8.0.tar.gz) = d5a7faf563006ad6a91243060b13a8cddcab42b5 3SHA1 (pytest-asyncio-0.9.0.tar.gz) = 7d80b5806bb8eef09da481aeb2bb133d50c9fbd8
4RMD160 (pytest-asyncio-0.8.0.tar.gz) = 45d68fd605944e249c0f4f02961ee3fb978403b9 4RMD160 (pytest-asyncio-0.9.0.tar.gz) = ef58e3273e873a207f89a761211b020793c80bea
5SHA512 (pytest-asyncio-0.8.0.tar.gz) = ffae02204356ad8c936dca7d3982eda220d886d3f75619696e3146e6aacacdfc1212eed096613f9d1b3f7aa002ce9aeb8fb1a97341877c01018b59a38f05b196 5SHA512 (pytest-asyncio-0.9.0.tar.gz) = 129dc6129a93856eb32a5ca8c90ea71397bd5293f66b5b3682efbfcd7c0444471c98aa2f95bca89e6a34dd1f3571aa4a2b9b7831c4cd0e124eb2f69ad3a7fa73
6Size (pytest-asyncio-0.8.0.tar.gz) = 11310 bytes 6Size (pytest-asyncio-0.9.0.tar.gz) = 7220 bytes