pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test5



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 28 06:28:25 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test5/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test5/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-test5/Makefile
diff -u pkgsrc/devel/py-test5/Makefile:1.6 pkgsrc/devel/py-test5/Makefile:1.7
--- pkgsrc/devel/py-test5/Makefile:1.6  Wed Nov 20 08:34:19 2019
+++ pkgsrc/devel/py-test5/Makefile      Thu Nov 28 06:28:25 2019
@@ -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/}

Index: pkgsrc/devel/py-test5/distinfo
diff -u pkgsrc/devel/py-test5/distinfo:1.5 pkgsrc/devel/py-test5/distinfo:1.6
--- pkgsrc/devel/py-test5/distinfo:1.5  Wed Nov 20 08:34:19 2019
+++ pkgsrc/devel/py-test5/distinfo      Thu Nov 28 06:28:25 2019
@@ -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