summaryrefslogtreecommitdiff
path: root/net/py-boto3
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-01-23 09:33:27 +0000
committerfhajny <fhajny@pkgsrc.org>2018-01-23 09:33:27 +0000
commit500c7ab29c317dd5b6bba2ca9d1a391551b25cf5 (patch)
tree80ec0a92eb2d5819a57abffe82a122bc40072d62 /net/py-boto3
parent78fba7ba614ec5a15180c3ff0025032399d6a0ae (diff)
downloadpkgsrc-500c7ab29c317dd5b6bba2ca9d1a391551b25cf5.tar.gz
Update net/py-boto3 to 1.5.20.
1.5.20 ====== - api-change:``budgets``: [``botocore``] Update budgets client to latest version 1.5.19 ====== - api-change:``glue``: [``botocore``] Update glue client to latest version - api-change:``transcribe``: [``botocore``] Update transcribe client to latest version 1.5.18 ====== - api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version 1.5.17 ====== - api-change:``ec2``: [``botocore``] Update ec2 client to latest version - api-change:``autoscaling-plans``: [``botocore``] Update autoscaling-plans client to latest version 1.5.16 ====== - api-change:``application-autoscaling``: [``botocore``] Update application-autoscaling client to latest version - api-change:``autoscaling-plans``: [``botocore``] Update autoscaling-plans client to latest version - api-change:``rds``: [``botocore``] Update rds client to latest version 1.5.15 ====== - api-change:``lambda``: [``botocore``] Update lambda client to latest version - enhancement:cloudformation get_template template body ordering: [``botocore``] fixes boto/boto3#1378 1.5.14 ====== - api-change:``glue``: [``botocore``] Update glue client to latest version 1.5.13 ====== - api-change:``ssm``: [``botocore``] Update ssm client to latest version - api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version - api-change:``rds``: [``botocore``] Update rds client to latest version - api-change:``elb``: [``botocore``] Update elb client to latest version 1.5.12 ====== - api-change:``kms``: [``botocore``] Update kms client to latest version 1.5.11 ====== - api-change:``ds``: [``botocore``] Update ds client to latest version 1.5.10 ====== - api-change:``route53``: [``botocore``] Update route53 client to latest version - api-change:``discovery``: [``botocore``] Update discovery client to latest version - api-change:``codedeploy``: [``botocore``] Update codedeploy client to latest version 1.5.9 ===== - api-change:``ssm``: [``botocore``] Update ssm client to latest version - api-change:``inspector``: [``botocore``] Update inspector client to latest version - api-change:``snowball``: [``botocore``] Update snowball client to latest version 1.5.8 ===== - api-change:``rds``: [``botocore``] Update rds client to latest version 1.5.7 ===== - api-change:``workspaces``: [``botocore``] Update workspaces client to latest version 1.5.6 ===== - api-change:``ecs``: [``botocore``] Update ecs client to latest version - api-change:``ec2``: [``botocore``] Update ec2 client to latest version - api-change:``inspector``: [``botocore``] Update inspector client to latest version - api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version 1.5.5 ===== - api-change:``ec2``: [``botocore``] Update ec2 client to latest version - enhancement:Paginator: [``botocore``] Added paginator support for lambda list aliases operation. - api-change:``kinesisanalytics``: [``botocore``] Update kinesisanalytics client to latest version - api-change:``codebuild``: [``botocore``] Update codebuild client to latest version 1.5.4 ===== - api-change:``iot``: [``botocore``] Update iot client to latest version - api-change:``config``: [``botocore``] Update config client to latest version
Diffstat (limited to 'net/py-boto3')
-rw-r--r--net/py-boto3/Makefile13
-rw-r--r--net/py-boto3/distinfo10
2 files changed, 13 insertions, 10 deletions
diff --git a/net/py-boto3/Makefile b/net/py-boto3/Makefile
index 8192c412b3b..5546e46c232 100644
--- a/net/py-boto3/Makefile
+++ b/net/py-boto3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/12/20 13:32:54 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/01/23 09:33:27 fhajny Exp $
-DISTNAME= boto3-1.5.3
+DISTNAME= boto3-1.5.20
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto3/}
@@ -10,11 +10,14 @@ HOMEPAGE= https://github.com/boto/boto3/
COMMENT= Amazon Web Services SDK for Python
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-botocore>=1.8.17:../../net/py-botocore
-DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath
-DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.1.10:../../net/py-s3transfer
+DEPENDS+= ${PYPKGPREFIX}-botocore>=1.8.34<1.9.0:../../net/py-botocore
+DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1<1.0.0:../../textproc/py-jmespath
+DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.1.10<0.2.0:../../net/py-s3transfer
USE_LANGUAGES= # none
+post-extract:
+ ${CHMOD} -R g-w,o-w ${WRKSRC}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-boto3/distinfo b/net/py-boto3/distinfo
index 006546aabd6..920e9292c14 100644
--- a/net/py-boto3/distinfo
+++ b/net/py-boto3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/12/20 13:32:54 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/01/23 09:33:27 fhajny Exp $
-SHA1 (boto3-1.5.3.tar.gz) = 51421442a909c8dbbd39247e146628f95a9c3a58
-RMD160 (boto3-1.5.3.tar.gz) = 3e57bb82bcdfc11312d7960153de6ed63080ada0
-SHA512 (boto3-1.5.3.tar.gz) = 1d3a3c5713361415da1349fb5eae1f1990eae45e2987174952bba6cdf84a5be34353266bcac3d2afc750067e189b90a7689e9396e9d146ad6797bd6b29fdf90a
-Size (boto3-1.5.3.tar.gz) = 92961 bytes
+SHA1 (boto3-1.5.20.tar.gz) = a83028e5b34ea763e25f9878b8ded840d3041be3
+RMD160 (boto3-1.5.20.tar.gz) = 516619648aaa01b114ae157b002b66e00c9d046e
+SHA512 (boto3-1.5.20.tar.gz) = 85bc3a47884c78529d324934c9afa128f5027b6bb98d9e4a0ce629af27eaec13f18ebe9df0e8c775ac8e0154447e35c879ac5e80d9f1f6b48ceb4259ee200f94
+Size (boto3-1.5.20.tar.gz) = 92986 bytes