Received: by mail.netbsd.org (Postfix, from userid 605) id 1E4D884EBA; Wed, 26 Apr 2023 13:34:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C72284E92 for ; Wed, 26 Apr 2023 13:34:51 +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 fH5c6XRVF3wZ for ; Wed, 26 Apr 2023 13:34:50 +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 9FA7E84D9B for ; Wed, 26 Apr 2023 13:34:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D2BAFA87; Wed, 26 Apr 2023 13:34:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682516090135950" MIME-Version: 1.0 Date: Wed, 26 Apr 2023 13:34:50 +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: <20230426133450.9D2BAFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682516090135950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 26 13:34:50 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated sysutils/ansible, devel/py-setuptools To generate a diff of this commit: cvs rdiff -u -r1.2450 -r1.2451 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682516090135950 Content-Disposition: inline Content-Length: 782 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.2450 pkgsrc/doc/CHANGES-2023:1.2451 --- pkgsrc/doc/CHANGES-2023:1.2450 Wed Apr 26 12:40:53 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Apr 26 13:34:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2450 2023/04/26 12:40:53 adam Exp $ +$NetBSD: CHANGES-2023,v 1.2451 2023/04/26 13:34:50 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3525,3 +3525,5 @@ Changes to the packages collection and i Updated devel/git-branchless to 0.7.1nb1 [wiz 2023-04-26] Updated devel/py-pygit2 to 1.12.0 [adam 2023-04-26] Updated devel/py-pip to 23.1.2 [adam 2023-04-26] + Updated sysutils/ansible to 7.5.0 [adam 2023-04-26] + Updated devel/py-setuptools to 67.7.2 [adam 2023-04-26] --_----------=_1682516090135950--