Mon Oct 27 08:44:12 2014 UTC ()
Update to 2.6.4:

2.6.4
----------

- Improve assertion failure reporting on iterables, by using ndiff and pprint.

- removed outdated japanese docs from source tree.

- docs for "pytest_addhooks" hook.  Thanks Bruno Oliveira.

- updated plugin index docs.  Thanks Bruno Oliveira.

- fix issue557: with "-k" we only allow the old style "-" for negation
  at the beginning of strings and even that is deprecated.  Use "not" instead.
  This should allow to pick parametrized tests where "-" appeared in the parameter.

- fix issue604: Escape % character in the assertion message.

- fix issue620: add explanation in the --genscript target about what
  the binary blob means. Thanks Dinu Gherman.

- fix issue614: fixed pastebin support.


(wiz)
diff -r1.7 -r1.8 pkgsrc/devel/py-test/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-test/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-test/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test/Makefile 2014/10/01 12:31:27 1.7
+++ pkgsrc/devel/py-test/Makefile 2014/10/27 08:44:12 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2014/10/01 12:31:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2014/10/27 08:44:12 wiz Exp $
2 2
3DISTNAME= pytest-2.6.3 3DISTNAME= pytest-2.6.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://pypi.python.org/packages/source/p/pytest/ 6MASTER_SITES= https://pypi.python.org/packages/source/p/pytest/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/pytest 9HOMEPAGE= https://pypi.python.org/pypi/pytest
10COMMENT= Python testing tool 10COMMENT= Python testing tool
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-py>=1.4.20:../../devel/py-py 13DEPENDS+= ${PYPKGPREFIX}-py>=1.4.20:../../devel/py-py
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15# actually, test dependencies 15# actually, test dependencies
16BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml 16BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-test/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test/distinfo 2014/10/01 12:31:27 1.6
+++ pkgsrc/devel/py-test/distinfo 2014/10/27 08:44:12 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2014/10/01 12:31:27 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2014/10/27 08:44:12 wiz Exp $
2 2
3SHA1 (pytest-2.6.3.tar.gz) = 70ca1a9b2b90232e835eb7698f23208c267ef9fd 3SHA1 (pytest-2.6.4.tar.gz) = 104ed27957dd68381c30bf38d20edc7f33f63d9b
4RMD160 (pytest-2.6.3.tar.gz) = d30c7a645abbcd779bfd9e66cbba5e6671e090bf 4RMD160 (pytest-2.6.4.tar.gz) = c9aa0955d25280935e9a51e6a88c482fd8c8c9c0
5Size (pytest-2.6.3.tar.gz) = 634974 bytes 5Size (pytest-2.6.4.tar.gz) = 512090 bytes
6SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981 6SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981