Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5472884D22 for ; Mon, 22 May 2023 07:40:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aAfKk99wlM4L for ; Mon, 22 May 2023 07:40:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A655484CE3 for ; Mon, 22 May 2023 07:40:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A42DFFA87; Mon, 22 May 2023 07:40:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168474120221280" MIME-Version: 1.0 Date: Mon, 22 May 2023 07:40:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230522074002.A42DFFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168474120221280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 22 07:40:02 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated devel/py-pylint-plugin-utils, net/py-tldextract, sysutils/py-ansible-compat, sysutils/ansible-lint To generate a diff of this commit: cvs rdiff -u -r1.3265 -r1.3266 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168474120221280 Content-Disposition: inline Content-Length: 941 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.3265 pkgsrc/doc/CHANGES-2023:1.3266 --- pkgsrc/doc/CHANGES-2023:1.3265 Sun May 21 22:40:44 2023 +++ pkgsrc/doc/CHANGES-2023 Mon May 22 07:40:02 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.3265 2023/05/21 22:40:44 nikita Exp $ +$NetBSD: CHANGES-2023,v 1.3266 2023/05/22 07:40:02 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -4526,3 +4526,7 @@ Changes to the packages collection and i Updated math/double-conversion to 3.3.0 [wiz 2023-05-21] Updated graphics/ImageMagick to 7.1.1.10 [wiz 2023-05-21] Updated devel/woboq_codebrowser to 2.1.20230517 [nikita 2023-05-21] + Updated devel/py-pylint-plugin-utils to 0.8.2 [adam 2023-05-22] + Updated net/py-tldextract to 3.4.4 [adam 2023-05-22] + Updated sysutils/py-ansible-compat to 4.0.5 [adam 2023-05-22] + Updated sysutils/ansible-lint to 6.16.2 [adam 2023-05-22] --_----------=_168474120221280--