Received: by mail.netbsd.org (Postfix, from userid 605) id 2AA2184E97; Wed, 27 May 2020 12:23:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4BF484D52 for ; Wed, 27 May 2020 12:23:13 +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 E6CZ5F-4pRMM for ; Wed, 27 May 2020 12:23:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D4CA184D02 for ; Wed, 27 May 2020 12:23:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D202CFB27; Wed, 27 May 2020 12:23:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590582192223790" MIME-Version: 1.0 Date: Wed, 27 May 2020 12:23:12 +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: <20200527122312.D202CFB27@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. --_----------=_1590582192223790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 27 12:23:12 UTC 2020 Modified Files: pkgsrc/net/py-boto3: Makefile distinfo Log Message: py-boto3: updated to 1.13.17 1.13.17 api-change:elasticache: [botocore] Update elasticache client to latest version api-change:dlm: [botocore] Update dlm client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:macie: [botocore] Update macie client to latest version 1.13.16 api-change:autoscaling: [botocore] Update autoscaling client to latest version api-change:iotsitewise: [botocore] Update iotsitewise client to latest version 1.13.15 api-change:synthetics: [botocore] Update synthetics client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:ec2: [botocore] Update ec2 client to latest version 1.13.14 api-change:backup: [botocore] Update backup client to latest version api-change:codedeploy: [botocore] Update codedeploy client to latest version api-change:securityhub: [botocore] Update securityhub client to latest version api-change:chime: [botocore] Update chime client to latest version api-change:medialive: [botocore] Update medialive client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:appmesh: [botocore] Update appmesh client to latest version 1.13.13 api-change:transcribe: [botocore] Update transcribe client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:health: [botocore] Update health client to latest version api-change:chime: [botocore] Update chime client to latest version 1.13.12 api-change:chime: [botocore] Update chime client to latest version api-change:qldb: [botocore] Update qldb client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:ecs: [botocore] Update ecs client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:macie2: [botocore] Update macie2 client to latest version 1.13.11 api-change:sts: [botocore] Update sts client to latest version api-change:ecr: [botocore] Update ecr client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:cloudformation: [botocore] Update cloudformation client to latest version 1.13.10 api-change:ec2: [botocore] Update ec2 client to latest version api-change:imagebuilder: [botocore] Update imagebuilder client to latest version 1.13.9 api-change:elasticache: [botocore] Update elasticache client to latest version api-change:macie2: [botocore] Update macie2 client to latest version 1.13.8 api-change:workmail: [botocore] Update workmail client to latest version api-change:iotsitewise: [botocore] Update iotsitewise client to latest version enchancement:Endpoints: [botocore] Improved endpoint resolution for clients with unknown regions To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 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. --_----------=_1590582192223790 Content-Disposition: inline Content-Length: 2001 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.23 pkgsrc/net/py-boto3/Makefile:1.24 --- pkgsrc/net/py-boto3/Makefile:1.23 Tue May 12 07:45:30 2020 +++ pkgsrc/net/py-boto3/Makefile Wed May 27 12:23:12 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2020/05/12 07:45:30 adam Exp $ +# $NetBSD: Makefile,v 1.24 2020/05/27 12:23:12 adam Exp $ -DISTNAME= boto3-1.13.7 +DISTNAME= boto3-1.13.17 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto3/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/boto/boto3 COMMENT= Amazon Web Services SDK for Python LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-botocore>=1.16.7:../../net/py-botocore +DEPENDS+= ${PYPKGPREFIX}-botocore>=1.16.17:../../net/py-botocore DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.3.0:../../net/py-s3transfer Index: pkgsrc/net/py-boto3/distinfo diff -u pkgsrc/net/py-boto3/distinfo:1.23 pkgsrc/net/py-boto3/distinfo:1.24 --- pkgsrc/net/py-boto3/distinfo:1.23 Tue May 12 07:45:30 2020 +++ pkgsrc/net/py-boto3/distinfo Wed May 27 12:23:12 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/05/12 07:45:30 adam Exp $ +$NetBSD: distinfo,v 1.24 2020/05/27 12:23:12 adam Exp $ -SHA1 (boto3-1.13.7.tar.gz) = b2faeec2fd07d79060ba550012c54e02e45d7517 -RMD160 (boto3-1.13.7.tar.gz) = 60731c10981ccf29aafbd76df5fe11b46b4551ad -SHA512 (boto3-1.13.7.tar.gz) = 1ac1d48d6c078748b37d745d2946b0729cbb75fd7ac21bfccd96b182fa54c07ff386755f13c3c8a8066f846723f2ae4867b592ead41893956c396def2f20b1dc -Size (boto3-1.13.7.tar.gz) = 97964 bytes +SHA1 (boto3-1.13.17.tar.gz) = 4818815c2c59e08cb62b0a227ef01b8d2aeade48 +RMD160 (boto3-1.13.17.tar.gz) = 1e2b755cd3f200abf1ec9f2bae837fd26af5f119 +SHA512 (boto3-1.13.17.tar.gz) = ea163ffea5961e2cfd08e3475e90965194cb5222f9590a319527ed0370dc8ac2bdbdf8e877f36dff6a6226c04098b6befc01c18a5fdb543bdaabdebf96ade5f6 +Size (boto3-1.13.17.tar.gz) = 96987 bytes --_----------=_1590582192223790--