summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-14 18:14:31 +0300
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-15 10:15:34 -0400
commit48eb8cf5a9bbb2c5db08ec040139cfefa94fa2fa (patch)
tree789e6e8a69880a68a68210bf30b67b87a21249cf /recipes-devtools
parentb8eac951211614ccac74010ff978274338faed0b (diff)
downloadmeta-virtualization-48eb8cf5a9bbb2c5db08ec040139cfefa94fa2fa.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python3-boto3_1.17.51.bb (renamed from recipes-devtools/python/python3-boto3_1.17.48.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.17.48.bb b/recipes-devtools/python/python3-boto3_1.17.51.bb
index 56637f43..980b6cd2 100644
--- a/recipes-devtools/python/python3-boto3_1.17.48.bb
+++ b/recipes-devtools/python/python3-boto3_1.17.51.bb
@@ -9,7 +9,7 @@ SECTION = "devel/python"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
11 11
12SRC_URI[sha256sum] = "e86c15049dc07cb67e8b466795f004f1f23c1acf078d47283cd5e4a692a5aa37" 12SRC_URI[sha256sum] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2"
13 13
14inherit pypi setuptools3 14inherit pypi setuptools3
15 15