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 /recipes-devtools/python/python3-boto3_1.17.51.bb | |
| 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>
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.17.51.bb')
| -rw-r--r-- | recipes-devtools/python/python3-boto3_1.17.51.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
| 1 | HOMEPAGE = "https://github.com/boto/boto" | ||
| 2 | SUMMARY = "Amazon Web Services API" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ | ||
| 5 | which allows Python developers to write software that makes use of services like \ | ||
| 6 | Amazon S3 and Amazon EC2. \ | ||
| 7 | " | ||
| 8 | SECTION = "devel/python" | ||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin" | ||
