Received: by mail.netbsd.org (Postfix, from userid 605) id E4D5884DAE; Thu, 16 Jan 2020 08:25:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6ED5284D9F for ; Thu, 16 Jan 2020 08:25:50 +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 28upiwfGTe5R for ; Thu, 16 Jan 2020 08:25: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 C968184CD3 for ; Thu, 16 Jan 2020 08:25:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1089FBF4; Thu, 16 Jan 2020 08:25:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157916314970060" MIME-Version: 1.0 Date: Thu, 16 Jan 2020 08:25:49 +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: <20200116082549.C1089FBF4@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. --_----------=_157916314970060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 16 08:25:49 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Updated archivers/py-zipp, net/py-pypiserver, lang/py-six, devel/py-typed-ast To generate a diff of this commit: cvs rdiff -u -r1.442 -r1.443 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157916314970060 Content-Disposition: inline Content-Length: 891 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.442 pkgsrc/doc/CHANGES-2020:1.443 --- pkgsrc/doc/CHANGES-2020:1.442 Thu Jan 16 02:38:27 2020 +++ pkgsrc/doc/CHANGES-2020 Thu Jan 16 08:25:49 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.442 2020/01/16 02:38:27 gutteridge Exp $ +$NetBSD: CHANGES-2020,v 1.443 2020/01/16 08:25:49 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -526,3 +526,7 @@ Changes to the packages collection and i Updated audio/picard to 2.2.3 [nia 2020-01-16] Updated archivers/engrampa to 1.22.3 [gutteridge 2020-01-16] Updated devel/kdiff3 to 1.8.1nb2 [gutteridge 2020-01-16] + Updated archivers/py-zipp to 1.0.0 [adam 2020-01-16] + Updated net/py-pypiserver to 1.3.2 [adam 2020-01-16] + Updated lang/py-six to 1.14.0 [adam 2020-01-16] + Updated devel/py-typed-ast to 1.4.1 [adam 2020-01-16] --_----------=_157916314970060--