Received: by mail.netbsd.org (Postfix, from userid 605) id B1A4084E5A; Mon, 16 Jan 2023 14:29:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD43184DB9 for ; Mon, 16 Jan 2023 14:29:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id H-CFhFvXH1pp for ; Mon, 16 Jan 2023 14:29:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1A48184D8C for ; Mon, 16 Jan 2023 14:29:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E590DFA90; Mon, 16 Jan 2023 14:29:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673879366171840" MIME-Version: 1.0 Date: Mon, 16 Jan 2023 14:29:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230116142926.E590DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673879366171840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Jan 16 14:29:26 UTC 2023 Modified Files: pkgsrc/devel/py-test: Makefile distinfo Log Message: py-test: updated to 7.2.1 pytest 7.2.1 (2023-01-13) Bug Fixes Fix ‘importlib.abc.TraversableResources’ deprecation warning in Python 3.12. If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location. Fix bug where sometimes pytest would use the file system root directory as rootdir on Windows. Fix a race condition when creating junitxml reports, which could occur when multiple instances of pytest execute in parallel. Fix a race condition when creating or updating the stepwise plugin’s cache, which could occur when multiple xdist worker nodes try to simultaneously update the stepwise plugin’s cache. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-test/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/py-test/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673879366171840 Content-Disposition: inline Content-Length: 2727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test/Makefile diff -u pkgsrc/devel/py-test/Makefile:1.110 pkgsrc/devel/py-test/Makefile:1.111 --- pkgsrc/devel/py-test/Makefile:1.110 Fri Oct 28 08:58:12 2022 +++ pkgsrc/devel/py-test/Makefile Mon Jan 16 14:29:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.110 2022/10/28 08:58:12 adam Exp $ +# $NetBSD: Makefile,v 1.111 2023/01/16 14:29:26 adam Exp $ -DISTNAME= pytest-7.2.0 +DISTNAME= pytest-7.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} @@ -10,9 +10,9 @@ HOMEPAGE= https://pytest.org/ COMMENT= Python testing tool LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools -BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-iniconfig-[0-9]*:../../devel/py-iniconfig @@ -34,10 +34,7 @@ USE_PKG_RESOURCES= yes PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 37 -DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata -.endif -.if ${_PYTHON_VERSION} < 311 +.if ${_PYTHON_VERSION} != 311 DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup DEPENDS+= ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli .endif Index: pkgsrc/devel/py-test/distinfo diff -u pkgsrc/devel/py-test/distinfo:1.97 pkgsrc/devel/py-test/distinfo:1.98 --- pkgsrc/devel/py-test/distinfo:1.97 Fri Oct 28 08:58:12 2022 +++ pkgsrc/devel/py-test/distinfo Mon Jan 16 14:29:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.97 2022/10/28 08:58:12 adam Exp $ +$NetBSD: distinfo,v 1.98 2023/01/16 14:29:26 adam Exp $ -BLAKE2s (pytest-7.2.0.tar.gz) = 98bd9c1e9b400e0fc3d8813b318a82d3dba5e06bbe916f8fc283a3b65655f1ac -SHA512 (pytest-7.2.0.tar.gz) = a16b034c8522f0aa6ee9541b07b79be713565a6e755ab0489b38c2b0a0ed9f7857c87f952ff24c199a2e4c0d71ee26e918dd06abfe994d30ac90e32ae3e8c4d1 -Size (pytest-7.2.0.tar.gz) = 1300608 bytes +BLAKE2s (pytest-7.2.1.tar.gz) = 2f50e73424e17f82792d779170244b5883b0884d9ea6235097bfb69889f1c2e5 +SHA512 (pytest-7.2.1.tar.gz) = 3f09ccda91c0f14156cf558abde880279838d1a61c8f7e7138ea9fcd59be0577234da2f30410959641fd5a17490c713c0008ce2ed4b4c57196267fca69714061 +Size (pytest-7.2.1.tar.gz) = 1301901 bytes --_----------=_1673879366171840--