Received: by mail.netbsd.org (Postfix, from userid 605) id 57A5684E19; Fri, 10 Jul 2020 07:32:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D484884E18 for ; Fri, 10 Jul 2020 07:32:57 +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 bVdugxvj8i4R for ; Fri, 10 Jul 2020 07:32:57 +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 3BDBB84E0A for ; Fri, 10 Jul 2020 07:32:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39776FB28; Fri, 10 Jul 2020 07:32:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594366377297750" MIME-Version: 1.0 Date: Fri, 10 Jul 2020 07:32:57 +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: <20200710073257.39776FB28@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. --_----------=_1594366377297750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jul 10 07:32:57 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Updated net/py-botocore, net/py-boto3, net/py-awscli To generate a diff of this commit: cvs rdiff -u -r1.3981 -r1.3982 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594366377297750 Content-Disposition: inline Content-Length: 830 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.3981 pkgsrc/doc/CHANGES-2020:1.3982 --- pkgsrc/doc/CHANGES-2020:1.3981 Fri Jul 10 07:05:46 2020 +++ pkgsrc/doc/CHANGES-2020 Fri Jul 10 07:32:56 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.3981 2020/07/10 07:05:46 adam Exp $ +$NetBSD: CHANGES-2020,v 1.3982 2020/07/10 07:32:56 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -6319,3 +6319,6 @@ Changes to the packages collection and i Updated math/bc-gh to 3.1.2 [gdt 2020-07-10] Updated textproc/translate-toolkit to 3.0.0 [adam 2020-07-10] Updated textproc/py-lxml to 4.5.2 [adam 2020-07-10] + Updated net/py-botocore to 1.17.20 [adam 2020-07-10] + Updated net/py-boto3 to 1.14.20 [adam 2020-07-10] + Updated net/py-awscli to 1.18.97 [adam 2020-07-10] --_----------=_1594366377297750--