pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 4.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4425e5ba27d2
branches:  trunk
changeset: 316529:4425e5ba27d2
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 14 14:44:21 2018 +0000

description:
py-test: updated to 4.0.2

pytest 4.0.2:

Bug Fixes
- Validate arguments from the PYTEST_ADDOPTS environment variable and the addopts ini option separately.
- Fix raises(..., 'code(string)') frame filename.
- When a fixture yields and a log call is made after the test runs, and, if the test is interrupted, capture attributes are None.
- Raise TypeError for with raises(..., match=<non-None falsey value>).

diffstat:

 devel/py-test/Makefile |   5 ++---
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r f1801211da58 -r 4425e5ba27d2 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Fri Dec 14 14:34:05 2018 +0000
+++ b/devel/py-test/Makefile    Fri Dec 14 14:44:21 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2018/12/10 23:59:20 leot Exp $
+# $NetBSD: Makefile,v 1.68 2018/12/14 14:44:21 adam Exp $
 
-DISTNAME=      pytest-4.0.1
+DISTNAME=      pytest-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
 
diff -r f1801211da58 -r 4425e5ba27d2 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Fri Dec 14 14:34:05 2018 +0000
+++ b/devel/py-test/distinfo    Fri Dec 14 14:44:21 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2018/11/24 15:35:13 adam Exp $
+$NetBSD: distinfo,v 1.62 2018/12/14 14:44:21 adam Exp $
 
-SHA1 (pytest-4.0.1.tar.gz) = bd2c48c2466d5ad46a85e22d2dd2881dda801563
-RMD160 (pytest-4.0.1.tar.gz) = 51be116c7ecd209949632490d5a492daac7c2413
-SHA512 (pytest-4.0.1.tar.gz) = 55513e9da61037b7381892d1d60a6b40d4d06ad3d7ab1e186b3bb88ed6a8469c7b30779880906628c74162b1f4664566c27388562e5f95342cf2af63b323e1d1
-Size (pytest-4.0.1.tar.gz) = 903708 bytes
+SHA1 (pytest-4.0.2.tar.gz) = 79de8e2e52adc537d3d124a751e3ab1e581f78f2
+RMD160 (pytest-4.0.2.tar.gz) = a75e9cdff84591bd9c92c68836b943b349058119
+SHA512 (pytest-4.0.2.tar.gz) = 6c77024cdd0a14ad417d7acece89e6b06530ceec1d6950a7cae265bddff44182d1839ced59c34ed9add8eb55214d69f01bd77499b8d3b483ada5ba47bca28802
+Size (pytest-4.0.2.tar.gz) = 904958 bytes



Home | Main Index | Thread Index | Old Index