pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-awscli



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 12 10:46:43 UTC 2020

Modified Files:
        pkgsrc/net/py-awscli: Makefile PLIST distinfo

Log Message:
py-awscli: updated to 1.18.176

1.18.176
api-change:amplify: Update amplify command to latest version
api-change:databrew: Update databrew command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:quicksight: Update quicksight command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:forecast: Update forecast command to latest version

1.18.175
api-change:elbv2: Update elbv2 command to latest version
api-change:ssm: Update ssm command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:ec2: Update ec2 command to latest version

1.18.174
api-change:s3: Update s3 command to latest version
api-change:iotanalytics: Update iotanalytics command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:es: Update es command to latest version
api-change:ssm: Update ssm command to latest version
api-change:storagegateway: Update storagegateway command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:datasync: Update datasync command to latest version
api-change:ecs: Update ecs command to latest version
api-change:fsx: Update fsx command to latest version

1.18.173
api-change:medialive: Update medialive command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:dlm: Update dlm command to latest version
api-change:iotsitewise: Update iotsitewise command to latest version
api-change:ssm: Update ssm command to latest version

1.18.172
api-change:frauddetector: Update frauddetector command to latest version
api-change:events: Update events command to latest version
api-change:dynamodb: Update dynamodb command to latest version
api-change:lambda: Update lambda command to latest version
api-change:appmesh: Update appmesh command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:rds: Update rds command to latest version
api-change:kendra: Update kendra command to latest version
api-change:es: Update es command to latest version

1.18.171
api-change:iot: Update iot command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version
api-change:xray: Update xray command to latest version
api-change:es: Update es command to latest version
api-change:mq: Update mq command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:meteringmarketplace: Update meteringmarketplace command to latest version

1.18.170
api-change:ec2: Update ec2 command to latest version

1.18.169
api-change:elasticache: Update elasticache command to latest version
api-change:imagebuilder: Update imagebuilder command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:medialive: Update medialive command to latest version
api-change:braket: Update braket command to latest version
api-change:dms: Update dms command to latest version
api-change:sns: Update sns command to latest version

1.18.168
api-change:elbv2: Update elbv2 command to latest version
api-change:codeartifact: Update codeartifact command to latest version
api-change:sesv2: Update sesv2 command to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version
api-change:apigateway: Update apigateway command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:storagegateway: Update storagegateway command to latest version

1.18.167
api-change:ec2: Update ec2 command to latest version
api-change:workmail: Update workmail command to latest version
api-change:iot: Update iot command to latest version

1.18.166
api-change:glue: Update glue command to latest version

1.18.165
api-change:neptune: Update neptune command to latest version
api-change:kendra: Update kendra command to latest version
api-change:sagemaker: Update sagemaker command to latest version

1.18.164
api-change:macie2: Update macie2 command to latest version
api-change:mediatailor: Update mediatailor command to latest version
api-change:quicksight: Update quicksight command to latest version

1.18.163
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:appflow: Update appflow command to latest version
api-change:sns: Update sns command to latest version
api-change:accessanalyzer: Update accessanalyzer command to latest version


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/py-awscli/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/py-awscli/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/py-awscli/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-awscli/Makefile
diff -u pkgsrc/net/py-awscli/Makefile:1.41 pkgsrc/net/py-awscli/Makefile:1.42
--- pkgsrc/net/py-awscli/Makefile:1.41  Thu Oct 22 08:05:27 2020
+++ pkgsrc/net/py-awscli/Makefile       Thu Nov 12 10:46:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2020/10/22 08:05:27 adam Exp $
+# $NetBSD: Makefile,v 1.42 2020/11/12 10:46:43 adam Exp $
 
-DISTNAME=      awscli-1.18.162
+DISTNAME=      awscli-1.18.176
 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.19.2:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.19.16:../../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

Index: pkgsrc/net/py-awscli/PLIST
diff -u pkgsrc/net/py-awscli/PLIST:1.24 pkgsrc/net/py-awscli/PLIST:1.25
--- pkgsrc/net/py-awscli/PLIST:1.24     Thu Oct 22 08:05:27 2020
+++ pkgsrc/net/py-awscli/PLIST  Thu Nov 12 10:46:43 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/10/22 08:05:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2020/11/12 10:46:43 adam Exp $
 bin/aws
 bin/aws.cmd
 bin/aws_bash_completer
@@ -1165,21 +1165,41 @@ ${PYSITELIB}/awscli/examples/cloudwatch/
 ${PYSITELIB}/awscli/examples/codebuild/batch-delete-builds.rst
 ${PYSITELIB}/awscli/examples/codebuild/batch-get-builds.rst
 ${PYSITELIB}/awscli/examples/codebuild/batch-get-projects.rst
+${PYSITELIB}/awscli/examples/codebuild/batch-get-report-groups.rst
+${PYSITELIB}/awscli/examples/codebuild/batch-get-reports.rst
 ${PYSITELIB}/awscli/examples/codebuild/create-project.rst
+${PYSITELIB}/awscli/examples/codebuild/create-report-group.rst
 ${PYSITELIB}/awscli/examples/codebuild/create-webhook.rst
+${PYSITELIB}/awscli/examples/codebuild/delete-build-batch.rst
 ${PYSITELIB}/awscli/examples/codebuild/delete-project.rst
+${PYSITELIB}/awscli/examples/codebuild/delete-report-group.rst
+${PYSITELIB}/awscli/examples/codebuild/delete-report.rst
 ${PYSITELIB}/awscli/examples/codebuild/delete-source-credentials.rst
 ${PYSITELIB}/awscli/examples/codebuild/delete-webhook.rst
+${PYSITELIB}/awscli/examples/codebuild/describe-code-coverages.rst
+${PYSITELIB}/awscli/examples/codebuild/describe-test-cases.rst
 ${PYSITELIB}/awscli/examples/codebuild/import-source-credentials.rst
 ${PYSITELIB}/awscli/examples/codebuild/invalidate-project-cache.rst
+${PYSITELIB}/awscli/examples/codebuild/list-build-batches-for-project.rst
+${PYSITELIB}/awscli/examples/codebuild/list-build-batches.rst
 ${PYSITELIB}/awscli/examples/codebuild/list-builds-for-project.rst
 ${PYSITELIB}/awscli/examples/codebuild/list-builds.rst
 ${PYSITELIB}/awscli/examples/codebuild/list-curated-environment-images.rst
 ${PYSITELIB}/awscli/examples/codebuild/list-projects.rst
+${PYSITELIB}/awscli/examples/codebuild/list-report-groups.rst
+${PYSITELIB}/awscli/examples/codebuild/list-reports-for-report-group.rst
+${PYSITELIB}/awscli/examples/codebuild/list-reports.rst
+${PYSITELIB}/awscli/examples/codebuild/list-shared-projects.rst
+${PYSITELIB}/awscli/examples/codebuild/list-shared-report-groups.rst
 ${PYSITELIB}/awscli/examples/codebuild/list-source-credentials.rst
+${PYSITELIB}/awscli/examples/codebuild/retry-build-batch.rst
+${PYSITELIB}/awscli/examples/codebuild/retry-build.rst
+${PYSITELIB}/awscli/examples/codebuild/start-build-batch.rst
 ${PYSITELIB}/awscli/examples/codebuild/start-build.rst
+${PYSITELIB}/awscli/examples/codebuild/stop-build-batch.rst
 ${PYSITELIB}/awscli/examples/codebuild/stop-build.rst
 ${PYSITELIB}/awscli/examples/codebuild/update-project.rst
+${PYSITELIB}/awscli/examples/codebuild/update-report-group.rst
 ${PYSITELIB}/awscli/examples/codebuild/update-webhook.rst
 ${PYSITELIB}/awscli/examples/codecommit/associate-approval-rule-template-with-repository.rst
 ${PYSITELIB}/awscli/examples/codecommit/batch-associate-approval-rule-template-with-repositories.rst
@@ -1276,6 +1296,17 @@ ${PYSITELIB}/awscli/examples/codepipelin
 ${PYSITELIB}/awscli/examples/codepipeline/poll-for-jobs.rst
 ${PYSITELIB}/awscli/examples/codepipeline/start-pipeline-execution.rst
 ${PYSITELIB}/awscli/examples/codepipeline/update-pipeline.rst
+${PYSITELIB}/awscli/examples/codestar-connections/create-connection.rst
+${PYSITELIB}/awscli/examples/codestar-connections/create-host.rst
+${PYSITELIB}/awscli/examples/codestar-connections/delete-connection.rst
+${PYSITELIB}/awscli/examples/codestar-connections/delete-host.rst
+${PYSITELIB}/awscli/examples/codestar-connections/get-connection.rst
+${PYSITELIB}/awscli/examples/codestar-connections/get-host.rst
+${PYSITELIB}/awscli/examples/codestar-connections/list-connections.rst
+${PYSITELIB}/awscli/examples/codestar-connections/list-hosts.rst
+${PYSITELIB}/awscli/examples/codestar-connections/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/codestar-connections/tag-resource.rst
+${PYSITELIB}/awscli/examples/codestar-connections/untag-resource.rst
 ${PYSITELIB}/awscli/examples/codestar-notifications/create-notification-rule.rst
 ${PYSITELIB}/awscli/examples/codestar-notifications/delete-notification-rule.rst
 ${PYSITELIB}/awscli/examples/codestar-notifications/delete-target.rst
@@ -2295,6 +2326,8 @@ ${PYSITELIB}/awscli/examples/elasticache
 ${PYSITELIB}/awscli/examples/elasticache/create-global-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/create-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/create-snapshot.rst
+${PYSITELIB}/awscli/examples/elasticache/create-user-group.rst
+${PYSITELIB}/awscli/examples/elasticache/create-user.rst
 ${PYSITELIB}/awscli/examples/elasticache/decrease-node-groups-in-global-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/decrease-replica-count.rst
 ${PYSITELIB}/awscli/examples/elasticache/delete-cache-cluster.rst
@@ -2303,6 +2336,8 @@ ${PYSITELIB}/awscli/examples/elasticache
 ${PYSITELIB}/awscli/examples/elasticache/delete-global-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/delete-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/delete-snapshot.rst
+${PYSITELIB}/awscli/examples/elasticache/delete-user-group.rst
+${PYSITELIB}/awscli/examples/elasticache/delete-user.rst
 ${PYSITELIB}/awscli/examples/elasticache/describe-cache-clusters.rst
 ${PYSITELIB}/awscli/examples/elasticache/describe-cache-engine-versions.rst
 ${PYSITELIB}/awscli/examples/elasticache/describe-cache-parameter-groups.rst
@@ -2317,6 +2352,8 @@ ${PYSITELIB}/awscli/examples/elasticache
 ${PYSITELIB}/awscli/examples/elasticache/describe-service-updates.rst
 ${PYSITELIB}/awscli/examples/elasticache/describe-snapshots.rst
 ${PYSITELIB}/awscli/examples/elasticache/describe-update-actions.rst
+${PYSITELIB}/awscli/examples/elasticache/describe-user-groups.rst
+${PYSITELIB}/awscli/examples/elasticache/describe-users.rst
 ${PYSITELIB}/awscli/examples/elasticache/disassociate-global-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/increase-node-groups-in-global-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/increase-replica-count.rst
@@ -2328,6 +2365,8 @@ ${PYSITELIB}/awscli/examples/elasticache
 ${PYSITELIB}/awscli/examples/elasticache/modify-global-replication-group.rst
 ${PYSITELIB}/awscli/examples/elasticache/modify-replication-group-shard-configuration.rst
 ${PYSITELIB}/awscli/examples/elasticache/modify-replication-group.rst
+${PYSITELIB}/awscli/examples/elasticache/modify-user-group.rst
+${PYSITELIB}/awscli/examples/elasticache/modify-user.rst
 ${PYSITELIB}/awscli/examples/elasticache/purchase-reserved-cache-nodes-offering.rst
 ${PYSITELIB}/awscli/examples/elasticache/reboot-cache-cluster.rst
 ${PYSITELIB}/awscli/examples/elasticache/reset-cache-parameter-group.rst
@@ -2590,6 +2629,18 @@ ${PYSITELIB}/awscli/examples/globalaccel
 ${PYSITELIB}/awscli/examples/globalaccelerator/update-endpoint-group.rst
 ${PYSITELIB}/awscli/examples/globalaccelerator/update-listener.rst
 ${PYSITELIB}/awscli/examples/globalaccelerator/withdraw-byoip-cidr.rst
+${PYSITELIB}/awscli/examples/glue/batch-stop-job-run.rst
+${PYSITELIB}/awscli/examples/glue/create-connection.rst
+${PYSITELIB}/awscli/examples/glue/create-database.rst
+${PYSITELIB}/awscli/examples/glue/create-job.rst
+${PYSITELIB}/awscli/examples/glue/create-table.rst
+${PYSITELIB}/awscli/examples/glue/delete-job.rst
+${PYSITELIB}/awscli/examples/glue/get-databases.rst
+${PYSITELIB}/awscli/examples/glue/get-job-run.rst
+${PYSITELIB}/awscli/examples/glue/get-job-runs.rst
+${PYSITELIB}/awscli/examples/glue/get-job.rst
+${PYSITELIB}/awscli/examples/glue/get-plan.rst
+${PYSITELIB}/awscli/examples/glue/get-tables.rst
 ${PYSITELIB}/awscli/examples/glue/start-crawler.rst
 ${PYSITELIB}/awscli/examples/glue/start-job-run.rst
 ${PYSITELIB}/awscli/examples/greengrass/associate-role-to-group.rst
@@ -3855,6 +3906,13 @@ ${PYSITELIB}/awscli/examples/pinpoint/ge
 ${PYSITELIB}/awscli/examples/pinpoint/list-tags-for-resource.rst
 ${PYSITELIB}/awscli/examples/pinpoint/tag-resource.rst
 ${PYSITELIB}/awscli/examples/pinpoint/untag-resource.rst
+${PYSITELIB}/awscli/examples/polly/delete-lexicon.rst
+${PYSITELIB}/awscli/examples/polly/get-lexicon.rst
+${PYSITELIB}/awscli/examples/polly/get-speech-synthesis-task.rst
+${PYSITELIB}/awscli/examples/polly/list-lexicons.rst
+${PYSITELIB}/awscli/examples/polly/list-speech-synthesis-tasks.rst
+${PYSITELIB}/awscli/examples/polly/put-lexicon.rst
+${PYSITELIB}/awscli/examples/polly/start-speech-synthesis-task.rst
 ${PYSITELIB}/awscli/examples/pricing/describe-services.rst
 ${PYSITELIB}/awscli/examples/pricing/get-attribute-values.rst
 ${PYSITELIB}/awscli/examples/pricing/get-products.rst

Index: pkgsrc/net/py-awscli/distinfo
diff -u pkgsrc/net/py-awscli/distinfo:1.40 pkgsrc/net/py-awscli/distinfo:1.41
--- pkgsrc/net/py-awscli/distinfo:1.40  Thu Oct 22 08:05:27 2020
+++ pkgsrc/net/py-awscli/distinfo       Thu Nov 12 10:46:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2020/10/22 08:05:27 adam Exp $
+$NetBSD: distinfo,v 1.41 2020/11/12 10:46:43 adam Exp $
 
-SHA1 (awscli-1.18.162.tar.gz) = 87b9b2ed3160f7ff96be079fadacc8dbabfb7acb
-RMD160 (awscli-1.18.162.tar.gz) = aa7e005360ef7a7d9344984bf4bce8b1db1dfa5c
-SHA512 (awscli-1.18.162.tar.gz) = d299af90d936077143336fb9d2b0f295ec290f50a21352e5cad8c30e5dc5f9b7719567448115df2b060d8031f875d6d8c06cde20b42de762b08067c635550215
-Size (awscli-1.18.162.tar.gz) = 1320504 bytes
+SHA1 (awscli-1.18.176.tar.gz) = 6d21e09288730dcda6a4f5eff518e817e0986c6f
+RMD160 (awscli-1.18.176.tar.gz) = b35aa155b4fa3832c52cc974dfec6d8058641d4a
+SHA512 (awscli-1.18.176.tar.gz) = 26e6174298e15cfdfa6c79c1a18367ba78c768b3d1fcef90b963481f3772fca345667762426bf418565f48ff5e6ad8b9204641aff81fb3ea257c2c65fb8d0149
+Size (awscli-1.18.176.tar.gz) = 1335587 bytes



Home | Main Index | Thread Index | Old Index