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  5 05:11:46 UTC 2019

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

Log Message:
py-test: updated to 4.6.2

pytest 4.6.2:
Bug Fixes
* Revert unrolling of all() to fix NameError on nested comprehensions.
* Revert unrolling of all() to fix incorrect handling of generators with if.
* Revert unrolling of all() to fix incorrect assertion when using all() in an expression


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.74 -r1.75 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.81 pkgsrc/devel/py-test/Makefile:1.82
--- pkgsrc/devel/py-test/Makefile:1.81  Mon Jun  3 08:42:13 2019
+++ pkgsrc/devel/py-test/Makefile       Wed Jun  5 05:11:46 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2019/06/03 08:42:13 adam Exp $
+# $NetBSD: Makefile,v 1.82 2019/06/05 05:11:46 adam Exp $
 
-DISTNAME=      pytest-4.6.1
+DISTNAME=      pytest-4.6.2
 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.74 pkgsrc/devel/py-test/distinfo:1.75
--- pkgsrc/devel/py-test/distinfo:1.74  Mon Jun  3 08:42:13 2019
+++ pkgsrc/devel/py-test/distinfo       Wed Jun  5 05:11:46 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.74 2019/06/03 08:42:13 adam Exp $
+$NetBSD: distinfo,v 1.75 2019/06/05 05:11:46 adam Exp $
 
-SHA1 (pytest-4.6.1.tar.gz) = bde79864e5367ccbbca683ae2f673096d77823d5
-RMD160 (pytest-4.6.1.tar.gz) = 35c32d1e07415d6e47da1f3e6bfbe7fd72cc1dc3
-SHA512 (pytest-4.6.1.tar.gz) = 5b7f894a535c605a053eda92ceb07fbf602d45df00aa4d881374e3e944cecc55a9d3e005d08dec7e0e4a4c7049c3a6a44c6e555fcf1a6c67edf6a1eb24ebb70a
-Size (pytest-4.6.1.tar.gz) = 949588 bytes
+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



Home | Main Index | Thread Index | Old Index