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 Oct 23 06:34:00 UTC 2018

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

Log Message:
py-test: updated to 3.9.2

pytest 3.9.2:

Bug Fixes
* Improve error message when a recursive dependency between fixtures is detected.
* Fix logging messages not shown in hooks pytest_sessionstart() and pytest_sessionfinish().
* Fix unescaped XML raw objects in JUnit report for skipped tests
* Python 2: safely format warning message about passing unicode strings to warnings.warn, which may cause surprising MemoryError exception when monkey patching warnings.warn itself.
* Improve error message when it is not possible to determine a function’s signature.
* Pin setuptools>=40.0 to support py_modules in setup.cfg
* Restore the tmpdir behaviour of symlinking the current test run.
* Fix filename reported by warnings.warn when using recwarn under python2.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.56 -r1.57 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.61 pkgsrc/devel/py-test/Makefile:1.62
--- pkgsrc/devel/py-test/Makefile:1.61  Thu Oct 18 10:11:25 2018
+++ pkgsrc/devel/py-test/Makefile       Tue Oct 23 06:34:00 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2018/10/18 10:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.62 2018/10/23 06:34:00 adam Exp $
 
-DISTNAME=      pytest-3.9.1
+DISTNAME=      pytest-3.9.2
 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.56 pkgsrc/devel/py-test/distinfo:1.57
--- pkgsrc/devel/py-test/distinfo:1.56  Thu Oct 18 10:11:25 2018
+++ pkgsrc/devel/py-test/distinfo       Tue Oct 23 06:34:00 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2018/10/18 10:11:25 adam Exp $
+$NetBSD: distinfo,v 1.57 2018/10/23 06:34:00 adam Exp $
 
-SHA1 (pytest-3.9.1.tar.gz) = 6e1a08bc17f4fc6167e7375a56ed206fb26a8b43
-RMD160 (pytest-3.9.1.tar.gz) = e82820cdb4294573891835347bf6d06e2c496892
-SHA512 (pytest-3.9.1.tar.gz) = 0a3a6842fb549c8223f0ddf56ca28eb200a21a4cadf382fbcd2ab930c58d57c55c77d5869e84bd79bf611d959cba6d363ace3b5fd33d5ce44259fd580b1a9369
-Size (pytest-3.9.1.tar.gz) = 886734 bytes
+SHA1 (pytest-3.9.2.tar.gz) = 9a273c770591c556f7e37c496724bc7ba8454f8d
+RMD160 (pytest-3.9.2.tar.gz) = b8162e0a7ae08e41ecb72f12df14354328bc4216
+SHA512 (pytest-3.9.2.tar.gz) = 260c54a559c6d87ecc0c1e5eb17664fe3f62c4a54af6b543b462d1ec637d2a68cffea9c58a23f3a35a20d3734a14ddac6413d0b0f2d2f203ef4daa0c776e1d11
+Size (pytest-3.9.2.tar.gz) = 881101 bytes



Home | Main Index | Thread Index | Old Index