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:           Thu Aug 30 10:04:44 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.51 -r1.52 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.56 pkgsrc/devel/py-test/Makefile:1.57
--- pkgsrc/devel/py-test/Makefile:1.56  Tue Aug 28 09:52:53 2018
+++ pkgsrc/devel/py-test/Makefile       Thu Aug 30 10:04:44 2018
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.51 pkgsrc/devel/py-test/distinfo:1.52
--- pkgsrc/devel/py-test/distinfo:1.51  Mon Aug 27 06:06:02 2018
+++ pkgsrc/devel/py-test/distinfo       Thu Aug 30 10:04:44 2018
@@ -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