Received: by mail.netbsd.org (Postfix, from userid 605) id 3A49084E7A; Wed, 27 May 2020 12:22:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B65E584D52 for ; Wed, 27 May 2020 12:22:21 +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 P39ZjR_4w5N5 for ; Wed, 27 May 2020 12:22:21 +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 D6DCB84D02 for ; Wed, 27 May 2020 12:22:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAB44FB27; Wed, 27 May 2020 12:22:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15905821406780" MIME-Version: 1.0 Date: Wed, 27 May 2020 12:22:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-botocore To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200527122220.CAB44FB27@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. --_----------=_15905821406780 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:22:20 UTC 2020 Modified Files: pkgsrc/net/py-botocore: Makefile PLIST distinfo Log Message: py-botocore: updated to 1.16.17 1.16.17 api-change:elasticache: Update elasticache client to latest version api-change:dlm: Update dlm client to latest version api-change:quicksight: Update quicksight client to latest version api-change:ssm: Update ssm client to latest version api-change:ec2: Update ec2 client to latest version api-change:macie: Update macie client to latest version 1.16.16 api-change:autoscaling: Update autoscaling client to latest version api-change:iotsitewise: Update iotsitewise client to latest version 1.16.15 api-change:synthetics: Update synthetics client to latest version api-change:codebuild: Update codebuild client to latest version api-change:s3: Update s3 client to latest version api-change:ec2: Update ec2 client to latest version 1.16.14 api-change:backup: Update backup client to latest version api-change:codedeploy: Update codedeploy client to latest version api-change:securityhub: Update securityhub client to latest version api-change:chime: Update chime client to latest version api-change:medialive: Update medialive client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:appmesh: Update appmesh client to latest version 1.16.13 api-change:transcribe: Update transcribe client to latest version api-change:ec2: Update ec2 client to latest version api-change:health: Update health client to latest version api-change:chime: Update chime client to latest version 1.16.12 api-change:chime: Update chime client to latest version api-change:qldb: Update qldb client to latest version api-change:ec2: Update ec2 client to latest version api-change:ecs: Update ecs client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:macie2: Update macie2 client to latest version 1.16.11 api-change:sts: Update sts client to latest version api-change:ecr: Update ecr client to latest version api-change:glue: Update glue client to latest version api-change:cloudformation: Update cloudformation client to latest version 1.16.10 api-change:ec2: Update ec2 client to latest version api-change:imagebuilder: Update imagebuilder client to latest version 1.16.9 api-change:elasticache: Update elasticache client to latest version api-change:macie2: Update macie2 client to latest version 1.16.8 api-change:workmail: Update workmail client to latest version api-change:iotsitewise: Update iotsitewise client to latest version enchancement:Endpoints: Improved endpoint resolution for clients with unknown regions To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/py-botocore/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/py-botocore/PLIST cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/py-botocore/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15905821406780 Content-Disposition: inline Content-Length: 2772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-botocore/Makefile diff -u pkgsrc/net/py-botocore/Makefile:1.36 pkgsrc/net/py-botocore/Makefile:1.37 --- pkgsrc/net/py-botocore/Makefile:1.36 Tue May 12 07:44:31 2020 +++ pkgsrc/net/py-botocore/Makefile Wed May 27 12:22:20 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2020/05/12 07:44:31 adam Exp $ +# $NetBSD: Makefile,v 1.37 2020/05/27 12:22:20 adam Exp $ -DISTNAME= botocore-1.16.7 +DISTNAME= botocore-1.16.17 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=b/botocore/} Index: pkgsrc/net/py-botocore/PLIST diff -u pkgsrc/net/py-botocore/PLIST:1.24 pkgsrc/net/py-botocore/PLIST:1.25 --- pkgsrc/net/py-botocore/PLIST:1.24 Thu Apr 30 06:45:21 2020 +++ pkgsrc/net/py-botocore/PLIST Wed May 27 12:22:20 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2020/04/30 06:45:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.25 2020/05/27 12:22:20 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -487,6 +487,8 @@ ${PYSITELIB}/botocore/data/machinelearni ${PYSITELIB}/botocore/data/macie/2017-12-19/examples-1.json ${PYSITELIB}/botocore/data/macie/2017-12-19/paginators-1.json ${PYSITELIB}/botocore/data/macie/2017-12-19/service-2.json +${PYSITELIB}/botocore/data/macie2/2020-01-01/paginators-1.json +${PYSITELIB}/botocore/data/macie2/2020-01-01/service-2.json ${PYSITELIB}/botocore/data/managedblockchain/2018-09-24/paginators-1.json ${PYSITELIB}/botocore/data/managedblockchain/2018-09-24/service-2.json ${PYSITELIB}/botocore/data/marketplace-catalog/2018-09-17/paginators-1.json Index: pkgsrc/net/py-botocore/distinfo diff -u pkgsrc/net/py-botocore/distinfo:1.34 pkgsrc/net/py-botocore/distinfo:1.35 --- pkgsrc/net/py-botocore/distinfo:1.34 Tue May 12 07:44:31 2020 +++ pkgsrc/net/py-botocore/distinfo Wed May 27 12:22:20 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2020/05/12 07:44:31 adam Exp $ +$NetBSD: distinfo,v 1.35 2020/05/27 12:22:20 adam Exp $ -SHA1 (botocore-1.16.7.tar.gz) = 1609a5210312cc18828ac445f70dd1c655bd4110 -RMD160 (botocore-1.16.7.tar.gz) = 8ac45c60edf21abd0c3238cfad94e0c00b2de798 -SHA512 (botocore-1.16.7.tar.gz) = 0ab2b4ff4096049cd92b96c710a38867a53b2dba0f07a319ec1a2f9b3cbce60776026c62e3eaaebe571b6ad26eb5c1c258b2dd350a444d30e54b342bcd675768 -Size (botocore-1.16.7.tar.gz) = 6391893 bytes +SHA1 (botocore-1.16.17.tar.gz) = 1179ac068457cb7555d7770ecd07da50fbf8a20a +RMD160 (botocore-1.16.17.tar.gz) = ede037ee760fb4862060d15d30711640461d177d +SHA512 (botocore-1.16.17.tar.gz) = 3c9ef4c4cb2c27537cc4066b7e85c042f8be3c6ce373c29b3b9016914effc88dcdb8b064e0757046f74656437f31375a3734a259674552a9d130a9337a100cfd +Size (botocore-1.16.17.tar.gz) = 6435961 bytes --_----------=_15905821406780--