Received: by mail.netbsd.org (Postfix, from userid 605) id 2645684E65; Mon, 17 Apr 2023 08:20:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5669884D82 for ; Mon, 17 Apr 2023 08:20:36 +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 yfZZQ2jTnK1l for ; Mon, 17 Apr 2023 08:20:35 +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 CB7B084CFE for ; Mon, 17 Apr 2023 08:20:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4C7FFA85; Mon, 17 Apr 2023 08:20:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168171963586800" MIME-Version: 1.0 Date: Mon, 17 Apr 2023 08:20:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-sugar To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230417082035.C4C7FFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168171963586800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Apr 17 08:20:35 UTC 2023 Modified Files: pkgsrc/devel/py-test-sugar: Makefile distinfo Log Message: py-test-sugar: updated to 0.9.7 0.9.7 - 2023-04-10 - For long-running tests, display minutes and not only seconds (thanks @last-partizan) - Add support for Pytest’s ``--header`` option (thanks @wiresv) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-sugar/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-sugar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168171963586800 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-sugar/Makefile diff -u pkgsrc/devel/py-test-sugar/Makefile:1.10 pkgsrc/devel/py-test-sugar/Makefile:1.11 --- pkgsrc/devel/py-test-sugar/Makefile:1.10 Tue Nov 22 13:07:13 2022 +++ pkgsrc/devel/py-test-sugar/Makefile Mon Apr 17 08:20:35 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/11/22 13:07:13 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/04/17 08:20:35 adam Exp $ -DISTNAME= pytest-sugar-0.9.6 +DISTNAME= pytest-sugar-0.9.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-sugar/} Index: pkgsrc/devel/py-test-sugar/distinfo diff -u pkgsrc/devel/py-test-sugar/distinfo:1.9 pkgsrc/devel/py-test-sugar/distinfo:1.10 --- pkgsrc/devel/py-test-sugar/distinfo:1.9 Tue Nov 22 13:07:13 2022 +++ pkgsrc/devel/py-test-sugar/distinfo Mon Apr 17 08:20:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/11/22 13:07:13 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/04/17 08:20:35 adam Exp $ -BLAKE2s (pytest-sugar-0.9.6.tar.gz) = 89d25907d1e86c86f90fbbe5a41347600dce24f8c250ed359307c277d40c81bf -SHA512 (pytest-sugar-0.9.6.tar.gz) = 955e28478854c6751e7470b49f130bce2904c1f74d46caa2a6e212c132e3f1f0565f2f31ac360a32d2d9c4999f4dcdd19e7373508660bfd7da530981aef9cd62 -Size (pytest-sugar-0.9.6.tar.gz) = 13702 bytes +BLAKE2s (pytest-sugar-0.9.7.tar.gz) = ca0746c6cd3760bce4ec6b00a5d5b1bc2ec6cb6ec289db080499c7d6512d5078 +SHA512 (pytest-sugar-0.9.7.tar.gz) = 7ab1a4f91bd252452ffd5b4fa636a1dffd4ffa5a19c839f2d00d0c69b885216144bb25e1a666bebb17be8112a397adfe04d5caa215edc98f64c20fefd43334cf +Size (pytest-sugar-0.9.7.tar.gz) = 14874 bytes --_----------=_168171963586800--