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:           Tue Jun  9 08:57:56 UTC 2020

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

Log Message:
py-awscli: updated to 1.18.75

1.18.75
api-change:servicediscovery: Update servicediscovery command to latest version
api-change:shield: Update shield command to latest version

1.18.74
api-change:apigateway: Update apigateway command to latest version
api-change:elasticbeanstalk: Update elasticbeanstalk command to latest version
api-change:cloudfront: Update cloudfront command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:personalize-runtime: Update personalize-runtime command to latest version
api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version
api-change:personalize: Update personalize command to latest version
api-change:pinpoint: Update pinpoint command to latest version

1.18.73
api-change:mediapackage-vod: Update mediapackage-vod command to latest version
api-change:meteringmarketplace: Update meteringmarketplace command to latest version
api-change:lightsail: Update lightsail command to latest version
api-change:ssm: Update ssm command to latest version
api-change:ec2: Update ec2 command to latest version

1.18.72
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:iam: Update iam command to latest version
api-change:directconnect: Update directconnect command to latest version
api-change:glue: Update glue command to latest version
api-change:es: Update es command to latest version
api-change:elasticache: Update elasticache command to latest version

1.18.71
api-change:guardduty: Update guardduty command to latest version

1.18.70
api-change:sagemaker: Update sagemaker command to latest version
api-change:emr: Update emr command to latest version
api-change:fsx: Update fsx command to latest version
api-change:worklink: Update worklink command to latest version
api-change:kms: Update kms command to latest version
api-change:athena: Update athena command to latest version

1.18.69
api-change:workmail: Update workmail command to latest version
api-change:kafka: Update kafka command to latest version
api-change:marketplace-catalog: Update marketplace-catalog command to latest version
api-change:qldb-session: Update qldb-session command to latest version

1.18.68
api-change:guardduty: Update guardduty command to latest version
api-change:elbv2: Update elbv2 command to latest version


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/py-awscli/Makefile \
    pkgsrc/net/py-awscli/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-awscli/PLIST

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.35 pkgsrc/net/py-awscli/Makefile:1.36
--- pkgsrc/net/py-awscli/Makefile:1.35  Wed May 27 12:24:24 2020
+++ pkgsrc/net/py-awscli/Makefile       Tue Jun  9 08:57:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/05/27 12:24:24 adam Exp $
+# $NetBSD: Makefile,v 1.36 2020/06/09 08:57:55 adam Exp $
 
-DISTNAME=      awscli-1.18.67
+DISTNAME=      awscli-1.18.75
 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.17:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.16.20:../../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
Index: pkgsrc/net/py-awscli/distinfo
diff -u pkgsrc/net/py-awscli/distinfo:1.35 pkgsrc/net/py-awscli/distinfo:1.36
--- pkgsrc/net/py-awscli/distinfo:1.35  Wed May 27 12:24:24 2020
+++ pkgsrc/net/py-awscli/distinfo       Tue Jun  9 08:57:55 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2020/05/27 12:24:24 adam Exp $
+$NetBSD: distinfo,v 1.36 2020/06/09 08:57:55 adam Exp $
 
-SHA1 (awscli-1.18.67.tar.gz) = cb9eb456b5c6f71cafeb7874e5fe7c64b8726c87
-RMD160 (awscli-1.18.67.tar.gz) = cf9d980a7d42237538a3239e8b12d6f140b47602
-SHA512 (awscli-1.18.67.tar.gz) = 91bc70d956f3643da8a93de5fc41735c0fafe9c7d258af4e4fd9747acea80c877ba08f495521c6977f3d59198de74636734c3b45df8728162e58e9e393e1134b
-Size (awscli-1.18.67.tar.gz) = 1220954 bytes
+SHA1 (awscli-1.18.75.tar.gz) = 86e1c1021442b2acbe636a3ded167b35f8e824a0
+RMD160 (awscli-1.18.75.tar.gz) = a7eb8b02c46f08157aae4ce213c97487f2245037
+SHA512 (awscli-1.18.75.tar.gz) = e7472155ed483ed5fb0789ff191490aed739df5a12e2b15e2f88b2bb5837c7c8b00137044827080e38e741becc502d7432cbfe31e93eb6e44724f0edb3836942
+Size (awscli-1.18.75.tar.gz) = 1233940 bytes

Index: pkgsrc/net/py-awscli/PLIST
diff -u pkgsrc/net/py-awscli/PLIST:1.19 pkgsrc/net/py-awscli/PLIST:1.20
--- pkgsrc/net/py-awscli/PLIST:1.19     Wed May 27 12:24:24 2020
+++ pkgsrc/net/py-awscli/PLIST  Tue Jun  9 08:57:55 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/05/27 12:24:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2020/06/09 08:57:55 adam Exp $
 bin/aws
 bin/aws.cmd
 bin/aws_bash_completer
@@ -1326,17 +1326,25 @@ ${PYSITELIB}/awscli/examples/cognito-idp
 ${PYSITELIB}/awscli/examples/cognito-idp/update-user-pool-client.rst
 ${PYSITELIB}/awscli/examples/cognito-idp/update-user-pool.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/describe-entities-detection-v2-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/describe-icd10-cm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/describe-phi-detection-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/describe-rx-norm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/detect-entities-v2.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/detect-phi.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/infer-icd10-cm.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/infer-rx-norm.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/list-entities-detection-v2-jobs.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/list-icd10-cm-inference-jobs.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/list-phi-detection-jobs.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/list-rx-norm-inference-jobs.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/start-entities-detection-v2-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/start-icd10-cm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/start-phi-detection-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/start-rx-norm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/stop-entities-detection-v2-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/stop-icd10-cm-inference-job.rst
 ${PYSITELIB}/awscli/examples/comprehendmedical/stop-phi-detection-job.rst
+${PYSITELIB}/awscli/examples/comprehendmedical/stop-rx-norm-inference-job.rst
 ${PYSITELIB}/awscli/examples/configservice/delete-config-rule.rst
 ${PYSITELIB}/awscli/examples/configservice/delete-delivery-channel.rst
 ${PYSITELIB}/awscli/examples/configservice/delete-evaluation-results.rst
@@ -1543,11 +1551,27 @@ ${PYSITELIB}/awscli/examples/dlm/delete-
 ${PYSITELIB}/awscli/examples/dlm/get-lifecycle-policies.rst
 ${PYSITELIB}/awscli/examples/dlm/get-lifecycle-policy.rst
 ${PYSITELIB}/awscli/examples/dlm/update-lifecycle-policy.rst
+${PYSITELIB}/awscli/examples/dms/add-tags-to-resource.rst
 ${PYSITELIB}/awscli/examples/dms/create-endpoint.rst
+${PYSITELIB}/awscli/examples/dms/create-event-subscription.rst
 ${PYSITELIB}/awscli/examples/dms/create-replication-instance.rst
 ${PYSITELIB}/awscli/examples/dms/create-replication-task.rst
+${PYSITELIB}/awscli/examples/dms/delete-endpoint.rst
+${PYSITELIB}/awscli/examples/dms/delete-event-subscription.rst
+${PYSITELIB}/awscli/examples/dms/describe-account-attributes.rst
+${PYSITELIB}/awscli/examples/dms/describe-certificates.rst
 ${PYSITELIB}/awscli/examples/dms/describe-connections.rst
 ${PYSITELIB}/awscli/examples/dms/describe-endpoints.rst
+${PYSITELIB}/awscli/examples/dms/describe-event-categories.rst
+${PYSITELIB}/awscli/examples/dms/describe-event-subscriptions.rst
+${PYSITELIB}/awscli/examples/dms/describe-orderable-replication-instances.rst
+${PYSITELIB}/awscli/examples/dms/describe-replication-instances.rst
+${PYSITELIB}/awscli/examples/dms/describe-replication-tasks.rst
+${PYSITELIB}/awscli/examples/dms/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/dms/modify-replication-instance.rst
+${PYSITELIB}/awscli/examples/dms/reboot-replication-instance.rst
+${PYSITELIB}/awscli/examples/dms/remove-tags-from-resource.rst
+${PYSITELIB}/awscli/examples/dms/start-replication-task.rst
 ${PYSITELIB}/awscli/examples/docdb/add-tags-to-resource.rst
 ${PYSITELIB}/awscli/examples/docdb/apply-pending-maintenance-action.rst
 ${PYSITELIB}/awscli/examples/docdb/copy-db-cluster-parameter-group.rst
@@ -2511,6 +2535,9 @@ ${PYSITELIB}/awscli/examples/greengrass/
 ${PYSITELIB}/awscli/examples/greengrass/update-logger-definition.rst
 ${PYSITELIB}/awscli/examples/greengrass/update-resource-definition.rst
 ${PYSITELIB}/awscli/examples/greengrass/update-subscription-definition.rst
+${PYSITELIB}/awscli/examples/health/describe-affected-entities.rst
+${PYSITELIB}/awscli/examples/health/describe-event-details.rst
+${PYSITELIB}/awscli/examples/health/describe-events.rst
 ${PYSITELIB}/awscli/examples/iam/add-client-id-to-open-id-connect-provider.rst
 ${PYSITELIB}/awscli/examples/iam/add-role-to-instance-profile.rst
 ${PYSITELIB}/awscli/examples/iam/add-user-to-group.rst
@@ -3081,6 +3108,12 @@ ${PYSITELIB}/awscli/examples/iotsitewise
 ${PYSITELIB}/awscli/examples/iotsitewise/update-gateway.rst
 ${PYSITELIB}/awscli/examples/iotsitewise/update-portal.rst
 ${PYSITELIB}/awscli/examples/iotsitewise/update-project.rst
+${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-active.rst
+${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-model-active.rst
+${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-model-not-exists.rst
+${PYSITELIB}/awscli/examples/iotsitewise/wait/asset-not-exists.rst
+${PYSITELIB}/awscli/examples/iotsitewise/wait/portal-active.rst
+${PYSITELIB}/awscli/examples/iotsitewise/wait/portal-not-exists.rst
 ${PYSITELIB}/awscli/examples/iotthingsgraph/associate-entity-to-thing.rst
 ${PYSITELIB}/awscli/examples/iotthingsgraph/create-flow-template.rst
 ${PYSITELIB}/awscli/examples/iotthingsgraph/create-system-instance.rst
@@ -4349,6 +4382,20 @@ ${PYSITELIB}/awscli/examples/sts/assume-
 ${PYSITELIB}/awscli/examples/sts/assume-role.rst
 ${PYSITELIB}/awscli/examples/sts/get-caller-identity.rst
 ${PYSITELIB}/awscli/examples/sts/get-session-token.rst
+${PYSITELIB}/awscli/examples/support/add-attachments-to-set.rst
+${PYSITELIB}/awscli/examples/support/add-communication-to-case.rst
+${PYSITELIB}/awscli/examples/support/create-case.rst
+${PYSITELIB}/awscli/examples/support/describe-attachment.rst
+${PYSITELIB}/awscli/examples/support/describe-cases.rst
+${PYSITELIB}/awscli/examples/support/describe-communications.rst
+${PYSITELIB}/awscli/examples/support/describe-services.rst
+${PYSITELIB}/awscli/examples/support/describe-severity-levels.rst
+${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-check-refresh-statuses.rst
+${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-check-result.rst
+${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-check-summaries.rst
+${PYSITELIB}/awscli/examples/support/describe-trusted-advisor-checks.rst
+${PYSITELIB}/awscli/examples/support/refresh-trusted-advisor-check.rst
+${PYSITELIB}/awscli/examples/support/resolve-case.rst
 ${PYSITELIB}/awscli/examples/swf/count-closed-workflow-executions.rst
 ${PYSITELIB}/awscli/examples/swf/count-open-workflow-executions.rst
 ${PYSITELIB}/awscli/examples/swf/deprecate-domain.rst



Home | Main Index | Thread Index | Old Index