Received: by mail.netbsd.org (Postfix, from userid 605) id 71DEB84FD0; Thu, 11 Jan 2024 09:07:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A043D84E7D for ; Thu, 11 Jan 2024 09:07:56 +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 5Kb1bJBdAGuA for ; Thu, 11 Jan 2024 09:07:56 +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 F3C0C84C86 for ; Thu, 11 Jan 2024 09:07:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8C83FA42; Thu, 11 Jan 2024 09:07:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704964075132070" MIME-Version: 1.0 Date: Thu, 11 Jan 2024 09:07:55 +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: <20240111090755.E8C83FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704964075132070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 11 09:07:55 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated net/py-botocore, net/py-s3transfer, net/py-boto3, net/py-awscli To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704964075132070 Content-Disposition: inline Content-Length: 880 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.266 pkgsrc/doc/CHANGES-2024:1.267 --- pkgsrc/doc/CHANGES-2024:1.266 Thu Jan 11 08:57:43 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Jan 11 09:07:55 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.266 2024/01/11 08:57:43 pin Exp $ +$NetBSD: CHANGES-2024,v 1.267 2024/01/11 09:07:55 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -317,3 +317,7 @@ Changes to the packages collection and i Updated textproc/py-jinja2 to 3.1.3 [adam 2024-01-11] Updated security/py-google-auth to 2.26.2 [adam 2024-01-11] Updated net/slumber to 0.12.0 [pin 2024-01-11] + Updated net/py-botocore to 1.34.16 [adam 2024-01-11] + Updated net/py-s3transfer to 0.10.0 [adam 2024-01-11] + Updated net/py-boto3 to 1.34.16 [adam 2024-01-11] + Updated net/py-awscli to 1.32.16 [adam 2024-01-11] --_----------=_1704964075132070--