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 4.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/673cb2ea4850
branches:  trunk
changeset: 331128:673cb2ea4850
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 13 08:54:21 2019 +0000

description:
py-test: updated to 4.3.1

pytest 4.3.1:

Bug Fixes
- Logging messages inside pytest_runtest_logreport() are now properly captured and displayed.
- Improve validation of contents written to captured output so it behaves the same as when capture is disabled.
- Fix AttributeError: FixtureRequest has no 'confg' attribute bug in testdir.copy_example.

Trivial/Internal Changes
- Avoid pkg_resources import at the top-level.

diffstat:

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

diffs (27 lines):

diff -r 1aa1e6c11e37 -r 673cb2ea4850 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Wed Mar 13 08:53:03 2019 +0000
+++ b/devel/py-test/Makefile    Wed Mar 13 08:54:21 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2019/02/19 08:25:49 adam Exp $
+# $NetBSD: Makefile,v 1.75 2019/03/13 08:54:21 adam Exp $
 
-DISTNAME=      pytest-4.3.0
+DISTNAME=      pytest-4.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 1aa1e6c11e37 -r 673cb2ea4850 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Wed Mar 13 08:53:03 2019 +0000
+++ b/devel/py-test/distinfo    Wed Mar 13 08:54:21 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.67 2019/02/19 08:25:49 adam Exp $
+$NetBSD: distinfo,v 1.68 2019/03/13 08:54:21 adam Exp $
 
-SHA1 (pytest-4.3.0.tar.gz) = c0febbde80761f0801893a30bc02963163c2bbcb
-RMD160 (pytest-4.3.0.tar.gz) = 6f43ef3a43ea36c8faeca0fe2a51f8a8a2cc4a85
-SHA512 (pytest-4.3.0.tar.gz) = 67894dc6c7001290e3372b5015227cf800c02d40ff28f76fad1249bd866f25c2368d8f0895d7c97a6b3318608f88e44db0bff723e7aeef79e380227cd7ec147e
-Size (pytest-4.3.0.tar.gz) = 915820 bytes
+SHA1 (pytest-4.3.1.tar.gz) = 8402d9f4dffa665270edc61d9f505a1e0cb644e3
+RMD160 (pytest-4.3.1.tar.gz) = 640a1975599f34515cc15f056aeec5f13cc8081f
+SHA512 (pytest-4.3.1.tar.gz) = 5c76100b9efc9176803807a54ff25bfaba065fe3e8fea28b9b2f3ade289056d174e0cc4e1f399eba4ee8642e8990f43f5dc68b59cf55b7d81a43cd7cb363f542
+Size (pytest-4.3.1.tar.gz) = 917608 bytes



Home | Main Index | Thread Index | Old Index