Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE2C384CE2 for ; Fri, 22 Dec 2023 13:25:02 +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 usKHu5Zx8816 for ; Fri, 22 Dec 2023 13:25:02 +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 2920484E90 for ; Fri, 22 Dec 2023 13:25:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22327FA42; Fri, 22 Dec 2023 13:25:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703251502274190" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 13:25:02 +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: <20231222132502.22327FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703251502274190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 22 13:25:02 UTC 2023 Modified Files: pkgsrc/devel/py-nihtest: Makefile distinfo Log Message: py-nihtest: update to 1.3.0. # 1.3.0 [2023-12-22] - Add set-modification-time. - Fix inline stdin data. - Improve error handling. - Require python 3.9. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-nihtest/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-nihtest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703251502274190 Content-Disposition: inline Content-Length: 1761 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.9 pkgsrc/devel/py-nihtest/Makefile:1.10 --- pkgsrc/devel/py-nihtest/Makefile:1.9 Sat Oct 28 19:57:04 2023 +++ pkgsrc/devel/py-nihtest/Makefile Fri Dec 22 13:25:01 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:04 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2023/12/22 13:25:01 wiz Exp $ -DISTNAME= nihtest-1.2.0 +DISTNAME= nihtest-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=n/nihtest/} @@ -15,7 +15,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9 USE_TOOLS+= cmake:test -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 Index: pkgsrc/devel/py-nihtest/distinfo diff -u pkgsrc/devel/py-nihtest/distinfo:1.4 pkgsrc/devel/py-nihtest/distinfo:1.5 --- pkgsrc/devel/py-nihtest/distinfo:1.4 Wed Jul 19 16:09:16 2023 +++ pkgsrc/devel/py-nihtest/distinfo Fri Dec 22 13:25:01 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/07/19 16:09:16 wiz Exp $ +$NetBSD: distinfo,v 1.5 2023/12/22 13:25:01 wiz Exp $ -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 +BLAKE2s (nihtest-1.3.0.tar.gz) = f454119fbe7dcfb22ce31706284e7a798428aa7f672e0a3d6bd13da7a8ad68ba +SHA512 (nihtest-1.3.0.tar.gz) = 39db56c793d9cd04973b3c672735cf085da2fa7f241e7a52d7b3df44b6250155de04d7db2cb5fad417798d21c0f655fd186d499f5f7dba5901f4883c29641226 +Size (nihtest-1.3.0.tar.gz) = 36571 bytes --_----------=_1703251502274190--