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 Jun 12 10:03:49 UTC 2019

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

Log Message:
py-test: updated to 4.6.3

pytest 4.6.3:
Bug Fixes
* -q has again an impact on the style of the collected items (--collect-only) when --log-cli-level is used.
* Fix regressions of 5063 for importlib_metadata.PathDistribution which have their files attribute being None.
* Fix regression where the obj attribute of TestCase items was no longer bound to methods.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.75 -r1.76 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.82 pkgsrc/devel/py-test/Makefile:1.83
--- pkgsrc/devel/py-test/Makefile:1.82  Wed Jun  5 05:11:46 2019
+++ pkgsrc/devel/py-test/Makefile       Wed Jun 12 10:03:49 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2019/06/05 05:11:46 adam Exp $
+# $NetBSD: Makefile,v 1.83 2019/06/12 10:03:49 adam Exp $
 
-DISTNAME=      pytest-4.6.2
+DISTNAME=      pytest-4.6.3
 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.75 pkgsrc/devel/py-test/distinfo:1.76
--- pkgsrc/devel/py-test/distinfo:1.75  Wed Jun  5 05:11:46 2019
+++ pkgsrc/devel/py-test/distinfo       Wed Jun 12 10:03:49 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.75 2019/06/05 05:11:46 adam Exp $
+$NetBSD: distinfo,v 1.76 2019/06/12 10:03:49 adam Exp $
 
-SHA1 (pytest-4.6.2.tar.gz) = e3d3bd8ad37b5bb3abce5695beddd02a34fc1260
-RMD160 (pytest-4.6.2.tar.gz) = fe48822e9ac4b56a373f40f4b06fc8e4743e9fec
-SHA512 (pytest-4.6.2.tar.gz) = c8bc75c59177b4c0107a6c5b3a6c9abf13f942b0f43f9c749fd79328ad3c27cf4cd2e7575dc77da64c94807ce3088c40fd95da0fcd1e709c3e9df7d91dd33ecd
-Size (pytest-4.6.2.tar.gz) = 949188 bytes
+SHA1 (pytest-4.6.3.tar.gz) = 0cb821cec85298dfa6f94f7b252668f273a387d2
+RMD160 (pytest-4.6.3.tar.gz) = 5d88707bd2fc29ee675087b24461a9ca8cbe1ffb
+SHA512 (pytest-4.6.3.tar.gz) = db6e26b3b3cd34a8d116536a6897bf2037f099ad935e201e6824221ac108bc66e936bccaf17bfe7880675ccea1d3704f77eab006c86d8f7357bbe9a943ebddef
+Size (pytest-4.6.3.tar.gz) = 949947 bytes



Home | Main Index | Thread Index | Old Index