Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E43684E80 for ; Wed, 19 Jul 2023 16:09:17 +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 lbW1had270NK for ; Wed, 19 Jul 2023 16:09:16 +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 D163D84CEB for ; Wed, 19 Jul 2023 16:09:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9A5CFBDB; Wed, 19 Jul 2023 16:09:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689782956208060" MIME-Version: 1.0 Date: Wed, 19 Jul 2023 16:09:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-nihtest To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230719160916.C9A5CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689782956208060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jul 19 16:09:16 UTC 2023 Modified Files: pkgsrc/devel/py-nihtest: Makefile distinfo Log Message: py-nihtest: update to 1.2.0. # 1.2.0 [2023-07-19] - Explicitly specify encoding for stdout of subcommands. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-nihtest/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-nihtest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689782956208060 Content-Disposition: inline Content-Length: 1540 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-nihtest/Makefile diff -u pkgsrc/devel/py-nihtest/Makefile:1.7 pkgsrc/devel/py-nihtest/Makefile:1.8 --- pkgsrc/devel/py-nihtest/Makefile:1.7 Tue Jun 27 09:58:04 2023 +++ pkgsrc/devel/py-nihtest/Makefile Wed Jul 19 16:09:16 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/06/27 09:58:04 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2023/07/19 16:09:16 wiz Exp $ -DISTNAME= nihtest-1.1.1 +DISTNAME= nihtest-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=n/nihtest/} Index: pkgsrc/devel/py-nihtest/distinfo diff -u pkgsrc/devel/py-nihtest/distinfo:1.3 pkgsrc/devel/py-nihtest/distinfo:1.4 --- pkgsrc/devel/py-nihtest/distinfo:1.3 Tue Jun 27 09:58:04 2023 +++ pkgsrc/devel/py-nihtest/distinfo Wed Jul 19 16:09:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/06/27 09:58:04 wiz Exp $ +$NetBSD: distinfo,v 1.4 2023/07/19 16:09:16 wiz Exp $ -BLAKE2s (nihtest-1.1.1.tar.gz) = 1f6af789540a2b72efbc99d1487ed25dba61aa3d5d9acb3e1ae67db39004584b -SHA512 (nihtest-1.1.1.tar.gz) = 67d5118b9d410286125feb231c32f15bbbeeb8410f546b678517ba9467fa491ec828640ef672e6b48aba35dc938611a85a84d75bd181e64bf6ebbc327a34a972 -Size (nihtest-1.1.1.tar.gz) = 35571 bytes +BLAKE2s (nihtest-1.2.0.tar.gz) = 877ccb68b229a6b1f1ca5ef910ac4b7f72030aacb5a5d25eea10744be7ac9e5b +SHA512 (nihtest-1.2.0.tar.gz) = eb3edadf029d5f2bd9a71d54a6302544210968085c721ff83bdaa4b2fe5ab170836160c10129f10c8d896217d15f5a06994b39021590fca20f987eaf7f1f5bc8 +Size (nihtest-1.2.0.tar.gz) = 36203 bytes --_----------=_1689782956208060--