Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4CF4884FBE for ; Wed, 19 Jul 2023 07:55:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 uUQhjO_nVobI for ; Wed, 19 Jul 2023 07:55:08 +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 B7B4C84FB9 for ; Wed, 19 Jul 2023 07:55:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEB5CFBDB; Wed, 19 Jul 2023 07:55:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168975330820700" MIME-Version: 1.0 Date: Wed, 19 Jul 2023 07:55:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-check To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230719075508.AEB5CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168975330820700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 19 07:55:08 UTC 2023 Modified Files: pkgsrc/devel/py-test-check: Makefile distinfo Log Message: py-test-check: updated to 2.2.0 2.2.0 Added - pseudo traceback additions - `-l` or `--showlocals` shows locals - `__tracebackhide__ = True` is honored. - if `assert` or other exception is involved, - the exception is included as part of the traceback. Changed - pseudo traceback changes - The red color is used more selectively. - this is intended to help readability - Other minor formatting changes. - Please let me know if you have any issues with the changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-check/Makefile \ pkgsrc/devel/py-test-check/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168975330820700 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-check/Makefile diff -u pkgsrc/devel/py-test-check/Makefile:1.2 pkgsrc/devel/py-test-check/Makefile:1.3 --- pkgsrc/devel/py-test-check/Makefile:1.2 Sat Jun 10 18:55:49 2023 +++ pkgsrc/devel/py-test-check/Makefile Wed Jul 19 07:55:08 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2023/06/10 18:55:49 adam Exp $ +# $NetBSD: Makefile,v 1.3 2023/07/19 07:55:08 adam Exp $ -DISTNAME= pytest_check-2.1.5 +DISTNAME= pytest_check-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-check/} Index: pkgsrc/devel/py-test-check/distinfo diff -u pkgsrc/devel/py-test-check/distinfo:1.2 pkgsrc/devel/py-test-check/distinfo:1.3 --- pkgsrc/devel/py-test-check/distinfo:1.2 Sat Jun 10 18:55:49 2023 +++ pkgsrc/devel/py-test-check/distinfo Wed Jul 19 07:55:08 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/06/10 18:55:49 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/07/19 07:55:08 adam Exp $ -BLAKE2s (pytest_check-2.1.5.tar.gz) = 60fddd49adf722238b5eef9a2e6315a61ed80eb243ad6a2eec992bb97486c2c8 -SHA512 (pytest_check-2.1.5.tar.gz) = b3886f96db1ca20e4d337ea527e38e67faa1d79ace3c2cde2760ff66bc7fb5a77eeca2d3833a0abcf16e6f1f6922a82a8fddf7949ddf78e5238c9018761f2829 -Size (pytest_check-2.1.5.tar.gz) = 24990 bytes +BLAKE2s (pytest_check-2.2.0.tar.gz) = 1b8fb00cffe4f2547f02ed02ffa1a11fb6d283c9da18f17b7003f9f6f17d2d04 +SHA512 (pytest_check-2.2.0.tar.gz) = 004f96895f69ed905f123c5c213aef4d40f0f31ec369e9280af4e1c8dbd2f29a4a8c5d9f564756a2dd476c57530daf4914b3bd8d0328266c4117ef5245be97f2 +Size (pytest_check-2.2.0.tar.gz) = 26282 bytes --_----------=_168975330820700--