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:           Wed Mar 13 08:54:21 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.67 -r1.68 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.74 pkgsrc/devel/py-test/Makefile:1.75
--- pkgsrc/devel/py-test/Makefile:1.74  Tue Feb 19 08:25:49 2019
+++ pkgsrc/devel/py-test/Makefile       Wed Mar 13 08:54:21 2019
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.67 pkgsrc/devel/py-test/distinfo:1.68
--- pkgsrc/devel/py-test/distinfo:1.67  Tue Feb 19 08:25:49 2019
+++ pkgsrc/devel/py-test/distinfo       Wed Mar 13 08:54:21 2019
@@ -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