pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun 10 19:22:12 UTC 2017

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-test/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.31 pkgsrc/devel/py-test/Makefile:1.32
--- pkgsrc/devel/py-test/Makefile:1.31  Thu Jun  1 07:14:32 2017
+++ pkgsrc/devel/py-test/Makefile       Sat Jun 10 19:22:12 2017
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.28 pkgsrc/devel/py-test/distinfo:1.29
--- pkgsrc/devel/py-test/distinfo:1.28  Thu Jun  1 07:14:32 2017
+++ pkgsrc/devel/py-test/distinfo       Sat Jun 10 19:22:12 2017
@@ -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