Received: by mail.netbsd.org (Postfix, from userid 605) id E432184D80; Sun, 30 May 2021 21:31:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15FAD84D73 for ; Sun, 30 May 2021 21:31:34 +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 vUWl0dDjV-af for ; Sun, 30 May 2021 21:31:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7171584CFC for ; Sun, 30 May 2021 21:31:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E959FA95; Sun, 30 May 2021 21:31:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622410293274450" MIME-Version: 1.0 Date: Sun, 30 May 2021 21:31:33 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20210530213133.6E959FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622410293274450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sun May 30 21:31:33 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: doc: Added devel/py-immutabledict version 2.0.0 To generate a diff of this commit: cvs rdiff -u -r1.3083 -r1.3084 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622410293274450 Content-Disposition: inline Content-Length: 808 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.3083 pkgsrc/doc/CHANGES-2021:1.3084 --- pkgsrc/doc/CHANGES-2021:1.3083 Sun May 30 21:29:26 2021 +++ pkgsrc/doc/CHANGES-2021 Sun May 30 21:31:33 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.3083 2021/05/30 21:29:26 khorben Exp $ +$NetBSD: CHANGES-2021,v 1.3084 2021/05/30 21:31:33 khorben Exp $ Changes to the packages collection and infrastructure in 2021: @@ -4779,3 +4779,4 @@ Changes to the packages collection and i Added print/py-octoprint-pisupport version 2021.3.26.post2 [khorben 2021-05-30] Updated print/py-octoprint-firmwarecheck to 2021.2.4 [khorben 2021-05-30] Updated print/py-octoprint-filecheck to 2021.2.23 [khorben 2021-05-30] + Added devel/py-immutabledict version 2.0.0 [khorben 2021-05-30] --_----------=_1622410293274450--