Received: by mail.netbsd.org (Postfix, from userid 605) id E21B884EF8; Wed, 14 Sep 2022 11:14:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 245BF84D72 for ; Wed, 14 Sep 2022 11:14:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 pXULJr90Q1Vb for ; Wed, 14 Sep 2022 11:14:51 +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 779C984D08 for ; Wed, 14 Sep 2022 11:14:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F0FAFA90; Wed, 14 Sep 2022 11:14:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663154091172660" MIME-Version: 1.0 Date: Wed, 14 Sep 2022 11:14:51 +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: <20220914111451.6F0FAFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663154091172660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 14 11:14:51 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated converters/py-charset-normalizer, devel/py-dulwich To generate a diff of this commit: cvs rdiff -u -r1.4537 -r1.4538 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663154091172660 Content-Disposition: inline Content-Length: 801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.4537 pkgsrc/doc/CHANGES-2022:1.4538 --- pkgsrc/doc/CHANGES-2022:1.4537 Wed Sep 14 11:05:15 2022 +++ pkgsrc/doc/CHANGES-2022 Wed Sep 14 11:14:51 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.4537 2022/09/14 11:05:15 adam Exp $ +$NetBSD: CHANGES-2022,v 1.4538 2022/09/14 11:14:51 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -6711,3 +6711,5 @@ Changes to the packages collection and i Updated net/py-minio to 7.1.11 [adam 2022-09-14] Updated devel/py-packageurl to 0.10.1 [adam 2022-09-14] Updated textproc/py-jsonschema to 4.16.0 [adam 2022-09-14] + Updated converters/py-charset-normalizer to 2.1.1 [adam 2022-09-14] + Updated devel/py-dulwich to 0.20.46 [adam 2022-09-14] --_----------=_1663154091172660--