From 48eb8cf5a9bbb2c5db08ec040139cfefa94fa2fa Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 14 Apr 2021 18:14:31 +0300 Subject: python3-boto3: Upgrade 1.17.48 -> 1.17.51 Upgrade to release 1.17.51: - api-change:lightsail: [botocore] Documentation updates for Amazon Lightsail. - api-change:sts: [botocore] This release adds the SourceIdentity parameter that can be set when assuming a role. - api-change:comprehendmedical: [botocore] The InferICD10CM API now returns TIME_EXPRESSION entities that refer to medical conditions. - api-change:rds: [botocore] Clarify that enabling or disabling automated backups causes a brief downtime, not an outage. - api-change:redshift: [botocore] Added support to enable AQUA in Amazon Redshift clusters. Signed-off-by: Leon Anavi Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-boto3_1.17.48.bb | 16 ---------------- recipes-devtools/python/python3-boto3_1.17.51.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes-devtools/python/python3-boto3_1.17.48.bb create mode 100644 recipes-devtools/python/python3-boto3_1.17.51.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python3-boto3_1.17.48.bb b/recipes-devtools/python/python3-boto3_1.17.48.bb deleted file mode 100644 index 56637f43..00000000 --- a/recipes-devtools/python/python3-boto3_1.17.48.bb +++ /dev/null @@ -1,16 +0,0 @@ -HOMEPAGE = "https://github.com/boto/boto" -SUMMARY = "Amazon Web Services API" -DESCRIPTION = "\ - Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ - which allows Python developers to write software that makes use of services like \ - Amazon S3 and Amazon EC2. \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI[sha256sum] = "e86c15049dc07cb67e8b466795f004f1f23c1acf078d47283cd5e4a692a5aa37" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin" diff --git a/recipes-devtools/python/python3-boto3_1.17.51.bb b/recipes-devtools/python/python3-boto3_1.17.51.bb new file mode 100644 index 00000000..980b6cd2 --- /dev/null +++ b/recipes-devtools/python/python3-boto3_1.17.51.bb @@ -0,0 +1,16 @@ +HOMEPAGE = "https://github.com/boto/boto" +SUMMARY = "Amazon Web Services API" +DESCRIPTION = "\ + Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ + which allows Python developers to write software that makes use of services like \ + Amazon S3 and Amazon EC2. \ + " +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +SRC_URI[sha256sum] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin" -- cgit v1.2.3-54-g00ecf