From 3aa3c9bba6bc53672ab0fdf2077086117498e377 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 19 Dec 2017 14:18:43 -0500 Subject: python-aws-iot-device-sdk-python: update to version 1.3.1 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python-aws-iot-device-sdk-python.inc | 4 ++-- .../recipes-devtools/python/python-aws-iot-device-sdk-python_1.2.0.bb | 2 -- .../recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb | 2 ++ .../python/python3-aws-iot-device-sdk-python_1.2.0.bb | 2 -- .../python/python3-aws-iot-device-sdk-python_1.3.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.3.1.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 eaeb020c0b..177b819d4c 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 @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30" -SRC_URI[md5sum] = "e6781f6c42bbc547d508d6fa6720ac8f" -SRC_URI[sha256sum] = "6b2865d4f518794b96a834fc81b568428daa0ef92037da2e9288b4af5d8dd736" +SRC_URI[md5sum] = "97e8cf0d40ef3765d979c19b534a716d" +SRC_URI[sha256sum] = "d68cbff396143e837b4c23b6621d3b7ae374281afc75eed8e51a28625d9125ba" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.2.0.bb b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.2.0.bb deleted file mode 100644 index 12ae978e34..0000000000 --- a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.2.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-aws-iot-device-sdk-python.inc 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 new file mode 100644 index 0000000000..12ae978e34 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python_1.3.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-aws-iot-device-sdk-python.inc diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.2.0.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.2.0.bb deleted file mode 100644 index c43649dbfe..0000000000 --- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.2.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.3.1.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.3.1.bb new file mode 100644 index 0000000000..c43649dbfe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.3.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-aws-iot-device-sdk-python.inc -- cgit 1.2.3-korg