From 2d04675c2dd416f0fcb9de9ca6407ee87b9bfddf Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 16:14:42 -0400 Subject: python-paho-mqtt: update to version 1.2.3 (From meta-openembedded commit: 05f4ebb214402b3be60d33f5af52054dbe853d07) Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- recipes-devtools/python/python-paho-mqtt.inc | 4 ++-- recipes-devtools/python/python-paho-mqtt_1.2.3.bb | 3 +++ recipes-devtools/python/python-paho-mqtt_1.2.bb | 3 --- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 recipes-devtools/python/python-paho-mqtt_1.2.3.bb delete mode 100644 recipes-devtools/python/python-paho-mqtt_1.2.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-paho-mqtt.inc b/recipes-devtools/python/python-paho-mqtt.inc index 7ff3fb2..545985c 100644 --- a/recipes-devtools/python/python-paho-mqtt.inc +++ b/recipes-devtools/python/python-paho-mqtt.inc @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc" SRCNAME = "paho-mqtt" inherit pypi -SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1" -SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f" +SRC_URI[md5sum] = "4bd192ea24e7aa347f6d240101ef82f6" +SRC_URI[sha256sum] = "0fd746d8650563290f1bd0fec01e74cb57c3ab7406bdb58e5d9252bb5fa5ca44" RDEPENDS_${PN} = "\ ${PYTHON_PN}-math \ diff --git a/recipes-devtools/python/python-paho-mqtt_1.2.3.bb b/recipes-devtools/python/python-paho-mqtt_1.2.3.bb new file mode 100644 index 0000000..f369b2e --- /dev/null +++ b/recipes-devtools/python/python-paho-mqtt_1.2.3.bb @@ -0,0 +1,3 @@ +inherit setuptools +require python-paho-mqtt.inc + diff --git a/recipes-devtools/python/python-paho-mqtt_1.2.bb b/recipes-devtools/python/python-paho-mqtt_1.2.bb deleted file mode 100644 index f369b2e..0000000 --- a/recipes-devtools/python/python-paho-mqtt_1.2.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools -require python-paho-mqtt.inc - -- cgit 1.2.3-korg