summaryrefslogtreecommitdiff
path: root/net/py-awscli/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-10-22 08:05:27 +0000
committeradam <adam@pkgsrc.org>2020-10-22 08:05:27 +0000
commit65642400d6f66a4af32159db6ea47df97b8f67e9 (patch)
tree980a8a8443f30ae255a04bb99f3af066917c2fec /net/py-awscli/Makefile
parentd3e125a3f92f22691e36ad7e84194ae9f795c88c (diff)
downloadpkgsrc-65642400d6f66a4af32159db6ea47df97b8f67e9.tar.gz
py-awscli: updated to 1.18.162
1.18.162 api-change:glue: Update glue command to latest version api-change:cloudfront: Update cloudfront command to latest version api-change:organizations: Update organizations command to latest version api-change:globalaccelerator: Update globalaccelerator command to latest version api-change:ec2: Update ec2 command to latest version api-change:kendra: Update kendra command to latest version 1.18.161 api-change:batch: Update batch command to latest version api-change:appsync: Update appsync command to latest version api-change:elasticbeanstalk: Update elasticbeanstalk command to latest version 1.18.160 api-change:ssm: Update ssm command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:cloudfront: Update cloudfront command to latest version api-change:docdb: Update docdb command to latest version api-change:backup: Update backup command to latest version 1.18.159 api-change:organizations: Update organizations command to latest version api-change:medialive: Update medialive command to latest version 1.18.158 api-change:transfer: Update transfer command to latest version api-change:macie2: Update macie2 command to latest version api-change:glue: Update glue command to latest version api-change:iot: Update iot command to latest version api-change:rekognition: Update rekognition command to latest version api-change:ssm: Update ssm command to latest version api-change:rds: Update rds command to latest version api-change:groundstation: Update groundstation command to latest version api-change:budgets: Update budgets command to latest version api-change:workspaces: Update workspaces command to latest version api-change:accessanalyzer: Update accessanalyzer command to latest version api-change:workmail: Update workmail command to latest version api-change:dms: Update dms command to latest version api-change:ce: Update ce command to latest version api-change:xray: Update xray command to latest version 1.18.157 api-change:medialive: Update medialive command to latest version api-change:snowball: Update snowball command to latest version api-change:amplify: Update amplify command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:eks: Update eks command to latest version 1.18.156 api-change:events: Update events command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:ec2: Update ec2 command to latest version api-change:rds: Update rds command to latest version api-change:ce: Update ce command to latest version api-change:rekognition: Update rekognition command to latest version api-change:sns: Update sns command to latest version 1.18.155 api-change:ce: Update ce command to latest version api-change:compute-optimizer: Update compute-optimizer command to latest version api-change:elasticache: Update elasticache command to latest version api-change:mediapackage: Update mediapackage command to latest version 1.18.154 api-change:marketplace-catalog: Update marketplace-catalog command to latest version api-change:dms: Update dms command to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 command to latest version api-change:ec2: Update ec2 command to latest version 1.18.153 api-change:dynamodbstreams: Update dynamodbstreams command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:glue: Update glue command to latest version api-change:sagemaker: Update sagemaker command to latest version 1.18.152 api-change:s3: Update s3 command to latest version api-change:servicediscovery: Update servicediscovery command to latest version api-change:rds: Update rds command to latest version api-change:batch: Update batch command to latest version api-change:personalize-events: Update personalize-events command to latest version api-change:elbv2: Update elbv2 command to latest version 1.18.151 api-change:glue: Update glue command to latest version api-change:kafka: Update kafka command to latest version api-change:appsync: Update appsync command to latest version api-change:quicksight: Update quicksight command to latest version api-change:emr: Update emr command to latest version api-change:wafv2: Update wafv2 command to latest version 1.18.150 api-change:imagebuilder: Update imagebuilder command to latest version api-change:s3control: Update s3control command to latest version api-change:iot: Update iot command to latest version api-change:securityhub: Update securityhub command to latest version api-change:s3: Update s3 command to latest version api-change:datasync: Update datasync command to latest version api-change:s3outposts: Update s3outposts command to latest version api-change:mediaconnect: Update mediaconnect command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:pinpoint: Update pinpoint command to latest version api-change:directconnect: Update directconnect command to latest version api-change:emr: Update emr command to latest version
Diffstat (limited to 'net/py-awscli/Makefile')
-rw-r--r--net/py-awscli/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-awscli/Makefile b/net/py-awscli/Makefile
index 572b9435833..4e862db6a5a 100644
--- a/net/py-awscli/Makefile
+++ b/net/py-awscli/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2020/09/30 07:56:29 adam Exp $
+# $NetBSD: Makefile,v 1.41 2020/10/22 08:05:27 adam Exp $
-DISTNAME= awscli-1.18.149
+DISTNAME= awscli-1.18.162
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.18.8:../../net/py-botocore
+DEPENDS+= ${PYPKGPREFIX}-botocore>=1.19.2:../../net/py-botocore
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.3.0:../../net/py-s3transfer