Received: by mail.netbsd.org (Postfix, from userid 605) id 3DF0D84DEA; Sat, 16 Dec 2017 07:56:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCAC884DB0 for ; Sat, 16 Dec 2017 07:56:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HFEb4GgH8ZOm for ; Sat, 16 Dec 2017 07:56:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D7F8884CDD for ; Sat, 16 Dec 2017 07:56:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAFF8FB40; Sat, 16 Dec 2017 07:56:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1513411014240160" MIME-Version: 1.0 Date: Sat, 16 Dec 2017 07:56:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-awscli To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171216075654.CAFF8FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1513411014240160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 16 07:56:54 UTC 2017 Modified Files: pkgsrc/net/py-awscli: Makefile PLIST distinfo Log Message: py-awscli: updated to 1.14.11 1.14.11 api-change:appstream: Update appstream command to latest version 1.14.10 api-change:apigateway: Update apigateway command to latest version api-change:ses: Update ses command to latest version bugfix:s3: Fixes a bug where calling the CLI from a context that has no stdin resulted in every command failing instead of only commands that required stdin. 1.14.9 api-change:codedeploy: Update codedeploy command to latest version bugfix:sagemaker-runtime: Renamed the runtime.sagemaker service to sagemaker-runtime to be more consistent with existing services. The old service name is now aliased to sagemaker-runtime to maintain backwards compatibility. api-change:workmail: Update workmail command to latest version To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-awscli/Makefile \ pkgsrc/net/py-awscli/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-awscli/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1513411014240160 Content-Disposition: inline Content-Length: 9866 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-awscli/Makefile diff -u pkgsrc/net/py-awscli/Makefile:1.15 pkgsrc/net/py-awscli/Makefile:1.16 --- pkgsrc/net/py-awscli/Makefile:1.15 Thu Nov 30 11:16:01 2017 +++ pkgsrc/net/py-awscli/Makefile Sat Dec 16 07:56:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/11/30 11:16:01 adam Exp $ +# $NetBSD: Makefile,v 1.16 2017/12/16 07:56:54 adam Exp $ -DISTNAME= awscli-1.14.1 +DISTNAME= awscli-1.14.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/awscli/} Index: pkgsrc/net/py-awscli/distinfo diff -u pkgsrc/net/py-awscli/distinfo:1.15 pkgsrc/net/py-awscli/distinfo:1.16 --- pkgsrc/net/py-awscli/distinfo:1.15 Thu Nov 30 11:16:01 2017 +++ pkgsrc/net/py-awscli/distinfo Sat Dec 16 07:56:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/11/30 11:16:01 adam Exp $ +$NetBSD: distinfo,v 1.16 2017/12/16 07:56:54 adam Exp $ -SHA1 (awscli-1.14.1.tar.gz) = 72cc59d25295a02eecc341b91c601b914ebed8a2 -RMD160 (awscli-1.14.1.tar.gz) = 651b575e159228f6942b777776ef3ea108c6c633 -SHA512 (awscli-1.14.1.tar.gz) = 4d20582c6054c8f39fb7897ad6d12ce7b680c0d6de3d44f16a64254d9bd1f0cd0cb44f31eaab314de751280a1462adf7e1befdbe8cca527362004702aea13162 -Size (awscli-1.14.1.tar.gz) = 569804 bytes +SHA1 (awscli-1.14.11.tar.gz) = c22891174ef44229721c5cc2d73409c72d3abd7b +RMD160 (awscli-1.14.11.tar.gz) = fe497c3d1c229906fd38b248b7239977dbc07335 +SHA512 (awscli-1.14.11.tar.gz) = 1ba8bd12cbd8286121baedbdc8eddfbaf0ce24969677244dd9327f4af5c6c318f42504b6b82e25cd711cc1ff73dd8745995c24e0b5cf56b8eb42b48c854ada73 +Size (awscli-1.14.11.tar.gz) = 576530 bytes Index: pkgsrc/net/py-awscli/PLIST diff -u pkgsrc/net/py-awscli/PLIST:1.4 pkgsrc/net/py-awscli/PLIST:1.5 --- pkgsrc/net/py-awscli/PLIST:1.4 Thu Nov 30 11:16:01 2017 +++ pkgsrc/net/py-awscli/PLIST Sat Dec 16 07:56:54 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2017/11/30 11:16:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/12/16 07:56:54 adam Exp $ bin/aws bin/aws.cmd bin/aws_bash_completer @@ -447,6 +447,9 @@ ${PYSITELIB}/awscli/customizations/s3err ${PYSITELIB}/awscli/customizations/s3uploader.py ${PYSITELIB}/awscli/customizations/s3uploader.pyc ${PYSITELIB}/awscli/customizations/s3uploader.pyo +${PYSITELIB}/awscli/customizations/sagemaker.py +${PYSITELIB}/awscli/customizations/sagemaker.pyc +${PYSITELIB}/awscli/customizations/sagemaker.pyo ${PYSITELIB}/awscli/customizations/scalarparse.py ${PYSITELIB}/awscli/customizations/scalarparse.pyc ${PYSITELIB}/awscli/customizations/scalarparse.pyo @@ -767,6 +770,7 @@ ${PYSITELIB}/awscli/examples/configservi ${PYSITELIB}/awscli/examples/configservice/stop-configuration-recorder.rst ${PYSITELIB}/awscli/examples/configservice/subscribe.rst ${PYSITELIB}/awscli/examples/configure/_description.rst +${PYSITELIB}/awscli/examples/configure/add-model.rst ${PYSITELIB}/awscli/examples/configure/get/_description.rst ${PYSITELIB}/awscli/examples/configure/get/_examples.rst ${PYSITELIB}/awscli/examples/configure/set/_description.rst @@ -836,18 +840,25 @@ ${PYSITELIB}/awscli/examples/directconne ${PYSITELIB}/awscli/examples/directconnect/confirm-public-virtual-interface.rst ${PYSITELIB}/awscli/examples/directconnect/create-bgp-peer.rst ${PYSITELIB}/awscli/examples/directconnect/create-connection.rst +${PYSITELIB}/awscli/examples/directconnect/create-direct-connect-gateway-association.rst +${PYSITELIB}/awscli/examples/directconnect/create-direct-connect-gateway.rst ${PYSITELIB}/awscli/examples/directconnect/create-interconnect.rst ${PYSITELIB}/awscli/examples/directconnect/create-lag.rst ${PYSITELIB}/awscli/examples/directconnect/create-private-virtual-interface.rst ${PYSITELIB}/awscli/examples/directconnect/create-public-virtual-interface.rst ${PYSITELIB}/awscli/examples/directconnect/delete-bgp-peer.rst ${PYSITELIB}/awscli/examples/directconnect/delete-connection.rst +${PYSITELIB}/awscli/examples/directconnect/delete-direct-connect-gateway-association.rst +${PYSITELIB}/awscli/examples/directconnect/delete-direct-connect-gateway.rst ${PYSITELIB}/awscli/examples/directconnect/delete-interconnect.rst ${PYSITELIB}/awscli/examples/directconnect/delete-lag.rst ${PYSITELIB}/awscli/examples/directconnect/delete-virtual-interface.rst ${PYSITELIB}/awscli/examples/directconnect/describe-connection-loa.rst ${PYSITELIB}/awscli/examples/directconnect/describe-connections-on-interconnect.rst ${PYSITELIB}/awscli/examples/directconnect/describe-connections.rst +${PYSITELIB}/awscli/examples/directconnect/describe-direct-connect-gateway-associations.rst +${PYSITELIB}/awscli/examples/directconnect/describe-direct-connect-gateway-attachments.rst +${PYSITELIB}/awscli/examples/directconnect/describe-direct-connect-gateways.rst ${PYSITELIB}/awscli/examples/directconnect/describe-hosted-connections.rst ${PYSITELIB}/awscli/examples/directconnect/describe-interconnect-loa.rst ${PYSITELIB}/awscli/examples/directconnect/describe-interconnects.rst @@ -882,6 +893,7 @@ ${PYSITELIB}/awscli/examples/dynamodb/qu ${PYSITELIB}/awscli/examples/dynamodb/scan.rst ${PYSITELIB}/awscli/examples/dynamodb/update-item.rst ${PYSITELIB}/awscli/examples/dynamodb/update-table.rst +${PYSITELIB}/awscli/examples/ec2/accept-reserved-instances-exchange-quote.rst ${PYSITELIB}/awscli/examples/ec2/accept-vpc-peering-connection.rst ${PYSITELIB}/awscli/examples/ec2/allocate-address.rst ${PYSITELIB}/awscli/examples/ec2/allocate-hosts.rst @@ -910,6 +922,7 @@ ${PYSITELIB}/awscli/examples/ec2/confirm ${PYSITELIB}/awscli/examples/ec2/copy-image.rst ${PYSITELIB}/awscli/examples/ec2/copy-snapshot.rst ${PYSITELIB}/awscli/examples/ec2/create-customer-gateway.rst +${PYSITELIB}/awscli/examples/ec2/create-default-subnet.rst ${PYSITELIB}/awscli/examples/ec2/create-default-vpc.rst ${PYSITELIB}/awscli/examples/ec2/create-dhcp-options.rst ${PYSITELIB}/awscli/examples/ec2/create-egress-only-internet-gateway.rst @@ -974,6 +987,7 @@ ${PYSITELIB}/awscli/examples/ec2/describ ${PYSITELIB}/awscli/examples/ec2/describe-customer-gateways.rst ${PYSITELIB}/awscli/examples/ec2/describe-dhcp-options.rst ${PYSITELIB}/awscli/examples/ec2/describe-egress-only-internet-gateways.rst +${PYSITELIB}/awscli/examples/ec2/describe-elastic-gpus.rst ${PYSITELIB}/awscli/examples/ec2/describe-export-tasks.rst ${PYSITELIB}/awscli/examples/ec2/describe-flow-logs.rst ${PYSITELIB}/awscli/examples/ec2/describe-hosts.rst @@ -1046,6 +1060,7 @@ ${PYSITELIB}/awscli/examples/ec2/enable- ${PYSITELIB}/awscli/examples/ec2/enable-vpc-classic-link.rst ${PYSITELIB}/awscli/examples/ec2/get-console-output.rst ${PYSITELIB}/awscli/examples/ec2/get-password-data.rst +${PYSITELIB}/awscli/examples/ec2/get-reserved-instances-exchange-quote.rst ${PYSITELIB}/awscli/examples/ec2/import-key-pair.rst ${PYSITELIB}/awscli/examples/ec2/modify-hosts.rst ${PYSITELIB}/awscli/examples/ec2/modify-id-format.rst @@ -1062,6 +1077,7 @@ ${PYSITELIB}/awscli/examples/ec2/modify- ${PYSITELIB}/awscli/examples/ec2/modify-vpc-attribute.rst ${PYSITELIB}/awscli/examples/ec2/modify-vpc-endpoint.rst ${PYSITELIB}/awscli/examples/ec2/modify-vpc-peering-connection-options.rst +${PYSITELIB}/awscli/examples/ec2/modify-vpc-tenancy.rst ${PYSITELIB}/awscli/examples/ec2/monitor-instances.rst ${PYSITELIB}/awscli/examples/ec2/move-address-to-vpc.rst ${PYSITELIB}/awscli/examples/ec2/purchase-reserved-instances-offering.rst @@ -1101,8 +1117,12 @@ ${PYSITELIB}/awscli/examples/ecr/create- ${PYSITELIB}/awscli/examples/ecr/delete-repository.rst ${PYSITELIB}/awscli/examples/ecr/describe-repositories.rst ${PYSITELIB}/awscli/examples/ecr/get-authorization-token.rst +${PYSITELIB}/awscli/examples/ecr/get-lifecycle-policy-preview.rst +${PYSITELIB}/awscli/examples/ecr/get-lifecycle-policy.rst ${PYSITELIB}/awscli/examples/ecr/get-login.rst ${PYSITELIB}/awscli/examples/ecr/get-login_description.rst +${PYSITELIB}/awscli/examples/ecr/put-lifecycle-policy.rst +${PYSITELIB}/awscli/examples/ecr/start-lifecycle-policy-preview.rst ${PYSITELIB}/awscli/examples/ecs/create-cluster.rst ${PYSITELIB}/awscli/examples/ecs/create-service.rst ${PYSITELIB}/awscli/examples/ecs/delete-cluster.rst @@ -1187,6 +1207,7 @@ ${PYSITELIB}/awscli/examples/elb/remove- ${PYSITELIB}/awscli/examples/elb/set-load-balancer-listener-ssl-certificate.rst ${PYSITELIB}/awscli/examples/elb/set-load-balancer-policies-for-backend-server.rst ${PYSITELIB}/awscli/examples/elb/set-load-balancer-policies-of-listener.rst +${PYSITELIB}/awscli/examples/elbv2/add-listener-certificates.rst ${PYSITELIB}/awscli/examples/elbv2/add-tags.rst ${PYSITELIB}/awscli/examples/elbv2/create-listener.rst ${PYSITELIB}/awscli/examples/elbv2/create-load-balancer.rst @@ -1197,6 +1218,8 @@ ${PYSITELIB}/awscli/examples/elbv2/delet ${PYSITELIB}/awscli/examples/elbv2/delete-rule.rst ${PYSITELIB}/awscli/examples/elbv2/delete-target-group.rst ${PYSITELIB}/awscli/examples/elbv2/deregister-targets.rst +${PYSITELIB}/awscli/examples/elbv2/describe-account-limits.rst +${PYSITELIB}/awscli/examples/elbv2/describe-listener-certificates.rst ${PYSITELIB}/awscli/examples/elbv2/describe-listeners.rst ${PYSITELIB}/awscli/examples/elbv2/describe-load-balancer-attributes.rst ${PYSITELIB}/awscli/examples/elbv2/describe-load-balancers.rst @@ -1212,7 +1235,9 @@ ${PYSITELIB}/awscli/examples/elbv2/modif ${PYSITELIB}/awscli/examples/elbv2/modify-target-group-attributes.rst ${PYSITELIB}/awscli/examples/elbv2/modify-target-group.rst ${PYSITELIB}/awscli/examples/elbv2/register-targets.rst +${PYSITELIB}/awscli/examples/elbv2/remove-listener-certificates.rst ${PYSITELIB}/awscli/examples/elbv2/remove-tags.rst +${PYSITELIB}/awscli/examples/elbv2/set-ip-address-type.rst ${PYSITELIB}/awscli/examples/elbv2/set-rule-priorities.rst ${PYSITELIB}/awscli/examples/elbv2/set-security-groups.rst ${PYSITELIB}/awscli/examples/elbv2/set-subnets.rst --_----------=_1513411014240160--