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.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a0144eed4c7
branches:  trunk
changeset: 312261:7a0144eed4c7
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 30 10:04:44 2018 +0000

description:
py-test: updated to 3.7.4

pytest 3.7.4:

Bug Fixes
- Fix possible infinite recursion when writing .pyc files.
- Cache plugin now obeys the -q flag when --last-failed and --failed-first flags are used.
- Fix bad console output when using console_output_style=classic.
- Fix macOS specific code using capturemanager plugin in doctests.

diffstat:

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

diffs (27 lines):

diff -r 0525e774a8f9 -r 7a0144eed4c7 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Thu Aug 30 08:39:40 2018 +0000
+++ b/devel/py-test/Makefile    Thu Aug 30 10:04:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2018/08/28 09:52:53 adam Exp $
+# $NetBSD: Makefile,v 1.57 2018/08/30 10:04:44 adam Exp $
 
-DISTNAME=      pytest-3.7.3
+DISTNAME=      pytest-3.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 0525e774a8f9 -r 7a0144eed4c7 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Thu Aug 30 08:39:40 2018 +0000
+++ b/devel/py-test/distinfo    Thu Aug 30 10:04:44 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2018/08/27 06:06:02 adam Exp $
+$NetBSD: distinfo,v 1.52 2018/08/30 10:04:44 adam Exp $
 
-SHA1 (pytest-3.7.3.tar.gz) = 075777ddce703186b416772aba77a979cedfbc2f
-RMD160 (pytest-3.7.3.tar.gz) = 2f27841b8409850ece5684bd5207ccb3c94eb966
-SHA512 (pytest-3.7.3.tar.gz) = a3743a07d345da1829a547f256b22a6f29e6afb13d1b66ff1c309ef02508eb228952ef54bd496476bdffe3a5fc7927accdcb452ec70749a5659f656a14119037
-Size (pytest-3.7.3.tar.gz) = 850782 bytes
+SHA1 (pytest-3.7.4.tar.gz) = aaf8cb26f5fda6da24250c9454670ef4c0fb184c
+RMD160 (pytest-3.7.4.tar.gz) = b54b1f8fe9f2dbdebc36b87d2fe1b44b37bc9f97
+SHA512 (pytest-3.7.4.tar.gz) = b62419ebcc64b470d429f093c2434ca842f7171164e3f5a37bb0cc8f5da04fa52f096710f167d15a77df128a0f6f79f16e4f4f00ffa22b26111ecfe8d00f0c50
+Size (pytest-3.7.4.tar.gz) = 851863 bytes



Home | Main Index | Thread Index | Old Index