summaryrefslogtreecommitdiff
path: root/net/py-awscli/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-12-16 07:56:54 +0000
committeradam <adam@pkgsrc.org>2017-12-16 07:56:54 +0000
commit0d3637f4a4367618310d31ee23ebc4f934be5b71 (patch)
tree947cc646c4f43e723653b56cfa1e72d1ec50bc04 /net/py-awscli/Makefile
parent243d145aa5e28ccc0a3755bc3257ee108886a16b (diff)
downloadpkgsrc-0d3637f4a4367618310d31ee23ebc4f934be5b71.tar.gz
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
Diffstat (limited to 'net/py-awscli/Makefile')
-rw-r--r--net/py-awscli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-awscli/Makefile b/net/py-awscli/Makefile
index 38b05118e3e..f138d17cd56 100644
--- a/net/py-awscli/Makefile
+++ b/net/py-awscli/Makefile
@@ -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/}