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 4.4.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d3592040e9a
branches: trunk
changeset: 333571:0d3592040e9a
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 09 11:59:31 2019 +0000
description:
py-test: updated to 4.4.2
pytest 4.4.2:
Bug Fixes
* Fix crash caused by error in __repr__ function with both showlocals and verbose output enabled.
* Eliminate core dependency on ?terminal? plugin.
* Require pluggy>=0.11.0 which reverts a dependency to importlib-metadata added in 0.10.0. The importlib-metadata package cannot be imported when installed as an egg and causes issues when relying on
setup.py to install test dependencies.
Improved Documentation
* Doc: pytest_ignore_collect, pytest_collect_directory, pytest_collect_file and pytest_pycollect_makemodule hooks?s ?path? parameter documented type is now py.path.local
* Improve help for --runxfail flag.
Trivial/Internal Changes
* Removed internal and unused _pytest.deprecated.MARK_INFO_ATTRIBUTE.
diffstat:
devel/py-test/Makefile | 10 ++++------
devel/py-test/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 11 deletions(-)
diffs (49 lines):
diff -r 5d638717ede3 -r 0d3592040e9a devel/py-test/Makefile
--- a/devel/py-test/Makefile Thu May 09 11:58:21 2019 +0000
+++ b/devel/py-test/Makefile Thu May 09 11:59:31 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2019/04/16 07:17:06 adam Exp $
+# $NetBSD: Makefile,v 1.78 2019/05/09 11:59:31 adam Exp $
-DISTNAME= pytest-4.4.1
+DISTNAME= pytest-4.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
@@ -14,7 +14,7 @@
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS+= ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools
-DEPENDS+= ${PYPKGPREFIX}-pluggy>=0.9:../../devel/py-pluggy
+DEPENDS+= ${PYPKGPREFIX}-pluggy>=0.11:../../devel/py-pluggy
DEPENDS+= ${PYPKGPREFIX}-py>=1.5.0:../../devel/py-py
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
@@ -26,11 +26,9 @@
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-funcsigs>=1.0:../../devel/py-funcsigs
+DEPENDS+= ${PYPKGPREFIX}-pathlib2>=2.2.0:../../devel/py-pathlib2
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
.endif
-.if ${_PYTHON_VERSION} < 36
-DEPENDS+= ${PYPKGPREFIX}-pathlib2>=2.2.0:../../devel/py-pathlib2
-.endif
USE_LANGUAGES= # none
USE_TOOLS+= bash:build
diff -r 5d638717ede3 -r 0d3592040e9a devel/py-test/distinfo
--- a/devel/py-test/distinfo Thu May 09 11:58:21 2019 +0000
+++ b/devel/py-test/distinfo Thu May 09 11:59:31 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.70 2019/04/16 07:17:06 adam Exp $
+$NetBSD: distinfo,v 1.71 2019/05/09 11:59:31 adam Exp $
-SHA1 (pytest-4.4.1.tar.gz) = 90456d876992292ad1afd326885ff402a0853f43
-RMD160 (pytest-4.4.1.tar.gz) = efb4ccd7c2b0e469960cb35295b8ed6456f27864
-SHA512 (pytest-4.4.1.tar.gz) = a4bc18fe7d8db5433d4d52c0ced38d3d0e6a785710bdc772e007fb1f0f516db2267e608845e075ce4d69a5e71a5e741cc6d84b04622e0a04bd2ad3b6576a1473
-Size (pytest-4.4.1.tar.gz) = 931385 bytes
+SHA1 (pytest-4.4.2.tar.gz) = ad7ecc3dc915176faf1807c47503460d8562f39d
+RMD160 (pytest-4.4.2.tar.gz) = ed0583c479699a80fcb7c408682d0045f96306e2
+SHA512 (pytest-4.4.2.tar.gz) = 14a5a93fef129f58f37686b39ae1bfa3a32bc81f7ee83b6f754e0d7f18e85c0c7f44f12651dc9b3eb2ff62ab4aca5665b33e1c319051c7d8e3d5e004047150ec
+Size (pytest-4.4.2.tar.gz) = 932427 bytes
Home |
Main Index |
Thread Index |
Old Index