From 46b49934beb8dd3cce8cb11c13652c41092d94ea Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 25 Oct 2017 09:05:57 -0400 Subject: python-paho-mqtt: update to version 1.3.1 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 4 ++-- meta-python/recipes-devtools/python/python-paho-mqtt_1.3.0.bb | 3 --- meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb | 3 +++ meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.0.bb | 3 --- meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb | 3 +++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index ad1ce6a90f..9efbd2f1ee 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc +++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc \ SRCNAME = "paho-mqtt" inherit pypi -SRC_URI[md5sum] = "b9338236e2836e8579ef140956189cc4" -SRC_URI[sha256sum] = "2c9ef5494cfc1e41a9fff6544c5a2cd59ea5d401d9119a06ecf7fad6a2ffeb93" +SRC_URI[md5sum] = "2cc27d8b369700b1fc99325add0dadd2" +SRC_URI[sha256sum] = "31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0371122" DEPENDS += "${PYTHON_PN}-pytest-runner-native" diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.0.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.0.bb deleted file mode 100644 index f369b2e848..0000000000 --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools -require python-paho-mqtt.inc - diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb new file mode 100644 index 0000000000..f369b2e848 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb @@ -0,0 +1,3 @@ +inherit setuptools +require python-paho-mqtt.inc + diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.0.bb deleted file mode 100644 index 4981e61ed8..0000000000 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-paho-mqtt.inc - diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb new file mode 100644 index 0000000000..4981e61ed8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-paho-mqtt.inc + -- cgit 1.2.3-korg