diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-09 19:31:03 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-13 22:48:39 -0400 |
commit | 1f9a36fa1a54c8daeb697bf50277f79b3196a5a4 (patch) | |
tree | 632c522b375ec71aa7c6978dac313ed74a0436d5 /recipes-devtools | |
parent | 39395174287b723bb55cab81a8d3ee0891f32a51 (diff) | |
download | meta-virtualization-1f9a36fa1a54c8daeb697bf50277f79b3196a5a4.tar.gz |
python3-boto3: Upgrade 1.14.7 -> 1.17.48
Upgrade to release 1.17.48:
- api-change:lookoutequipment: [botocore] This release introduces
support for Amazon Lookout for Equipment.
- api-change:kinesis-video-archived-media: [botocore]
Documentation updates for archived.kinesisvideo
- api-change:robomaker: [botocore] This release allows RoboMaker
customers to specify custom tools to run with their simulation
job
- api-change:appstream: [botocore] This release provides support
for image updates
- api-change:ram: [botocore] Documentation updates for AWS RAM
resource sharing
- api-change:customer-profiles: [botocore] Documentation updates
for Put-Integration API
- api-change:autoscaling: [botocore] Amazon EC2 Auto Scaling
announces Warm Pools that help applications to scale out faster
by pre-initializing EC2 instances and save money by requiring
fewer continuously running instances
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.48.bb (renamed from recipes-devtools/python/python3-boto3_1.14.7.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.14.7.bb b/recipes-devtools/python/python3-boto3_1.17.48.bb index 0e9611ca..56637f43 100644 --- a/recipes-devtools/python/python3-boto3_1.14.7.bb +++ b/recipes-devtools/python/python3-boto3_1.17.48.bb | |||
@@ -9,8 +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[md5sum] = "fb8b77d4ac10a971570419dd3613196e" | 12 | SRC_URI[sha256sum] = "e86c15049dc07cb67e8b466795f004f1f23c1acf078d47283cd5e4a692a5aa37" |
13 | SRC_URI[sha256sum] = "4856c8cb4150b900cc7dccbdf16f542fb8c12e97b17639979e58760847f7cf35" | ||
14 | 13 | ||
15 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
16 | 15 | ||