Wed Jul 1 09:34:49 2015 UTC ()
Update to 2.7.2:

2.7.2 (compared to 2.7.1)
-----------------------------

- fix issue767: pytest.raises value attribute does not contain the exception
  instance on Python 2.6. Thanks Eric Siegerman for providing the test
  case and Bruno Oliveira for PR.

- Automatically create directory for junitxml and results log.
  Thanks Aron Curzon.

- fix issue713: JUnit XML reports for doctest failures.
  Thanks Punyashloka Biswal.

- fix issue735: assertion failures on debug versions of Python 3.4+
  Thanks Benjamin Peterson.

- fix issue114: skipif marker reports to internal skipping plugin;
  Thanks Floris Bruynooghe for reporting and Bruno Oliveira for the PR.

- fix issue748: unittest.SkipTest reports to internal pytest unittest plugin.
  Thanks Thomas De Schampheleire for reporting and Bruno Oliveira for the PR.

- fix issue718: failed to create representation of sets containing unsortable
  elements in python 2. Thanks Edison Gustavo Muenz

- fix issue756, fix issue752 (and similar issues): depend on py-1.4.29
  which has a refined algorithm for traceback generation.


(wiz)
diff -r1.10 -r1.11 pkgsrc/devel/py-test/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/py-test/distinfo

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

--- pkgsrc/devel/py-test/Makefile 2015/05/28 07:13:14 1.10
+++ pkgsrc/devel/py-test/Makefile 2015/07/01 09:34:49 1.11
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.10 2015/05/28 07:13:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2015/07/01 09:34:49 wiz Exp $
2 2
3DISTNAME= pytest-2.7.1 3DISTNAME= pytest-2.7.2
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.29:../../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
17USE_TOOLS+= bash:build 17USE_TOOLS+= bash:build
18 18
19CONFLICTS= ${PYPKGPREFIX}-pytest-[0-9]* 19CONFLICTS= ${PYPKGPREFIX}-pytest-[0-9]*
20 20
21USE_LANGUAGES= # none 21USE_LANGUAGES= # none
22 22
23PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 23PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
24 24
25REPLACE_PYTHON+= _pytest/standalonetemplate.py 25REPLACE_PYTHON+= _pytest/standalonetemplate.py
26 26

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

--- pkgsrc/devel/py-test/distinfo 2015/05/28 07:13:14 1.9
+++ pkgsrc/devel/py-test/distinfo 2015/07/01 09:34:49 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2015/05/28 07:13:14 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2015/07/01 09:34:49 wiz Exp $
2 2
3SHA1 (pytest-2.7.1.tar.gz) = 175fb983e30a62a9c1cfbf4470824343cff6f9c3 3SHA1 (pytest-2.7.2.tar.gz) = 83bda34905d96839006e66fb5bb0c14df2b1c6a9
4RMD160 (pytest-2.7.1.tar.gz) = d57fd50371621c29ee953d2a9a9f728c43981f9f 4RMD160 (pytest-2.7.2.tar.gz) = af5559e33dc523ff43326bc2a9444341488ac3c1
5Size (pytest-2.7.1.tar.gz) = 531671 bytes 5Size (pytest-2.7.2.tar.gz) = 532836 bytes
6SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981 6SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981