pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-awscli py-awscli: updated to 1.14.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a74987c05c0b
branches:  trunk
changeset: 372237:a74987c05c0b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 30 11:16:01 2017 +0000

description:
py-awscli: updated to 1.14.1

1.14.1
api-change:ssm: Update ssm command to latest version
api-change:waf: Update waf command to latest version
api-change:lightsail: Update lightsail command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:resource-groups: Update resource-groups command to latest version
api-change:waf-regional: Update waf-regional command to latest version

diffstat:

 net/py-awscli/Makefile |   4 ++--
 net/py-awscli/PLIST    |  20 +++++++++++++++++++-
 net/py-awscli/distinfo |  10 +++++-----
 3 files changed, 26 insertions(+), 8 deletions(-)

diffs (61 lines):

diff -r 3fbd54168be4 -r a74987c05c0b net/py-awscli/Makefile
--- a/net/py-awscli/Makefile    Thu Nov 30 11:11:38 2017 +0000
+++ b/net/py-awscli/Makefile    Thu Nov 30 11:16:01 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/11/28 09:41:05 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/11/30 11:16:01 adam Exp $
 
-DISTNAME=      awscli-1.12.2
+DISTNAME=      awscli-1.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/awscli/}
diff -r 3fbd54168be4 -r a74987c05c0b net/py-awscli/PLIST
--- a/net/py-awscli/PLIST       Thu Nov 30 11:11:38 2017 +0000
+++ b/net/py-awscli/PLIST       Thu Nov 30 11:16:01 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/10/06 08:37:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/11/30 11:16:01 adam Exp $
 bin/aws
 bin/aws.cmd
 bin/aws_bash_completer
@@ -324,6 +324,24 @@
 ${PYSITELIB}/awscli/customizations/globalargs.py
 ${PYSITELIB}/awscli/customizations/globalargs.pyc
 ${PYSITELIB}/awscli/customizations/globalargs.pyo
+${PYSITELIB}/awscli/customizations/history/__init__.py
+${PYSITELIB}/awscli/customizations/history/__init__.pyc
+${PYSITELIB}/awscli/customizations/history/__init__.pyo
+${PYSITELIB}/awscli/customizations/history/commands.py
+${PYSITELIB}/awscli/customizations/history/commands.pyc
+${PYSITELIB}/awscli/customizations/history/commands.pyo
+${PYSITELIB}/awscli/customizations/history/constants.py
+${PYSITELIB}/awscli/customizations/history/constants.pyc
+${PYSITELIB}/awscli/customizations/history/constants.pyo
+${PYSITELIB}/awscli/customizations/history/db.py
+${PYSITELIB}/awscli/customizations/history/db.pyc
+${PYSITELIB}/awscli/customizations/history/db.pyo
+${PYSITELIB}/awscli/customizations/history/list.py
+${PYSITELIB}/awscli/customizations/history/list.pyc
+${PYSITELIB}/awscli/customizations/history/list.pyo
+${PYSITELIB}/awscli/customizations/history/show.py
+${PYSITELIB}/awscli/customizations/history/show.pyc
+${PYSITELIB}/awscli/customizations/history/show.pyo
 ${PYSITELIB}/awscli/customizations/iamvirtmfa.py
 ${PYSITELIB}/awscli/customizations/iamvirtmfa.pyc
 ${PYSITELIB}/awscli/customizations/iamvirtmfa.pyo
diff -r 3fbd54168be4 -r a74987c05c0b net/py-awscli/distinfo
--- a/net/py-awscli/distinfo    Thu Nov 30 11:11:38 2017 +0000
+++ b/net/py-awscli/distinfo    Thu Nov 30 11:16:01 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/11/28 09:41:05 adam Exp $
+$NetBSD: distinfo,v 1.15 2017/11/30 11:16:01 adam Exp $
 
-SHA1 (awscli-1.12.2.tar.gz) = 9f941955d88eeaffb69f60aab69a0445cb19d7fd
-RMD160 (awscli-1.12.2.tar.gz) = 761be34e186527dc89f73f6ecf73042fee849a66
-SHA512 (awscli-1.12.2.tar.gz) = 8b6647b6d2407501f6cba38269a2bcbdfe6a21a50e014aa7fbd9d91c4a89fd18bbee9adc7393d06e008289fc39edf690bcdec349c82788b0fc8a25060b178782
-Size (awscli-1.12.2.tar.gz) = 559921 bytes
+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



Home | Main Index | Thread Index | Old Index