pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  9 11:59:31 UTC 2019

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-test/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.77 pkgsrc/devel/py-test/Makefile:1.78
--- pkgsrc/devel/py-test/Makefile:1.77  Tue Apr 16 07:17:06 2019
+++ pkgsrc/devel/py-test/Makefile       Thu May  9 11:59:31 2019
@@ -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}-atomicwrites>=1
 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,10 +26,8 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-requests-[
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-funcsigs>=1.0:../../devel/py-funcsigs
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-.endif
-.if ${_PYTHON_VERSION} < 36
 DEPENDS+=      ${PYPKGPREFIX}-pathlib2>=2.2.0:../../devel/py-pathlib2
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 .endif
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.70 pkgsrc/devel/py-test/distinfo:1.71
--- pkgsrc/devel/py-test/distinfo:1.70  Tue Apr 16 07:17:06 2019
+++ pkgsrc/devel/py-test/distinfo       Thu May  9 11:59:31 2019
@@ -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