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:           Wed Jul  5 15:33:29 UTC 2017

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

Log Message:
Pytest 3.1.3:
Bug Fixes
* Fix decode error in Python 2 for doctests in docstrings.
* Exceptions raised during teardown by finalizers are now suppressed until all finalizers are called, with the initial exception reraised.
* Fix incorrect “collected items” report when specifying tests on the command- line.
deprecated_call in context-manager form now captures deprecation warnings even if the same warning has already been raised. Also, deprecated_call will always produce the same error message 
(previously it would produce different messages in context-manager vs. function-call mode).
* Fix issue where paths collected by pytest could have triple leading / characters.
* Fix internal error when trying to detect the start of a recursive traceback.

Improved Documentation
* Explicitly state for which hooks the calls stop after the first non-None result.

Trivial/Internal Changes
* Create invoke tasks for updating the vendored packages.
* Update copyright dates in LICENSE, README.rst and in the documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.29 -r1.30 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.32 pkgsrc/devel/py-test/Makefile:1.33
--- pkgsrc/devel/py-test/Makefile:1.32  Sat Jun 10 19:22:12 2017
+++ pkgsrc/devel/py-test/Makefile       Wed Jul  5 15:33:29 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2017/06/10 19:22:12 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/07/05 15:33:29 adam Exp $
 
-DISTNAME=      pytest-3.1.2
+DISTNAME=      pytest-3.1.3
 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.29 pkgsrc/devel/py-test/distinfo:1.30
--- pkgsrc/devel/py-test/distinfo:1.29  Sat Jun 10 19:22:12 2017
+++ pkgsrc/devel/py-test/distinfo       Wed Jul  5 15:33:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2017/06/10 19:22:12 adam Exp $
+$NetBSD: distinfo,v 1.30 2017/07/05 15:33:29 adam Exp $
 
-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
+SHA1 (pytest-3.1.3.tar.gz) = cd4071d489f61e7f5387e90d5f0eaef61a5f45d4
+RMD160 (pytest-3.1.3.tar.gz) = 5f99d3fe2cb2b7ccebe0a3b2b43e912d3421a24f
+SHA512 (pytest-3.1.3.tar.gz) = 96edf091925f58a836fdd83e95aeda86177a22d4b6c63cbd89eabc1ffde1302dbb8ed7aaad87f27685110e479f55415931be8c5501b77de1a5ea0d6553c048b6
+Size (pytest-3.1.3.tar.gz) = 768801 bytes



Home | Main Index | Thread Index | Old Index