Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DhaUPLgm; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=N9T2FVYG Received: by mail.netbsd.org (Postfix, from userid 605) id B00D584EA4; Wed, 24 Apr 2024 12:54:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713963279; bh=aNmDpvJ5EfNEjmiI2jE611jh51QpK0MZPTveyhJbiFg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=DhaUPLgmlphM6ELGi3p8zXBgG5H1Knztw4xAOFIDh/8v1xCl46gB8xh00ydOa1vYb qZw30kSfb2/WvwpF9u8f4JWtLW/zYuPprU1yiecZ/bb3uR0J069cUwdPDS5eUkhMXZ pfHoSvBMjErpuPJ6PO9ev5Xo/MXCLQa7WmmWvGjg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2B9584E9B for ; Wed, 24 Apr 2024 12:54:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id r00GOht77x0x for ; Wed, 24 Apr 2024 12:54:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E815584E9A for ; Wed, 24 Apr 2024 12:54:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713963278; bh=aNmDpvJ5EfNEjmiI2jE611jh51QpK0MZPTveyhJbiFg=; h=Date:From:Subject:To:Reply-To; b=N9T2FVYGmbAkI3Xxm/qkz3nMKc2UnGscjaIoLwcOBrT1P4mGoZNSAWKlwqTEab/nv POMo2MYgCwexUBWEbrjFqUJPYd1uSiJXOtsor3FXiFzVgcCn3sM8t6a4tRidWaZo5C WJ+rbPm07fSQvFWHekncgN6zTJnQUKkJ7oqkwKe0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFC0CFA2C; Wed, 24 Apr 2024 12:54:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713963277131890" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 12:54:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-coverage To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240424125437.DFC0CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713963277131890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Apr 24 12:54:37 UTC 2024 Modified Files: pkgsrc/devel/py-coverage: Makefile PLIST distinfo Log Message: py-coverage: updated to 7.5.0 Version 7.5.0 — 2024-04-23 - Added initial support for function and class reporting in the HTML report. There are now three index pages which link to each other: files, functions, and classes. Other reports don't yet have this information, but it will be added in the future where it makes sense. Feedback gladly accepted! - Other HTML report improvements: - There is now a "hide covered" checkbox to filter out 100% files, finishing `issue 1384`_. - The index page is always sorted by one of its columns, with clearer indications of the sorting. - The "previous file" shortcut key didn't work on the index page, but now it does, fixing `issue 1765`_. - The debug output showing which configuration files were tried now shows absolute paths to help diagnose problems where settings aren't taking effect, and is renamed from "attempted_config_files" to the more logical "config_files_attempted." - Python 3.13.0a6 is supported. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-coverage/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-coverage/PLIST cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-coverage/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713963277131890 Content-Disposition: inline Content-Length: 3186 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-coverage/Makefile diff -u pkgsrc/devel/py-coverage/Makefile:1.50 pkgsrc/devel/py-coverage/Makefile:1.51 --- pkgsrc/devel/py-coverage/Makefile:1.50 Sun Mar 17 12:57:37 2024 +++ pkgsrc/devel/py-coverage/Makefile Wed Apr 24 12:54:37 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2024/03/17 12:57:37 adam Exp $ +# $NetBSD: Makefile,v 1.51 2024/04/24 12:54:37 adam Exp $ -DISTNAME= coverage-7.4.4 +DISTNAME= coverage-7.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/coverage/} @@ -12,13 +12,17 @@ LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.7.0:../../devel/py-flaky TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.57.1:../../devel/py-hypothesis TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.34.0:../../devel/py-test-xdist PYTHON_VERSIONS_INCOMPATIBLE= 27 +.include "../../lang/python/pyversion.mk" +.if ${PYTHON_VERSION} < 311 +DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli +.endif + post-install: ${RM} -f ${DESTDIR}${PREFIX}/bin/coverage ${DESTDIR}${PREFIX}/bin/coverage3 Index: pkgsrc/devel/py-coverage/PLIST diff -u pkgsrc/devel/py-coverage/PLIST:1.18 pkgsrc/devel/py-coverage/PLIST:1.19 --- pkgsrc/devel/py-coverage/PLIST:1.18 Sun Dec 31 19:50:13 2023 +++ pkgsrc/devel/py-coverage/PLIST Wed Apr 24 12:54:37 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2023/12/31 19:50:13 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2024/04/24 12:54:37 adam Exp $ bin/coverage-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt ${PYSITELIB}/${WHEEL_INFODIR}/METADATA @@ -102,6 +102,9 @@ ${PYSITELIB}/coverage/python.pyo ${PYSITELIB}/coverage/pytracer.py ${PYSITELIB}/coverage/pytracer.pyc ${PYSITELIB}/coverage/pytracer.pyo +${PYSITELIB}/coverage/regions.py +${PYSITELIB}/coverage/regions.pyc +${PYSITELIB}/coverage/regions.pyo ${PYSITELIB}/coverage/report.py ${PYSITELIB}/coverage/report.pyc ${PYSITELIB}/coverage/report.pyo Index: pkgsrc/devel/py-coverage/distinfo diff -u pkgsrc/devel/py-coverage/distinfo:1.39 pkgsrc/devel/py-coverage/distinfo:1.40 --- pkgsrc/devel/py-coverage/distinfo:1.39 Sun Mar 17 12:57:37 2024 +++ pkgsrc/devel/py-coverage/distinfo Wed Apr 24 12:54:37 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2024/03/17 12:57:37 adam Exp $ +$NetBSD: distinfo,v 1.40 2024/04/24 12:54:37 adam Exp $ -BLAKE2s (coverage-7.4.4.tar.gz) = 9f161b7899042481663f8f880cad02321542618789874f2ff2c0ec04a5cd6e8d -SHA512 (coverage-7.4.4.tar.gz) = 26d4715ce69556ca12d1b65db5f21807c08733810b4398750280184812ebfb698e7b424b9e30f55e7524323861a22d4581db0524e9e285ca858132359fd24d28 -Size (coverage-7.4.4.tar.gz) = 783727 bytes +BLAKE2s (coverage-7.5.0.tar.gz) = 3dbb056e7150c9c10fd1dd4a7a63d1205ef05dd245ba7b297f8ccedd205fc981 +SHA512 (coverage-7.5.0.tar.gz) = 1332f630e6f6ed9a2445f93a3826f22151cf4eff2491163a6d01ef1ce468928a52871ee71aeeb716e8e4f04542524ae25213a37bdb874c4a663cbc581482530d +Size (coverage-7.5.0.tar.gz) = 798314 bytes --_----------=_1713963277131890--