From e6423c745f307059e2637a6437fda307f3d4894d Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 21 Nov 2018 02:53:59 +0000 Subject: python*-paho-mqtt: upgrade to 1.4.0 1.4.0 is primarily a bugfix release, see here for details: https://github.com/eclipse/paho.mqtt.python/blob/v1.4.0/ChangeLog.txt Signed-off-by: Paul Eggleton --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 5 +++-- meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb | 6 ------ meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb | 3 --- meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb | 3 +++ 5 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index f834e6fd87..66943ed6ce 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc +++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc @@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc \ SRCNAME = "paho-mqtt" inherit pypi -SRC_URI[md5sum] = "2cc27d8b369700b1fc99325add0dadd2" -SRC_URI[sha256sum] = "31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0371122" + +SRC_URI[md5sum] = "e3ac29cd5dc247a01083a2a8f3fddd08" +SRC_URI[sha256sum] = "e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79" DEPENDS += "${PYTHON_PN}-pytest-runner-native" 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 deleted file mode 100644 index a1031176e4..0000000000 --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools -require python-paho-mqtt.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb new file mode 100644 index 0000000000..a1031176e4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb @@ -0,0 +1,6 @@ +inherit setuptools +require python-paho-mqtt.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" 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 deleted file mode 100644 index 4981e61ed8..0000000000 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.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.4.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb new file mode 100644 index 0000000000..4981e61ed8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-paho-mqtt.inc + -- cgit 1.2.3-korg