diff options
author | adam <adam@pkgsrc.org> | 2020-05-27 12:24:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-27 12:24:24 +0000 |
commit | c4c1765b99cabda0e4945dd7f03e703552c99734 (patch) | |
tree | 2ce949f2a26b5e1c7c5012fc04f8816bf77c4384 /net/py-awscli/Makefile | |
parent | 0ee5486361bf9972a416cdc98ccd227425c4c8e6 (diff) | |
download | pkgsrc-c4c1765b99cabda0e4945dd7f03e703552c99734.tar.gz |
py-awscli: updated to 1.18.67
1.18.67
api-change:quicksight: Update quicksight command to latest version
api-change:macie: Update macie command to latest version
api-change:elasticache: Update elasticache command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:dlm: Update dlm command to latest version
api-change:ssm: Update ssm command to latest version
1.18.66
api-change:iotsitewise: Update iotsitewise command to latest version
api-change:autoscaling: Update autoscaling command to latest version
1.18.65
api-change:codebuild: Update codebuild command to latest version
api-change:s3: Update s3 command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:synthetics: Update synthetics command to latest version
1.18.64
api-change:codedeploy: Update codedeploy command to latest version
api-change:securityhub: Update securityhub command to latest version
api-change:chime: Update chime command to latest version
api-change:medialive: Update medialive command to latest version
api-change:backup: Update backup command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:appmesh: Update appmesh command to latest version
1.18.63
api-change:health: Update health command to latest version
bugfix:s3: Mute warnings for not restored glacier deep archive objects if --ignore-glacier-warnings option enabled. Fixes #4039
api-change:transcribe: Update transcribe command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:chime: Update chime command to latest version
1.18.62
api-change:qldb: Update qldb command to latest version
api-change:ecs: Update ecs command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:chime: Update chime command to latest version
api-change:ec2: Update ec2 command to latest version
1.18.61
api-change:ecr: Update ecr command to latest version
api-change:glue: Update glue command to latest version
api-change:cloudformation: Update cloudformation command to latest version
api-change:sts: Update sts command to latest version
1.18.60
api-change:imagebuilder: Update imagebuilder command to latest version
api-change:ec2: Update ec2 command to latest version
1.18.59
api-change:elasticache: Update elasticache command to latest version
api-change:macie2: Update macie2 command to latest version
1.18.58
api-change:iotsitewise: Update iotsitewise command to latest version
api-change:workmail: Update workmail command to latest version
Diffstat (limited to 'net/py-awscli/Makefile')
-rw-r--r-- | net/py-awscli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-awscli/Makefile b/net/py-awscli/Makefile index 517d04cbb18..962a3396605 100644 --- a/net/py-awscli/Makefile +++ b/net/py-awscli/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2020/05/12 07:46:30 adam Exp $ +# $NetBSD: Makefile,v 1.35 2020/05/27 12:24:24 adam Exp $ -DISTNAME= awscli-1.18.57 +DISTNAME= awscli-1.18.67 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/awscli/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/aws/aws-cli COMMENT= Universal Command Line Interface for Amazon Web Services LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-botocore>=1.16.7:../../net/py-botocore +DEPENDS+= ${PYPKGPREFIX}-botocore>=1.16.17:../../net/py-botocore DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils DEPENDS+= ${PYPKGPREFIX}-rsa>=3.4.1:../../security/py-rsa |