pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-boto3



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Jan 23 09:33:27 UTC 2018

Modified Files:
        pkgsrc/net/py-boto3: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-boto3/Makefile \
    pkgsrc/net/py-boto3/distinfo

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-boto3/Makefile
diff -u pkgsrc/net/py-boto3/Makefile:1.7 pkgsrc/net/py-boto3/Makefile:1.8
--- pkgsrc/net/py-boto3/Makefile:1.7    Wed Dec 20 13:32:54 2017
+++ pkgsrc/net/py-boto3/Makefile        Tue Jan 23 09:33:27 2018
@@ -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"
Index: pkgsrc/net/py-boto3/distinfo
diff -u pkgsrc/net/py-boto3/distinfo:1.7 pkgsrc/net/py-boto3/distinfo:1.8
--- pkgsrc/net/py-boto3/distinfo:1.7    Wed Dec 20 13:32:54 2017
+++ pkgsrc/net/py-boto3/distinfo        Tue Jan 23 09:33:27 2018
@@ -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



Home | Main Index | Thread Index | Old Index