From 98d5f7afeaeb5785313c1a2bf2a234255ab5c87a Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 24 Oct 2019 13:42:29 +0800 Subject: python-aws-iot-device-sdk-python: upgrade 1.4.0 -> 1.4.7 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-aws-iot-device-sdk-python.inc | 4 ++-- .../recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb | 4 ---- .../recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.7.bb | 4 ++++ .../python/python3-aws-iot-device-sdk-python_1.4.0.bb | 2 -- .../python/python3-aws-iot-device-sdk-python_1.4.7.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.7.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc index 7423fa76df..60493e1dec 100644 --- a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc +++ b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "\ file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ " -SRC_URI[md5sum] = "50a5c46410c2b44b5c09f1ea5eb15a3b" -SRC_URI[sha256sum] = "b3c8af3ce24eab861447a194f3c382509dd70e90452c86a5426f1e7272460177" +SRC_URI[md5sum] = "2b3df629827d8bc18ca4d927b4885a17" +SRC_URI[sha256sum] = "7e67c8cfeee8a1c8fd251bcc418de9d4dca697753565c9a9e614525179d9555d" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb deleted file mode 100644 index 490e973917..0000000000 --- a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-aws-iot-device-sdk-python.inc - -RDEPENDS_${PN}-examples += "${PYTHON_PN}-argparse" diff --git a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.7.bb b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.7.bb new file mode 100644 index 0000000000..490e973917 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.7.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-aws-iot-device-sdk-python.inc + +RDEPENDS_${PN}-examples += "${PYTHON_PN}-argparse" diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.0.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.0.bb deleted file mode 100644 index c43649dbfe..0000000000 --- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-aws-iot-device-sdk-python.inc diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.7.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.7.bb new file mode 100644 index 0000000000..c43649dbfe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.7.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-aws-iot-device-sdk-python.inc -- cgit v1.2.3-54-g00ecf