Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Gq2THyq0; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TUmDSSUf Received: by mail.netbsd.org (Postfix, from userid 605) id 7501984E85; Wed, 8 May 2024 09:08:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715159317; bh=uf66JO7+2dP6aJm9eBxHcsWtdQOa7T7GIgyxHs/OtCs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Gq2THyq0rUdh/NT76XePQCOxzL0rTVE9tfH3B3x3v/x/22U64h3IXsSiO8LS7qxnl XUt1UWzT5s+9EnH9bTcfK1MuA6Ik7QSdg9+QHJRlpu5zJZNWES7wn/j4LjosAAwEf0 61ISsW57GtVJ3t8W/6UlujOo7m5inK80+p4ypbGY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65BC184D00 for ; Wed, 8 May 2024 09:08:36 +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 DGKDzwgSq2BZ for ; Wed, 8 May 2024 09:08:35 +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 A0C0384CE3 for ; Wed, 8 May 2024 09:08:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715159315; bh=uf66JO7+2dP6aJm9eBxHcsWtdQOa7T7GIgyxHs/OtCs=; h=Date:From:Subject:To:Reply-To; b=TUmDSSUfsfCA5OuXw2RfZt35uBdpr73Vj4lIeHbRhAv+FLn5C1mbQUCDlr0dKr4Tf 1H2wYvqz+RJuhq641gNJS9cLRDBi2UZ51P3euB9FEEAQJz39E7rKi4gUqJjXviIvhQ uH4FuckS1GSNE6lzQhTSlcpLK1eYB3n5qDShg3Ic= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95E2AFA2C; Wed, 8 May 2024 09:08:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715159315117520" MIME-Version: 1.0 Date: Wed, 8 May 2024 09:08:35 +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: <20240508090835.95E2AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715159315117520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 8 09:08:35 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated converters/py-fastbencode, devel/py-coveralls To generate a diff of this commit: cvs rdiff -u -r1.3268 -r1.3269 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715159315117520 Content-Disposition: inline Content-Length: 795 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.3268 pkgsrc/doc/CHANGES-2024:1.3269 --- pkgsrc/doc/CHANGES-2024:1.3268 Wed May 8 08:28:51 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 8 09:08:35 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3268 2024/05/08 08:28:51 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3269 2024/05/08 09:08:35 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5148,3 +5148,5 @@ Changes to the packages collection and i Updated sysutils/onefetch to 2.21.0 [pin 2024-05-08] Updated textproc/py-jsonschema to 4.22.0 [adam 2024-05-08] Updated www/py-flask-cors to 4.0.1 [adam 2024-05-08] + Updated converters/py-fastbencode to 0.3.1 [adam 2024-05-08] + Updated devel/py-coveralls to 4.0.0 [adam 2024-05-08] --_----------=_1715159315117520--