Mon Jan 20 11:56:13 2020 UTC ()
py-test5: updated to 5.3.3

pytest 5.3.3:
Bug Fixes
* Captured output during teardown is shown with -rP.
* Fix a pytest-xdist crash when dealing with exceptions raised in subprocesses created by the multiprocessing module.
* FixtureDef objects now properly register their finalizers with autouse and parameterized fixtures that execute before them in the fixture stack so they are torn down at the right times, and in the right order.
* Fix parsing of outcomes containing multiple errors with testdir results (regression in 5.3.0).

Trivial/Internal Changes
* Optimized automatic renaming of test parameter IDs.


(adam)
diff -r1.8 -r1.9 pkgsrc/devel/py-test5/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-test5/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-test5/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test5/Attic/Makefile 2019/12/15 11:30:37 1.8
+++ pkgsrc/devel/py-test5/Attic/Makefile 2020/01/20 11:56:12 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2019/12/15 11:30:37 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2020/01/20 11:56:12 adam Exp $
2 2
3DISTNAME= pytest-5.3.2 3DISTNAME= pytest-5.3.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pytest.org/ 9HOMEPAGE= http://pytest.org/
10COMMENT= Python testing tool 10COMMENT= Python testing tool
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs 13DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15DEPENDS+= ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools 15DEPENDS+= ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools
16DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging 16DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-test5/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test5/Attic/distinfo 2019/12/15 11:30:37 1.7
+++ pkgsrc/devel/py-test5/Attic/distinfo 2020/01/20 11:56:12 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/12/15 11:30:37 adam Exp $ 1$NetBSD: distinfo,v 1.8 2020/01/20 11:56:12 adam Exp $
2 2
3SHA1 (pytest-5.3.2.tar.gz) = 3968347f945bc0c60578d245d65775f83d90ac5a 3SHA1 (pytest-5.3.3.tar.gz) = 5cee959480d4670ad156857e82e831f97ef0446f
4RMD160 (pytest-5.3.2.tar.gz) = c3e91b99a9f5327474e635d32481be79f0ad4383 4RMD160 (pytest-5.3.3.tar.gz) = 52d84c5dd76309bc6696fd43e741509c050d7559
5SHA512 (pytest-5.3.2.tar.gz) = 2ab39973848d2d4693edd1dbd7ab2798b574026c9277bddd4a18e57aec65b3d93de201e87f58eb26030183b5c71818e6e56bcc1cda8c50892546cb1c04d6984a 5SHA512 (pytest-5.3.3.tar.gz) = 79ac431f6a965d00431d3fa8353c756166d88628acfc254225f495bae9ca5f9e78a0282156a1e523b044a18da5fec9925a1a2aab5fcda3bac39cdaf2dee7be36
6Size (pytest-5.3.2.tar.gz) = 995560 bytes 6Size (pytest-5.3.3.tar.gz) = 990948 bytes