Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Kd7jl1We; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XbWKeUv6 Received: by mail.netbsd.org (Postfix, from userid 605) id 631E584DA5; Wed, 10 Apr 2024 09:31:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712741472; bh=L9tz5oP4Bjs0SB1Z0EH0DvHcFyeNRbERxStszX357/A=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Kd7jl1We4qNpt6aI33ZmXStgwa0dmWV+V/u0g+Br6ziPrNHz4MsTiHI5NX0YoM/Ui iwD2exRENnK9xByYfk7j7NevD2vBB0M5N/A2TuOJW1NW59mYzLsbFYwjDTIWWtoYIl ESE2N0isR6gQG17oflckp3ByNqDpPmYOWpBqS/64= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5319584D7C for ; Wed, 10 Apr 2024 09:31:11 +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 UlP4UZs1cHPZ for ; Wed, 10 Apr 2024 09:31:10 +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 A60A584D4D for ; Wed, 10 Apr 2024 09:31:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712741470; bh=L9tz5oP4Bjs0SB1Z0EH0DvHcFyeNRbERxStszX357/A=; h=Date:From:Subject:To:Reply-To; b=XbWKeUv6UIJF8vLqqmpgQ/oXNK8I+Ov6RNcpp8z6nEisrSy8sOhbaBFYUNlq7pRAa n4VZTc6btW/5X9vuaaRJQjLir6IRAKV8/N1Nn8ZODvPKJoShMD8MvhexGCTA/NS7HD xFaFgcnlGTlHvy6EhOHj19in4mtgqpL6wCu+rkLM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EED0FA2C; Wed, 10 Apr 2024 09:31:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171274147019510" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 09:31:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240410093110.9EED0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171274147019510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 10 09:31:10 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/py-nihtest to 1.6.0 To generate a diff of this commit: cvs rdiff -u -r1.2382 -r1.2383 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171274147019510 Content-Disposition: inline Content-Length: 767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2382 pkgsrc/doc/CHANGES-2024:1.2383 --- pkgsrc/doc/CHANGES-2024:1.2382 Wed Apr 10 09:24:35 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 10 09:31:10 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2382 2024/04/10 09:24:35 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2383 2024/04/10 09:31:10 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3965,3 +3965,4 @@ Changes to the packages collection and i Updated devel/py-types-setuptools to 69.2.0.20240317 [adam 2024-04-10] Updated devel/py-types-toml to 0.10.8.20240310 [adam 2024-04-10] Updated textproc/py-types-yaml to 6.0.12.20240311 [adam 2024-04-10] + Updated devel/py-nihtest to 1.6.0 [wiz 2024-04-10] --_----------=_171274147019510--