diff options
author | adam <adam@pkgsrc.org> | 2019-05-07 08:43:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-05-07 08:43:31 +0000 |
commit | d9b85d1023f5f27031fa03a6e434119d4d6ec542 (patch) | |
tree | 58f29a6e6d3a4a30f39dd81f4d86618843b3a048 | |
parent | b2a49dbaa2d31110a7c67081a7e0a9430dbf8444 (diff) | |
download | pkgsrc-d9b85d1023f5f27031fa03a6e434119d4d6ec542.tar.gz |
py-boto3: updated to 1.9.143
1.9.143
api-change:config: [botocore] Update config client to latest version
api-change:iam: [botocore] Update iam client to latest version
api-change:sts: [botocore] Update sts client to latest version
api-change:codepipeline: [botocore] Update codepipeline client to latest version
1.9.142
api-change:workmail: [botocore] Update workmail client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
1.9.141
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
api-change:kms: [botocore] Update kms client to latest version
1.9.140
api-change:ecs: [botocore] Update ecs client to latest version
api-change:xray: [botocore] Update xray client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
1.9.139
api-change:neptune: [botocore] Update neptune client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version
api-change:managedblockchain: [botocore] Update managedblockchain client to latest version
api-change:s3control: [botocore] Update s3control client to latest version
api-change:directconnect: [botocore] Update directconnect client to latest version
api-change:codepipeline: [botocore] Update codepipeline client to latest version
1.9.138
api-change:transfer: [botocore] Update transfer client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
1.9.137
api-change:iam: [botocore] Update iam client to latest version
api-change:sns: [botocore] Update sns client to latest version
1.9.136
api-change:gamelift: [botocore] Update gamelift client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version
api-change:inspector: [botocore] Update inspector client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:batch: [botocore] Update batch client to latest version
1.9.135
api-change:mediatailor: [botocore] Update mediatailor client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:cloudformation: [botocore] Update cloudformation client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:route53: [botocore] Update route53 client to latest version
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:mediaconnect: [botocore] Update mediaconnect client to latest version
api-change:textract: [botocore] Update textract client to latest version
1.9.134
api-change:resource-groups: [botocore] Update resource-groups client to latest version
api-change:transcribe: [botocore] Update transcribe client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
1.9.133
api-change:kafka: [botocore] Update kafka client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:worklink: [botocore] Update worklink client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:discovery: [botocore] Update discovery client to latest version
api-change:organizations: [botocore] Update organizations client to latest version
1.9.132
api-change:polly: [botocore] Update polly client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
1.9.131
api-change:organizations: [botocore] Update organizations client to latest version
api-change:mq: [botocore] Update mq client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
1.9.130
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:comprehend: [botocore] Update comprehend client to latest version
api-change:iot1click-devices: [botocore] Update iot1click-devices client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
-rw-r--r-- | net/py-boto3/Makefile | 6 | ||||
-rw-r--r-- | net/py-boto3/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/py-boto3/Makefile b/net/py-boto3/Makefile index 46a76efb038..cfc4346e9d5 100644 --- a/net/py-boto3/Makefile +++ b/net/py-boto3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/02/12 10:56:32 adam Exp $ +# $NetBSD: Makefile,v 1.17 2019/05/07 08:43:31 adam Exp $ -DISTNAME= boto3-1.9.92 +DISTNAME= boto3-1.9.143 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.12.92:../../net/py-botocore +DEPENDS+= ${PYPKGPREFIX}-botocore>=1.12.143:../../net/py-botocore DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.2.0:../../net/py-s3transfer diff --git a/net/py-boto3/distinfo b/net/py-boto3/distinfo index 4bb9afcc841..295b36b6171 100644 --- a/net/py-boto3/distinfo +++ b/net/py-boto3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2019/02/12 10:56:32 adam Exp $ +$NetBSD: distinfo,v 1.17 2019/05/07 08:43:31 adam Exp $ -SHA1 (boto3-1.9.92.tar.gz) = fd539d29be1e8826506980988d51e6c1b4b147ee -RMD160 (boto3-1.9.92.tar.gz) = 21664000633322cfd5127ab5f29cc8f2a06311d6 -SHA512 (boto3-1.9.92.tar.gz) = 6a421b503b3ff23bce457fcd5436ac8f117efd4f395f5904c353fff92cd7355b109954ffdcd641909e9193e4375e6d830aaf64fa5c55786baaa294c57fa53021 -Size (boto3-1.9.92.tar.gz) = 93201 bytes +SHA1 (boto3-1.9.143.tar.gz) = b34619e3cefba303debf3b39d6b7f965329bd405 +RMD160 (boto3-1.9.143.tar.gz) = 3fd57fc598718aa75348bcb5cdb9c677527a8170 +SHA512 (boto3-1.9.143.tar.gz) = 4df677377258ce49a902ae6297e64b49c3664bd5ea8cb0ee2eb877eb5e341d7a77d678f992b5dc2738cd92b6be4b4b6b316709d732f897e1d31fe4ec0d88f5ce +Size (boto3-1.9.143.tar.gz) = 94891 bytes |