pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test5 py-test5: updated to 5.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5055fb396a61
branches:  trunk
changeset: 344919:5055fb396a61
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 28 06:28:25 2019 +0000

description:
py-test5: updated to 5.3.1

pytest 5.3.1:
Improvements
* Improve check for misspelling of pytest.mark.parametrize.
* Handle exit.Exception raised in notify_exception (via pytest_internalerror), e.g. when quitting pdb from post mortem.
Bug Fixes
* pytester: fix no_fnmatch_line when used after positive matching.
* Fix line detection for doctest samples inside property docstrings, as a workaround to bpo-17446.
* Fix compatibility with pytest-parallel (regression in pytest 5.3.0).
* Clear the sys.last_traceback, sys.last_type and sys.last_value attributes by deleting them instead of setting them to None. This better matches the behaviour of the Python standard library.

diffstat:

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

diffs (27 lines):

diff -r 49e3f4dff8fe -r 5055fb396a61 devel/py-test5/Makefile
--- a/devel/py-test5/Makefile   Thu Nov 28 06:26:33 2019 +0000
+++ b/devel/py-test5/Makefile   Thu Nov 28 06:28:25 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/11/20 08:34:19 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/28 06:28:25 adam Exp $
 
-DISTNAME=      pytest-5.3.0
+DISTNAME=      pytest-5.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 49e3f4dff8fe -r 5055fb396a61 devel/py-test5/distinfo
--- a/devel/py-test5/distinfo   Thu Nov 28 06:26:33 2019 +0000
+++ b/devel/py-test5/distinfo   Thu Nov 28 06:28:25 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/11/20 08:34:19 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/11/28 06:28:25 adam Exp $
 
-SHA1 (pytest-5.3.0.tar.gz) = a649fad64eff4281797f50825c1cd09ad75c2367
-RMD160 (pytest-5.3.0.tar.gz) = c0fa39cf4d8b0d275325ef0933cc4c862363a2d8
-SHA512 (pytest-5.3.0.tar.gz) = 285d0b4f6b87b141d6d5dac368dc46eb80dd025d7ed4ad0db937fcc76efc1f8cf251ca9b0786ab1bdadd89c07ad8ddd74f2b3496f97326e9d7fccfd004b98aff
-Size (pytest-5.3.0.tar.gz) = 992537 bytes
+SHA1 (pytest-5.3.1.tar.gz) = 7e6d532201a57c1bc96ebb73ce3ea6ac8d5f66d1
+RMD160 (pytest-5.3.1.tar.gz) = ae00029add95e541cb0173f6306cfa610fe0097f
+SHA512 (pytest-5.3.1.tar.gz) = e949a516c064a7050a0ad15356cc0bf25e4840e830f03e1925530c8a2dd9903d7632e55535894474422ba86fd9ed7a397c483d98dad297990b7b49456147189e
+Size (pytest-5.3.1.tar.gz) = 994584 bytes



Home | Main Index | Thread Index | Old Index