From ea6e75a99a78e2932b8ef0a99ff316a5d0a08f39 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 14:25:24 -0400 Subject: python-aws-iot-device-sdk-python: update to version 1.4.0 Signed-off-by: Derek Straka 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.3.1.bb | 4 ---- .../recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb | 4 ++++ .../python/python3-aws-iot-device-sdk-python_1.3.1.bb | 2 -- .../python/python3-aws-iot-device-sdk-python_1.4.0.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.0.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 a3299e4ac6..7423fa76df 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] = "97e8cf0d40ef3765d979c19b534a716d" -SRC_URI[sha256sum] = "d68cbff396143e837b4c23b6621d3b7ae374281afc75eed8e51a28625d9125ba" +SRC_URI[md5sum] = "50a5c46410c2b44b5c09f1ea5eb15a3b" +SRC_URI[sha256sum] = "b3c8af3ce24eab861447a194f3c382509dd70e90452c86a5426f1e7272460177" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb deleted file mode 100644 index 490e973917..0000000000 --- a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.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.0.bb b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.bb new file mode 100644 index 0000000000..490e973917 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.4.0.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.3.1.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.3.1.bb deleted file mode 100644 index c43649dbfe..0000000000 --- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.3.1.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.0.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.0.bb new file mode 100644 index 0000000000..c43649dbfe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-aws-iot-device-sdk-python.inc -- cgit 1.2.3-korg