Fri Oct 23 12:15:55 2020 UTC ()
py-test-forked: updated to 1.3.0

v1.3.0
* Add support for pytest 6
* Replace `@pytest.mark.tryfirst` with newer `@pytest.hookimpl`
* Invoke `pytest_runtest_logstart` and `pytest_runtest_logfinish` hooks in `runtest_protocol`

v1.2.0
* Add limited support for xfail marker
* Fix support for pytest 5.4.0+
* Drop support for Python 3.4 as it is EOL


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-test-forked/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-test-forked/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-test-forked/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-forked/Makefile 2020/05/16 09:15:09 1.6
+++ pkgsrc/devel/py-test-forked/Makefile 2020/10/23 12:15:55 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2020/05/16 09:15:09 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2020/10/23 12:15:55 adam Exp $
2 2
3DISTNAME= pytest-forked-1.1.3 3DISTNAME= pytest-forked-1.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-forked/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-forked/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-forked 9HOMEPAGE= https://github.com/pytest-dev/pytest-forked
10COMMENT= Run tests in isolated forked subprocesses 10COMMENT= Run tests in isolated forked subprocesses
11LICENSE= mit 11LICENSE= mit
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14 14
15PYTHON_VERSIONED_DEPENDENCIES= test 15PYTHON_VERSIONED_DEPENDENCIES= test
16 16

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-test-forked/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-forked/distinfo 2019/10/24 12:48:54 1.4
+++ pkgsrc/devel/py-test-forked/distinfo 2020/10/23 12:15:55 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2019/10/24 12:48:54 adam Exp $ 1$NetBSD: distinfo,v 1.5 2020/10/23 12:15:55 adam Exp $
2 2
3SHA1 (pytest-forked-1.1.3.tar.gz) = ed4bf384929a20b0d19d3a0dffbb961b41de6e90 3SHA1 (pytest-forked-1.3.0.tar.gz) = e42f924de467dd0f485139d8ef3baaad75c7017c
4RMD160 (pytest-forked-1.1.3.tar.gz) = c258336833de93fcdae641ad6c84e8ad737ff98f 4RMD160 (pytest-forked-1.3.0.tar.gz) = 98a3298258979cc2ec39134b7ba74e0cda9cc205
5SHA512 (pytest-forked-1.1.3.tar.gz) = 2086884b0e78841b3cdf8eb2b144b8fa60ba95e4be79bc58a2b5775a5f997dddef59377f7c993e54974fbbe13e73fe8688eed4d035e85293e35a143c5f0180f3 5SHA512 (pytest-forked-1.3.0.tar.gz) = 25d639aa43380155d7744f1d05a95e0144f5fe7dea42ff3c2bba3803a07d73b5eb008525469330c5dda14800fe4b611241691be197132f31f88f66930c3ecac0
6Size (pytest-forked-1.1.3.tar.gz) = 7308 bytes 6Size (pytest-forked-1.3.0.tar.gz) = 9850 bytes