pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test Pytest 3.1.2 (2017-06-08)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2993c53e4930
branches:  trunk
changeset: 363511:2993c53e4930
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 10 19:22:12 2017 +0000

description:
Pytest 3.1.2 (2017-06-08)
Bug Fixes
* Required options added via pytest_addoption will no longer prevent using ?help without passing them.
* Respect python_files in assertion rewriting.
* Fix recursion error detection when frames in the traceback contain objects that can?t be compared (like numpy arrays).
* UnicodeWarning is issued from the internal pytest warnings plugin only when the message contains non-ascii unicode (Python 2 only).
* Added a workaround for Python 3.6 WindowsConsoleIO breaking due to Pytests?s FDCapture. Other code using console handles might still be affected by the very same issue and might require further 
workarounds/fixes, i.e. colorama.

diffstat:

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

diffs (27 lines):

diff -r 8e13ba37ddaa -r 2993c53e4930 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Sat Jun 10 19:18:35 2017 +0000
+++ b/devel/py-test/Makefile    Sat Jun 10 19:22:12 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2017/06/01 07:14:32 adam Exp $
+# $NetBSD: Makefile,v 1.32 2017/06/10 19:22:12 adam Exp $
 
-DISTNAME=      pytest-3.1.1
+DISTNAME=      pytest-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 8e13ba37ddaa -r 2993c53e4930 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Sat Jun 10 19:18:35 2017 +0000
+++ b/devel/py-test/distinfo    Sat Jun 10 19:22:12 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2017/06/01 07:14:32 adam Exp $
+$NetBSD: distinfo,v 1.29 2017/06/10 19:22:12 adam Exp $
 
-SHA1 (pytest-3.1.1.tar.gz) = fa1119f590a54510e69895c894bcb3c7c7e04947
-RMD160 (pytest-3.1.1.tar.gz) = 0274421ed5efe650814ab9c5743c0abd4245c6ef
-SHA512 (pytest-3.1.1.tar.gz) = b990cdbcd9ed3da816d44b9de37cac9a27db50bfd426f5d1abf4247862f69124968f5aed684487f8076f0e7157ac532003380b45f3dfdfe06ffa1d4d97aad888
-Size (pytest-3.1.1.tar.gz) = 763519 bytes
+SHA1 (pytest-3.1.2.tar.gz) = a93bd4b734f520af96481e595b2ccb9d06d6cce3
+RMD160 (pytest-3.1.2.tar.gz) = fb6579058e04e65879b7caf77ed4642141fd838e
+SHA512 (pytest-3.1.2.tar.gz) = 6b8bf6280481295585169798351105749301a2b088fa89a48c463578a25edcb1fe7ea4100668bc3013a0a6dfd0ceab31c683e9280ece4f79575ca37909502d5c
+Size (pytest-3.1.2.tar.gz) = 766406 bytes



Home | Main Index | Thread Index | Old Index