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:           Tue Jun  2 19:42:27 UTC 2020

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

Log Message:
py-test: updated to 5.4.3

pytest 5.4.3:

Bug Fixes
* Paths appearing in error messages are now correct in case the current working directory has changed since the start of the session.
* Support deleting paths longer than 260 characters on windows created inside tmpdir.
* Prevent pytest from printing ConftestImportFailure traceback to stdout.
* Prevent hiding the underlying exception when ConfTestImportFailure is raised.
* Fix regression where running with --pdb would call the tearDown methods of unittest.TestCase subclasses for skipped tests.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.79 -r1.80 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.90 pkgsrc/devel/py-test/Makefile:1.91
--- pkgsrc/devel/py-test/Makefile:1.90  Tue Jun  2 03:40:57 2020
+++ pkgsrc/devel/py-test/Makefile       Tue Jun  2 19:42:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2020/06/02 03:40:57 dholland Exp $
+# $NetBSD: Makefile,v 1.91 2020/06/02 19:42:26 adam Exp $
 
-DISTNAME=      pytest-5.4.2
+DISTNAME=      pytest-5.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.79 pkgsrc/devel/py-test/distinfo:1.80
--- pkgsrc/devel/py-test/distinfo:1.79  Sat May 16 08:00:01 2020
+++ pkgsrc/devel/py-test/distinfo       Tue Jun  2 19:42:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.79 2020/05/16 08:00:01 adam Exp $
+$NetBSD: distinfo,v 1.80 2020/06/02 19:42:26 adam Exp $
 
-SHA1 (pytest-5.4.2.tar.gz) = eeff373addaa46477234a48786ad84b8dfc3deed
-RMD160 (pytest-5.4.2.tar.gz) = 425d3eacbd3e542b61bd9a69fe4c9b43bb91329c
-SHA512 (pytest-5.4.2.tar.gz) = c92ffa613a02cee2580d690c24b76f16957082b138cf7c51d277b0fb5098fab2272ab73295e5e368cbd908026130a9185a35f8792054e36b7ade0a05f7f3f192
-Size (pytest-5.4.2.tar.gz) = 1020640 bytes
+SHA1 (pytest-5.4.3.tar.gz) = e4079c6dec8b45d1ac082304ee717c9f268cf815
+RMD160 (pytest-5.4.3.tar.gz) = c846ffd08e49fe6742a97b6606aebcf4a2761f01
+SHA512 (pytest-5.4.3.tar.gz) = 0a07d4f4f791969c6f21961a0ba0f8c6670e5870c6cc1cebf93766587bb9cb3e10db8e57f0bd33dd22b275f3aad7aa674949f124ac80e0ccca64e35be4beee4e
+Size (pytest-5.4.3.tar.gz) = 1022353 bytes



Home | Main Index | Thread Index | Old Index