pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 3.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad9b8e0d8438
branches:  trunk
changeset: 309620:ad9b8e0d8438
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 21 06:41:14 2018 +0000

description:
py-test: updated to 3.6.2

Pytest 3.6.2:

Bug Fixes
Fix regression in Node.add_marker by extracting the mark object of a MarkDecorator.
Warnings without location were reported as None. This is corrected to now report <undetermined location>.
Continue to call finalizers in the stack when a finalizer in a former scope raises an exception.
Fix encoding error with print statements in doctests

Improved Documentation
Add documentation for the --strict flag.

Trivial/Internal Changes
Update old quotation style to parens in fixture.rst documentation.
Improve display of hint about --fulltrace with KeyboardInterrupt.
pytest?s testsuite is no longer runnable through python setup.py test ? instead invoke pytest or tox directly.
Fix typo in documentation

diffstat:

 devel/py-test/Makefile |   6 +++---
 devel/py-test/PLIST    |  17 +++++++++++++----
 devel/py-test/distinfo |  10 +++++-----
 3 files changed, 21 insertions(+), 12 deletions(-)

diffs (67 lines):

diff -r 5382183643a2 -r ad9b8e0d8438 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Thu Jun 21 06:38:36 2018 +0000
+++ b/devel/py-test/Makefile    Thu Jun 21 06:41:14 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2018/06/06 19:27:51 adam Exp $
+# $NetBSD: Makefile,v 1.50 2018/06/21 06:41:14 adam Exp $
 
-DISTNAME=      pytest-3.6.1
+DISTNAME=      pytest-3.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
@@ -12,7 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
-DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+#DEPENDS+=     ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-pluggy>=0.5:../../devel/py-pluggy
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.5.0:../../devel/py-py
diff -r 5382183643a2 -r ad9b8e0d8438 devel/py-test/PLIST
--- a/devel/py-test/PLIST       Thu Jun 21 06:38:36 2018 +0000
+++ b/devel/py-test/PLIST       Thu Jun 21 06:41:14 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/03/23 08:58:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/06/21 06:41:14 adam Exp $
 bin/py.test-${PYVERSSUFFIX}
 bin/pytest-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -50,9 +50,18 @@
 ${PYSITELIB}/_pytest/compat.py
 ${PYSITELIB}/_pytest/compat.pyc
 ${PYSITELIB}/_pytest/compat.pyo
-${PYSITELIB}/_pytest/config.py
-${PYSITELIB}/_pytest/config.pyc
-${PYSITELIB}/_pytest/config.pyo
+${PYSITELIB}/_pytest/config/__init__.py
+${PYSITELIB}/_pytest/config/__init__.pyc
+${PYSITELIB}/_pytest/config/__init__.pyo
+${PYSITELIB}/_pytest/config/argparsing.py
+${PYSITELIB}/_pytest/config/argparsing.pyc
+${PYSITELIB}/_pytest/config/argparsing.pyo
+${PYSITELIB}/_pytest/config/exceptions.py
+${PYSITELIB}/_pytest/config/exceptions.pyc
+${PYSITELIB}/_pytest/config/exceptions.pyo
+${PYSITELIB}/_pytest/config/findpaths.py
+${PYSITELIB}/_pytest/config/findpaths.pyc
+${PYSITELIB}/_pytest/config/findpaths.pyo
 ${PYSITELIB}/_pytest/debugging.py
 ${PYSITELIB}/_pytest/debugging.pyc
 ${PYSITELIB}/_pytest/debugging.pyo
diff -r 5382183643a2 -r ad9b8e0d8438 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Thu Jun 21 06:38:36 2018 +0000
+++ b/devel/py-test/distinfo    Thu Jun 21 06:41:14 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2018/06/06 19:27:51 adam Exp $
+$NetBSD: distinfo,v 1.47 2018/06/21 06:41:14 adam Exp $
 
-SHA1 (pytest-3.6.1.tar.gz) = 5db6f5b546ee061e32468cc197c80123269579cb
-RMD160 (pytest-3.6.1.tar.gz) = 6540ef9840426bb6ec17946b8f347cdff86ab2e0
-SHA512 (pytest-3.6.1.tar.gz) = 38a1ccc5a915c70c66b3c9ab89e8d42a1e481ec1dfb8aa1d37b1a03d9a4fa1167e9a278a280188f30abe3ad5bb1e1a0cc74e640ae2b2d005aa3f00abc5aef957
-Size (pytest-3.6.1.tar.gz) = 838906 bytes
+SHA1 (pytest-3.6.2.tar.gz) = fd6dea9cd8b479278effac768b7a1b9b334f65ce
+RMD160 (pytest-3.6.2.tar.gz) = d0d6018140f196415ed75787472538fd53a4ca83
+SHA512 (pytest-3.6.2.tar.gz) = 7ed9a2ceb1d3d69adc947bf0677c33839238d343916eff803cb61354f63248e645ba9b95635f5d8b97cf5295ca69ae75d03929d6369005c7651d8b2c7f2ead9d
+Size (pytest-3.6.2.tar.gz) = 829730 bytes



Home | Main Index | Thread Index | Old Index