summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-14 18:14:32 +0300
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-15 10:15:48 -0400
commitc43df272bf5760235de747876542a811abef6d68 (patch)
tree2e986ff4ad62da732a4948c8036e249329edbaf8 /recipes-devtools
parent48eb8cf5a9bbb2c5db08ec040139cfefa94fa2fa (diff)
downloadmeta-virtualization-c43df272bf5760235de747876542a811abef6d68.tar.gz
python3-botocore: Upgrade 1.20.36 -> 1.20.51
Upgrade to release 1.20.51: - api-change:lightsail: Documentation updates for Amazon Lightsail. - api-change:sts: This release adds the SourceIdentity parameter that can be set when assuming a role. - api-change:comprehendmedical: The InferICD10CM API now returns TIME_EXPRESSION entities that refer to medical conditions. - api-change:rds: Clarify that enabling or disabling automated backups causes a brief downtime, not an outage. - api-change:redshift: 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-botocore_1.20.51.bb (renamed from recipes-devtools/python/python3-botocore_1.20.36.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-devtools/python/python3-botocore_1.20.36.bb b/recipes-devtools/python/python3-botocore_1.20.51.bb
index 4c4a8251..93e4eab1 100644
--- a/recipes-devtools/python/python3-botocore_1.20.36.bb
+++ b/recipes-devtools/python/python3-botocore_1.20.51.bb
@@ -3,10 +3,8 @@ HOMEPAGE = "https://github.com/boto/botocore"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
5 5
6SRC_URI = "git://github.com/boto/botocore.git;protocol=https" 6SRC_URI[sha256sum] = "c853d6c2321e2f2328282c7d49d7b1a06201826ba0e7049c6975ab5f22927ea8"
7SRCREV = "8c7123bd4683049dcac62bf3e11662e6a72c5eec"
8S = "${WORKDIR}/git"
9 7
10inherit setuptools3 8inherit pypi setuptools3
11 9
12RDEPENDS_${PN} += "python3-jmespath python3-dateutil python3-logging" 10RDEPENDS_${PN} += "python3-jmespath python3-dateutil python3-logging"