Received: by mail.netbsd.org (Postfix, from userid 605) id 6635884E66; Fri, 9 Jul 2021 20:00:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F72484E65 for ; Fri, 9 Jul 2021 20:00:31 +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 RyQ-T42C0RD4 for ; Fri, 9 Jul 2021 20:00:31 +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 0231384D57 for ; Fri, 9 Jul 2021 20:00:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1DE0FA95; Fri, 9 Jul 2021 20:00:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162586083043100" MIME-Version: 1.0 Date: Fri, 9 Jul 2021 20:00:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-cov To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210709200030.F1DE0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162586083043100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 9 20:00:30 UTC 2021 Modified Files: pkgsrc/devel/py-test-cov: Makefile distinfo Log Message: py-test-cov: updated to 2.12.1 2.12.1 (2021-06-01) ------------------- * Changed the `toml` requirement to be always be directly required (instead of being required through a coverage extra). This fixes issues with pip-compile. * Documented ``show_contexts``. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-test-cov/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-cov/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162586083043100 Content-Disposition: inline Content-Length: 1958 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-cov/Makefile diff -u pkgsrc/devel/py-test-cov/Makefile:1.17 pkgsrc/devel/py-test-cov/Makefile:1.18 --- pkgsrc/devel/py-test-cov/Makefile:1.17 Tue May 18 15:28:01 2021 +++ pkgsrc/devel/py-test-cov/Makefile Fri Jul 9 20:00:30 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/18 15:28:01 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/07/09 20:00:30 adam Exp $ -DISTNAME= pytest-cov-2.12.0 +DISTNAME= pytest-cov-2.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/} @@ -11,6 +11,7 @@ COMMENT= Pytest plugin for measuring cov LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage +DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml PYTHON_VERSIONED_DEPENDENCIES= test Index: pkgsrc/devel/py-test-cov/distinfo diff -u pkgsrc/devel/py-test-cov/distinfo:1.14 pkgsrc/devel/py-test-cov/distinfo:1.15 --- pkgsrc/devel/py-test-cov/distinfo:1.14 Tue May 18 15:28:01 2021 +++ pkgsrc/devel/py-test-cov/distinfo Fri Jul 9 20:00:30 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2021/05/18 15:28:01 adam Exp $ +$NetBSD: distinfo,v 1.15 2021/07/09 20:00:30 adam Exp $ -SHA1 (pytest-cov-2.12.0.tar.gz) = 1820d510d3c45e997565ab3247f58ae2e1013baa -RMD160 (pytest-cov-2.12.0.tar.gz) = 7791f538dfe5a2e2ca54a9fef5c63f3fc7486611 -SHA512 (pytest-cov-2.12.0.tar.gz) = fc94abd8c38ff4015bad4f9f23ee4691f376d436c16f4951021afadfb94dd359a46924d3c7c43dc3193641943f88e0eab04429aa57d26a65bc95622e512639e1 -Size (pytest-cov-2.12.0.tar.gz) = 59596 bytes +SHA1 (pytest-cov-2.12.1.tar.gz) = d9c0eeb472423bd8407e026d9c425b2f11c05307 +RMD160 (pytest-cov-2.12.1.tar.gz) = bb56cc50c1244d00934b584f0b7b3a9270619c4d +SHA512 (pytest-cov-2.12.1.tar.gz) = 4c234178febeba1ce93ec0804c3efe181d5d88db9ac02effe14e62eb3b0f7ca1f8757fb4f360551e0d3e35a3b6207892afea85611a49db6c71a2dbaacabc5375 +Size (pytest-cov-2.12.1.tar.gz) = 60395 bytes --_----------=_162586083043100--