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:           Sun Jan 13 17:45:34 UTC 2019

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

Log Message:
py-test: updated to 4.1.1

pytest 4.1.1:
Bug Fixes
* Show full repr with assert a==b and -vv.
* Extend Doctest-modules to ignore mock objects.
* Fixed pytest.warns bug when context manager is reused (e.g. multiple parametrization).
* Don’t rewrite assertion when __getattr__ is broken


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.63 -r1.64 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.69 pkgsrc/devel/py-test/Makefile:1.70
--- pkgsrc/devel/py-test/Makefile:1.69  Mon Jan  7 08:38:01 2019
+++ pkgsrc/devel/py-test/Makefile       Sun Jan 13 17:45:33 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2019/01/07 08:38:01 adam Exp $
+# $NetBSD: Makefile,v 1.70 2019/01/13 17:45:33 adam Exp $
 
-DISTNAME=      pytest-4.1.0
+DISTNAME=      pytest-4.1.1
 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.63 pkgsrc/devel/py-test/distinfo:1.64
--- pkgsrc/devel/py-test/distinfo:1.63  Mon Jan  7 08:38:01 2019
+++ pkgsrc/devel/py-test/distinfo       Sun Jan 13 17:45:33 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2019/01/07 08:38:01 adam Exp $
+$NetBSD: distinfo,v 1.64 2019/01/13 17:45:33 adam Exp $
 
-SHA1 (pytest-4.1.0.tar.gz) = f50c439fc55a047de08270b2dee26bdc115ac106
-RMD160 (pytest-4.1.0.tar.gz) = 5713ad5a5494f0d5a5259d35f6d748e850b01098
-SHA512 (pytest-4.1.0.tar.gz) = 30cbefa066728b72063b21190df74b7cbf56d045e87307915af45e3ff5cdbb76c79dd0c2428425c2db9f8f0ba99a116d787526dc806801787b89a7862dd9e56e
-Size (pytest-4.1.0.tar.gz) = 902235 bytes
+SHA1 (pytest-4.1.1.tar.gz) = 478be55c8e61a4ea2cdc37778e689338513cbaf0
+RMD160 (pytest-4.1.1.tar.gz) = 8d64cb8b9da35ee1d00d6e40e62eb065bcc31739
+SHA512 (pytest-4.1.1.tar.gz) = e93b742b61fdba7518d833bdc312282347853abb1fe76920f14e791ede2af57513b521b967303483dfc2e308ec83c9c9e1f8d81489ee5610808e3b33b42b8452
+Size (pytest-4.1.1.tar.gz) = 903912 bytes



Home | Main Index | Thread Index | Old Index