Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55F7284E98 for ; Mon, 17 Jul 2023 15:09:38 +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 b3xgOIBGoxdE for ; Mon, 17 Jul 2023 15:09:37 +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 A4A3F84D31 for ; Mon, 17 Jul 2023 15:09:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 982C0FBDB; Mon, 17 Jul 2023 15:09:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168960657723610" MIME-Version: 1.0 Date: Mon, 17 Jul 2023 15:09:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-subtests To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230717150937.982C0FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168960657723610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 17 15:09:37 UTC 2023 Modified Files: pkgsrc/devel/py-test-subtests: Makefile PLIST distinfo Log Message: py-test-subtests: updated to 0.11.0 0.11.0 (2023-05-15) ------------------- * Logging is displayed for failing subtests * Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued) * Now the ``msg`` contents of a subtest is displayed when running pytest with ``-v`` To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-subtests/Makefile \ pkgsrc/devel/py-test-subtests/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-subtests/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168960657723610 Content-Disposition: inline Content-Length: 3556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-subtests/Makefile diff -u pkgsrc/devel/py-test-subtests/Makefile:1.4 pkgsrc/devel/py-test-subtests/Makefile:1.5 --- pkgsrc/devel/py-test-subtests/Makefile:1.4 Tue Apr 18 13:20:31 2023 +++ pkgsrc/devel/py-test-subtests/Makefile Mon Jul 17 15:09:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/04/18 13:20:31 adam Exp $ +# $NetBSD: Makefile,v 1.5 2023/07/17 15:09:37 adam Exp $ -DISTNAME= pytest-subtests-0.10.0 +DISTNAME= pytest-subtests-0.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-subtests/} @@ -10,7 +10,9 @@ HOMEPAGE= https://github.com/pytest-dev/ COMMENT= Unittest subTest() support and subtests fixture LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test @@ -20,5 +22,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-test-subtests/distinfo diff -u pkgsrc/devel/py-test-subtests/distinfo:1.4 pkgsrc/devel/py-test-subtests/distinfo:1.5 --- pkgsrc/devel/py-test-subtests/distinfo:1.4 Tue Apr 18 13:20:31 2023 +++ pkgsrc/devel/py-test-subtests/distinfo Mon Jul 17 15:09:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/04/18 13:20:31 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/07/17 15:09:37 adam Exp $ -BLAKE2s (pytest-subtests-0.10.0.tar.gz) = 6838dd7b39f1324cf3c1350253d2fac17388498aee89546ed097f1121eabc537 -SHA512 (pytest-subtests-0.10.0.tar.gz) = 228b416b6a34386c8d6b393199f8683fdc7b015ce777a7251a472e704519065f6d2993efb110c35e090df1ac51023a1fdd3b5f85d2f7d6d6cbcb8677c459e532 -Size (pytest-subtests-0.10.0.tar.gz) = 11437 bytes +BLAKE2s (pytest-subtests-0.11.0.tar.gz) = 370638ffef7a44f83a95d36af41f3e62f93bf7303c137bd5626b7ec70c8139c2 +SHA512 (pytest-subtests-0.11.0.tar.gz) = cab486252148e457e234e0dadacefa5ff38cf67df48d9c8bd61aa546a4a1e712b70dca0a270dffceede6be0f8a6324e8c21beaa4d1528b39f12bba72e077ef1d +Size (pytest-subtests-0.11.0.tar.gz) = 12763 bytes Index: pkgsrc/devel/py-test-subtests/PLIST diff -u pkgsrc/devel/py-test-subtests/PLIST:1.1 pkgsrc/devel/py-test-subtests/PLIST:1.2 --- pkgsrc/devel/py-test-subtests/PLIST:1.1 Tue Feb 15 16:10:01 2022 +++ pkgsrc/devel/py-test-subtests/PLIST Mon Jul 17 15:09:37 2023 @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2022/02/15 16:10:01 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2023/07/17 15:09:37 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/pytest_subtests.py ${PYSITELIB}/pytest_subtests.pyc -${PYSITELIB}/pytest_subtests.pyo --_----------=_168960657723610--