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.2.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b5a8bc0b48e
branches: trunk
changeset: 371529:3b5a8bc0b48e
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 15 07:43:41 2017 +0000
description:
py-test: updated to 3.2.4
Pytest 3.2.4:
Bug Fixes
* Fix the bug where running with --pyargs will result in items with empty parent.nodeid if run from a different root directory.
* Fix issue with @pytest.parametrize if argnames was specified as keyword arguments.
* Strip whitespace from marker names when reading them from INI config.
* Show full context of doctest source in the pytest output, if the line number of failed example in the docstring is < 9
diffstat:
devel/py-test/Makefile | 4 ++--
devel/py-test/PLIST | 5 ++++-
devel/py-test/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 9304b74c96a7 -r 3b5a8bc0b48e devel/py-test/Makefile
--- a/devel/py-test/Makefile Wed Nov 15 03:33:12 2017 +0000
+++ b/devel/py-test/Makefile Wed Nov 15 07:43:41 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2017/10/05 06:54:09 adam Exp $
+# $NetBSD: Makefile,v 1.38 2017/11/15 07:43:41 adam Exp $
-DISTNAME= pytest-3.2.3
+DISTNAME= pytest-3.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 9304b74c96a7 -r 3b5a8bc0b48e devel/py-test/PLIST
--- a/devel/py-test/PLIST Wed Nov 15 03:33:12 2017 +0000
+++ b/devel/py-test/PLIST Wed Nov 15 07:43:41 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/08/03 07:44:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/11/15 07:43:41 adam Exp $
bin/py.test-${PYVERSSUFFIX}
bin/pytest-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -89,6 +89,9 @@
${PYSITELIB}/_pytest/monkeypatch.py
${PYSITELIB}/_pytest/monkeypatch.pyc
${PYSITELIB}/_pytest/monkeypatch.pyo
+${PYSITELIB}/_pytest/nodes.py
+${PYSITELIB}/_pytest/nodes.pyc
+${PYSITELIB}/_pytest/nodes.pyo
${PYSITELIB}/_pytest/nose.py
${PYSITELIB}/_pytest/nose.pyc
${PYSITELIB}/_pytest/nose.pyo
diff -r 9304b74c96a7 -r 3b5a8bc0b48e devel/py-test/distinfo
--- a/devel/py-test/distinfo Wed Nov 15 03:33:12 2017 +0000
+++ b/devel/py-test/distinfo Wed Nov 15 07:43:41 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/10/05 06:54:09 adam Exp $
+$NetBSD: distinfo,v 1.35 2017/11/15 07:43:41 adam Exp $
-SHA1 (pytest-3.2.3.tar.gz) = 5cfbf9cb25df71cbca2ab5710a821310c8ad38e6
-RMD160 (pytest-3.2.3.tar.gz) = b6774e77e0a36bae49d6fa86b92487fe68f2ac74
-SHA512 (pytest-3.2.3.tar.gz) = 40abe4e290c7e91fdfae3dc33aa242df51aef0476f8a400460a6e88e5a6c3895dbe30840b221bf123f487e301b55788591abbb64a6085830ad7859e134635cc7
-Size (pytest-3.2.3.tar.gz) = 788686 bytes
+SHA1 (pytest-3.2.4.tar.gz) = 03f24ab799c53c835fe4931a8ccff94c96f74109
+RMD160 (pytest-3.2.4.tar.gz) = d5bc488728604f04a99ffe1a66a8ec9707f344d5
+SHA512 (pytest-3.2.4.tar.gz) = 6c182618f6b34dbe97182d04462517941d00843e79f7221ef53236be51179a6880e5bc1fc8399bf1a8294daa85265c1c98e061b23d3c81ac49276b9805ae5ca2
+Size (pytest-3.2.4.tar.gz) = 792352 bytes
Home |
Main Index |
Thread Index |
Old Index