From c43df272bf5760235de747876542a811abef6d68 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 14 Apr 2021 18:14:32 +0300 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-botocore_1.20.36.bb | 12 ------------ recipes-devtools/python/python3-botocore_1.20.51.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 recipes-devtools/python/python3-botocore_1.20.36.bb create mode 100644 recipes-devtools/python/python3-botocore_1.20.51.bb diff --git a/recipes-devtools/python/python3-botocore_1.20.36.bb b/recipes-devtools/python/python3-botocore_1.20.36.bb deleted file mode 100644 index 4c4a8251..00000000 --- a/recipes-devtools/python/python3-botocore_1.20.36.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "The low-level, core functionality of boto 3." -HOMEPAGE = "https://github.com/boto/botocore" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI = "git://github.com/boto/botocore.git;protocol=https" -SRCREV = "8c7123bd4683049dcac62bf3e11662e6a72c5eec" -S = "${WORKDIR}/git" - -inherit setuptools3 - -RDEPENDS_${PN} += "python3-jmespath python3-dateutil python3-logging" diff --git a/recipes-devtools/python/python3-botocore_1.20.51.bb b/recipes-devtools/python/python3-botocore_1.20.51.bb new file mode 100644 index 00000000..93e4eab1 --- /dev/null +++ b/recipes-devtools/python/python3-botocore_1.20.51.bb @@ -0,0 +1,10 @@ +SUMMARY = "The low-level, core functionality of boto 3." +HOMEPAGE = "https://github.com/boto/botocore" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" + +SRC_URI[sha256sum] = "c853d6c2321e2f2328282c7d49d7b1a06201826ba0e7049c6975ab5f22927ea8" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "python3-jmespath python3-dateutil python3-logging" -- cgit v1.2.3-54-g00ecf