Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=h4/MrgsQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=J6Mle7Ul Received: by mail.netbsd.org (Postfix, from userid 605) id 276A184DBD; Fri, 15 Mar 2024 10:20:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710498053; bh=GrpTNnOAWUSL3+CWUxyuhKQ4kb+q9H/aMZAiYdGWT28=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=h4/MrgsQauQh10yZSVBDmEmYOlOKghGeuN5QlTmBSJ7fnmFf2a78Sic4Wp+qHPTeo OgW39GXDPMLB97gg/eX0NaGA5vxVJXaBQRO4/UV2+3+cDHq2aS3Olmyh5V6pKE+qxi E16qZFn1hgXjkoByTwXq3kG9/3tyzwH+wW5Vi8e8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1925884D82 for ; Fri, 15 Mar 2024 10:20:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 iXiqQ88Ufelp for ; Fri, 15 Mar 2024 10:20:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8A44B84CCA for ; Fri, 15 Mar 2024 10:20:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710498051; bh=GrpTNnOAWUSL3+CWUxyuhKQ4kb+q9H/aMZAiYdGWT28=; h=Date:From:Subject:To:Reply-To; b=J6Mle7UlvpKvRSo9JP9ol6bqajc4NVMH1SGUBVbyJiwgfzmIeDdXz8TGgU0C+cipo ZDm2l045bZilNP6cXo9/priUboVBCKiTwqG+tDWuT64z8kTJ8+joC5pRTMK7KnMpcq Q7yDUQ1dzPVqjYPSHFp5SnAzPbmaXT82E1nDQ1q0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BF06FA2C; Fri, 15 Mar 2024 10:20:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710498051212100" MIME-Version: 1.0 Date: Fri, 15 Mar 2024 10:20:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-nihtest To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240315102051.3BF06FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710498051212100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Mar 15 10:20:51 UTC 2024 Modified Files: pkgsrc/devel/py-nihtest: Makefile distinfo Log Message: py-nihtest: update to 1.5.1. # 1.5.1 [2024-03-15] - Fix preload test with newer glibc. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-nihtest/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-nihtest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710498051212100 Content-Disposition: inline Content-Length: 1869 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.14 pkgsrc/devel/py-nihtest/Makefile:1.15 --- pkgsrc/devel/py-nihtest/Makefile:1.14 Fri Feb 23 09:06:25 2024 +++ pkgsrc/devel/py-nihtest/Makefile Fri Mar 15 10:20:51 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2024/02/23 09:06:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2024/03/15 10:20:51 wiz Exp $ -DISTNAME= nihtest-1.5.0 +DISTNAME= nihtest-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=n/nihtest/} @@ -30,6 +29,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/manpages/${man}.mdoc ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/${man}-${PYVERSSUFFIX}.5 .endfor +# as of 1.5.1 +# 91% tests passed, 5 tests failed out of 54 do-test: ${MKDIR} ${WRKSRC}/build cd ${WRKSRC}/build && cmake .. && ${MAKE} && ctest Index: pkgsrc/devel/py-nihtest/distinfo diff -u pkgsrc/devel/py-nihtest/distinfo:1.8 pkgsrc/devel/py-nihtest/distinfo:1.9 --- pkgsrc/devel/py-nihtest/distinfo:1.8 Wed Jan 17 10:33:45 2024 +++ pkgsrc/devel/py-nihtest/distinfo Fri Mar 15 10:20:51 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2024/01/17 10:33:45 wiz Exp $ +$NetBSD: distinfo,v 1.9 2024/03/15 10:20:51 wiz Exp $ -BLAKE2s (nihtest-1.5.0.tar.gz) = 55c17c3992f7ddfc712a61779b64a16f2c604d1ffc369329f68cfe2e2965eadf -SHA512 (nihtest-1.5.0.tar.gz) = aac6167c18b5af3f49f5b43b6a218f3f3921d5b0bfe74df546a6808cf826debbe587de44b04baf1d4abd8e0c193da1b86a1f6490cc6bd7888b7707e261a1ebcf -Size (nihtest-1.5.0.tar.gz) = 39258 bytes +BLAKE2s (nihtest-1.5.1.tar.gz) = d68999afc04ce0d38b49e9b36d983f9897d92b288b417a65d29defa22f56d3a9 +SHA512 (nihtest-1.5.1.tar.gz) = 269b21c6e4baf2c00b01e799394361631f96a7876c5df7f08e8d97ab640312f77251b5024804cb66a3aa5cb5dd0e43f8e54eb4644d985038fe25de24de30f93a +Size (nihtest-1.5.1.tar.gz) = 39866 bytes --_----------=_1710498051212100--