pkgsrc/net/py-boto3/Makefile
adam ebc60e9b7c py-boto3: updated to 1.7.81
1.7.81
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version

1.7.80
api-change:dax: [botocore] Update dax client to latest version
api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version

1.7.79
api-change:discovery: [botocore] Update discovery client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version

1.7.78
api-change:devicefarm: [botocore] Update devicefarm client to latest version

1.7.77
api-change🇪🇸 [botocore] Update es client to latest version
api-change:autoscaling: [botocore] Update autoscaling client to latest version
api-change:cloudfront: [botocore] Update cloudfront client to latest version

1.7.76
api-change:sagemaker: [botocore] Update sagemaker client to latest version

1.7.75
api-change:rds: [botocore] Update rds client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version

1.7.74
api-change:rds: [botocore] Update rds client to latest version
api-change:dax: [botocore] Update dax client to latest version
api-change:ecs: [botocore] Update ecs client to latest version

1.7.73
api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
api-change:ssm: [botocore] Update ssm client to latest version

1.7.72
api-change:logs: [botocore] Update logs client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:pinpoint: [botocore] Update pinpoint client to latest version

1.7.71
api-change:health: [botocore] Update health client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version

1.7.70
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
2018-08-21 14:39:20 +00:00

20 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.13 2018/08/21 14:39:20 adam Exp $
DISTNAME= boto3-1.7.81
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto3/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/boto/boto3
COMMENT= Amazon Web Services SDK for Python
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-botocore>=1.10.81:../../net/py-botocore
DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath
DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.1.10:../../net/py-s3transfer
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"