diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-14 18:14:31 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 10:15:34 -0400 |
commit | 48eb8cf5a9bbb2c5db08ec040139cfefa94fa2fa (patch) | |
tree | 789e6e8a69880a68a68210bf30b67b87a21249cf | |
parent | b8eac951211614ccac74010ff978274338faed0b (diff) | |
download | meta-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>
-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" | |||
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "e86c15049dc07cb67e8b466795f004f1f23c1acf078d47283cd5e4a692a5aa37" | 12 | SRC_URI[sha256sum] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2" |
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||