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 3.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf68a3ab522a
branches:  trunk
changeset: 372407:cf68a3ab522a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 06 11:49:14 2017 +0000

description:
py-test: updated to 3.3.1

Pytest 3.3.1:

Bug Fixes
* Fix issue about -p no:<plugin> having no effect.
* Fix regression with warnings that contained non-strings in their arguments in Python 2.
* Always escape null bytes when setting PYTEST_CURRENT_TEST.
* Fix ZeroDivisionError when using the testmon plugin when no tests were actually collected.
* Bring back TerminalReporter.writer as an alias to TerminalReporter._tw. This alias was removed by accident in the 3.3.0 release.
* The pytest-capturelog plugin is now also blacklisted, avoiding errors when running pytest with it still installed.

Improved Documentation
* Fix broken link to plugin pytest-localserver.

diffstat:

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

diffs (27 lines):

diff -r 924ff72b86f8 -r cf68a3ab522a devel/py-test/Makefile
--- a/devel/py-test/Makefile    Wed Dec 06 11:44:22 2017 +0000
+++ b/devel/py-test/Makefile    Wed Dec 06 11:49:14 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/11/28 09:04:56 adam Exp $
+# $NetBSD: Makefile,v 1.41 2017/12/06 11:49:14 adam Exp $
 
-DISTNAME=      pytest-3.3.0
+DISTNAME=      pytest-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 924ff72b86f8 -r cf68a3ab522a devel/py-test/distinfo
--- a/devel/py-test/distinfo    Wed Dec 06 11:44:22 2017 +0000
+++ b/devel/py-test/distinfo    Wed Dec 06 11:49:14 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2017/11/28 09:04:56 adam Exp $
+$NetBSD: distinfo,v 1.38 2017/12/06 11:49:14 adam Exp $
 
-SHA1 (pytest-3.3.0.tar.gz) = cd915552e569c65cfd8bff78e08e79f43bf748d8
-RMD160 (pytest-3.3.0.tar.gz) = f924cdcbb87ff787b974f253f48976baf195c196
-SHA512 (pytest-3.3.0.tar.gz) = e4c1c0decb840490ed73df21d53a7719782ea12c4d6085919c834df33839297b28ac929d852281538c347aa6264a21fefba025aaf31a7ad90b88e0b83d50af99
-Size (pytest-3.3.0.tar.gz) = 799676 bytes
+SHA1 (pytest-3.3.1.tar.gz) = 3dbd40deaebbad27a2cba27e8014f4a8f3dfb800
+RMD160 (pytest-3.3.1.tar.gz) = 1f467ab301153a0c324b4991b5c2168043d36773
+SHA512 (pytest-3.3.1.tar.gz) = f190f9a8a8f55e9dbf311429eb86e023e096d5388e1c4216fc8d833fbdec8fa67f67b89a174dfead663b34e5f5df124085825446297cf7d9500527d9e8ddb15d
+Size (pytest-3.3.1.tar.gz) = 797469 bytes



Home | Main Index | Thread Index | Old Index