From 1f9a36fa1a54c8daeb697bf50277f79b3196a5a4 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Apr 2021 19:31:03 +0300 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-boto3_1.14.7.bb | 17 ----------------- recipes-devtools/python/python3-boto3_1.17.48.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 recipes-devtools/python/python3-boto3_1.14.7.bb create mode 100644 recipes-devtools/python/python3-boto3_1.17.48.bb diff --git a/recipes-devtools/python/python3-boto3_1.14.7.bb b/recipes-devtools/python/python3-boto3_1.14.7.bb deleted file mode 100644 index 0e9611ca..00000000 --- a/recipes-devtools/python/python3-boto3_1.14.7.bb +++ /dev/null @@ -1,17 +0,0 @@ -HOMEPAGE = "https://github.com/boto/boto" -SUMMARY = "Amazon Web Services API" -DESCRIPTION = "\ - Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ - which allows Python developers to write software that makes use of services like \ - Amazon S3 and Amazon EC2. \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI[md5sum] = "fb8b77d4ac10a971570419dd3613196e" -SRC_URI[sha256sum] = "4856c8cb4150b900cc7dccbdf16f542fb8c12e97b17639979e58760847f7cf35" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin" diff --git a/recipes-devtools/python/python3-boto3_1.17.48.bb b/recipes-devtools/python/python3-boto3_1.17.48.bb new file mode 100644 index 00000000..56637f43 --- /dev/null +++ b/recipes-devtools/python/python3-boto3_1.17.48.bb @@ -0,0 +1,16 @@ +HOMEPAGE = "https://github.com/boto/boto" +SUMMARY = "Amazon Web Services API" +DESCRIPTION = "\ + Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ + which allows Python developers to write software that makes use of services like \ + Amazon S3 and Amazon EC2. \ + " +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +SRC_URI[sha256sum] = "e86c15049dc07cb67e8b466795f004f1f23c1acf078d47283cd5e4a692a5aa37" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin" -- cgit v1.2.3-54-g00ecf