Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ehvOM3Nw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=d77nSt+Z Received: by mail.netbsd.org (Postfix, from userid 605) id 7BA9684F6F; Wed, 15 May 2024 07:59:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715759964; bh=kZHHazuHxAH8Vc5hqf2huMzIAnu2wnODKSet9Rla2d0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ehvOM3NwRRtb+8VZn/7mLJylP2A+td2OJ9a4aIUWzfUXx849MzB/SFOk8pvRRf89b wswmJaJogchiiwjQPHsmFk/zubp0w3ehgfD34aCXU2vndFXa8RShTXg2BRdJbYoNNM 4oKwm5smnzZWaZlUs1vl4X4H1zAfj6rMk4eTg+MI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CA6284F52 for ; Wed, 15 May 2024 07:59:23 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id B0uq6uWu0qmu for ; Wed, 15 May 2024 07:59:23 +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 BFEE684ED2 for ; Wed, 15 May 2024 07:59:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715759963; bh=kZHHazuHxAH8Vc5hqf2huMzIAnu2wnODKSet9Rla2d0=; h=Date:From:Subject:To:Reply-To; b=d77nSt+ZmO1d5FBzB27J+U0rHUF7yPGp+8zH17qpS1/XaN86FlSjA/ehVawsKjBTD XXNXwDXwvKAApzTWzRZ3cMaHKoeHPr5wvYjJvQ7n3ft6i9bFRNO2adIClw3pOhK2jA kR6oXTgXm42YMgSibB0u78UgmqLY/AdQpscBY3YQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B644CFA2C; Wed, 15 May 2024 07:59:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715759962129730" MIME-Version: 1.0 Date: Wed, 15 May 2024 07:59:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240515075922.B644CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715759962129730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 15 07:59:22 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-nose2, devel/py-mako To generate a diff of this commit: cvs rdiff -u -r1.3432 -r1.3433 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715759962129730 Content-Disposition: inline Content-Length: 808 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.3432 pkgsrc/doc/CHANGES-2024:1.3433 --- pkgsrc/doc/CHANGES-2024:1.3432 Wed May 15 07:25:29 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 07:59:22 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3432 2024/05/15 07:25:29 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3433 2024/05/15 07:59:22 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5375,3 +5375,5 @@ Changes to the packages collection and i Updated misc/py-platformdirs to 4.2.2 [adam 2024-05-15] Updated devel/py-types-ujson to 5.10.0.20240515 [adam 2024-05-15] Updated devel/py-types-setuptools to 69.5.0.20240513 [adam 2024-05-15] + Updated devel/py-nose2 to 0.14.2 [adam 2024-05-15] + Updated devel/py-mako to 1.3.5 [adam 2024-05-15] --_----------=_1715759962129730--