Received: by mail.netbsd.org (Postfix, from userid 605) id 15CC884DEA; Sat, 16 Dec 2017 07:54:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94A6184DB0 for ; Sat, 16 Dec 2017 07:54:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KqfpZNbKGFmP for ; Sat, 16 Dec 2017 07:54:35 +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 1F9F584CDD for ; Sat, 16 Dec 2017 07:54:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1DD34FB40; Sat, 16 Dec 2017 07:54:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1513410875118890" MIME-Version: 1.0 Date: Sat, 16 Dec 2017 07:54:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-boto3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171216075435.1DD34FB40@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. --_----------=_1513410875118890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 16 07:54:35 UTC 2017 Modified Files: pkgsrc/net/py-boto3: Makefile distinfo Log Message: py-boto3: updated to 1.5.1 1.5.1 api-change:appstream: [botocore] Update appstream client to latest version 1.5.0 bugfix:Filters: Fixes a bug where parameters passed to resource collections could be mutated after the collections were created. api-change:ses: [botocore] Update ses client to latest version enhancement:credentials: [botocore] Moved the JSONFileCache from the CLI into botocore so that it can be used without importing from the cli. feature:botocore dependency: Update dependency strategy to always take a floor on the most recent version of botocore. This means whenever there is a release of botocore, boto3 will release as well to account for the new version of botocore. api-change:apigateway: [botocore] Update apigateway client to latest version To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-boto3/Makefile \ pkgsrc/net/py-boto3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1513410875118890 Content-Disposition: inline Content-Length: 1580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-boto3/Makefile diff -u pkgsrc/net/py-boto3/Makefile:1.5 pkgsrc/net/py-boto3/Makefile:1.6 --- pkgsrc/net/py-boto3/Makefile:1.5 Tue Nov 28 09:38:38 2017 +++ pkgsrc/net/py-boto3/Makefile Sat Dec 16 07:54:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/11/28 09:38:38 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/12/16 07:54:34 adam Exp $ -DISTNAME= boto3-1.4.8 +DISTNAME= boto3-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto3/} Index: pkgsrc/net/py-boto3/distinfo diff -u pkgsrc/net/py-boto3/distinfo:1.5 pkgsrc/net/py-boto3/distinfo:1.6 --- pkgsrc/net/py-boto3/distinfo:1.5 Tue Nov 28 09:38:38 2017 +++ pkgsrc/net/py-boto3/distinfo Sat Dec 16 07:54:34 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/11/28 09:38:38 adam Exp $ +$NetBSD: distinfo,v 1.6 2017/12/16 07:54:34 adam Exp $ -SHA1 (boto3-1.4.8.tar.gz) = 8ea2e86cfd9ca9ac19105de0c5cd8437c4ca7c20 -RMD160 (boto3-1.4.8.tar.gz) = f613e527659ca3d6eab0b16ca4538f7e724744c5 -SHA512 (boto3-1.4.8.tar.gz) = df0542295d28e4914531df5f4c397563adee0d215d6d0e4ec94abe38a3bcb5a0cbddee4efe2265af46614f2a1e9d21d5b01e104c90f788ea0f3618365c2b8d49 -Size (boto3-1.4.8.tar.gz) = 92875 bytes +SHA1 (boto3-1.5.1.tar.gz) = a39a684976bc3a52165957f9cd8b9ad629e705cb +RMD160 (boto3-1.5.1.tar.gz) = b4508ce6da1ae3b6b2a2e9916e74e21b0110f3a8 +SHA512 (boto3-1.5.1.tar.gz) = 20418159f12d2d2d820ab8cb692112437c54cb7ad2d4f71590b1ccb7611a1ca99956af6633ba76528d33e61b62de5dd0ee081456527ae80c698c579ae686f84c +Size (boto3-1.5.1.tar.gz) = 92908 bytes --_----------=_1513410875118890--