pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 3.9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10bbf410ea29
branches:  trunk
changeset: 314228:10bbf410ea29
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 23 06:34:00 2018 +0000

description:
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.

diffstat:

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

diffs (27 lines):

diff -r 607d248beb98 -r 10bbf410ea29 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Tue Oct 23 06:32:05 2018 +0000
+++ b/devel/py-test/Makefile    Tue Oct 23 06:34:00 2018 +0000
@@ -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/}
diff -r 607d248beb98 -r 10bbf410ea29 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Tue Oct 23 06:32:05 2018 +0000
+++ b/devel/py-test/distinfo    Tue Oct 23 06:34:00 2018 +0000
@@ -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