Received: by mail.netbsd.org (Postfix, from userid 605) id 3297884DA8; Tue, 7 Apr 2020 09:23:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AA8384D77 for ; Tue, 7 Apr 2020 09:23:41 +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 mLrqB_kL94f7 for ; Tue, 7 Apr 2020 09:23:41 +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 F2D7B84DA8 for ; Tue, 7 Apr 2020 09:23:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE973FB27; Tue, 7 Apr 2020 09:23:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158625142097860" MIME-Version: 1.0 Date: Tue, 7 Apr 2020 09:23:40 +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: <20200407092340.EE973FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158625142097860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 7 09:23:40 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Updated devel/py-importlib-resources, devel/py-importlib-metadata To generate a diff of this commit: cvs rdiff -u -r1.2148 -r1.2149 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158625142097860 Content-Disposition: inline Content-Length: 790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.2148 pkgsrc/doc/CHANGES-2020:1.2149 --- pkgsrc/doc/CHANGES-2020:1.2148 Tue Apr 7 08:52:24 2020 +++ pkgsrc/doc/CHANGES-2020 Tue Apr 7 09:23:40 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.2148 2020/04/07 08:52:24 adam Exp $ +$NetBSD: CHANGES-2020,v 1.2149 2020/04/07 09:23:40 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -2952,3 +2952,5 @@ Changes to the packages collection and i Updated cad/qcad to 3.24.3.0 [plunky 2020-04-07] Updated devel/py-txaio to 20.4.1 [adam 2020-04-07] Updated www/py-flask to 1.1.2 [adam 2020-04-07] + Updated devel/py-importlib-resources to 1.4.0 [adam 2020-04-07] + Updated devel/py-importlib-metadata to 1.6.0 [adam 2020-04-07] --_----------=_158625142097860--