From ca3abb378993088302212612046b57fe161d7400 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 14:53:52 +0800 Subject: python-paho-mqtt: upgrade 1.4.0 -> 1.5.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 4 ++-- meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb | 6 ------ meta-python/recipes-devtools/python/python-paho-mqtt_1.5.0.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb | 3 --- meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb | 3 +++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.5.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.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 66943ed6ce..0a0e610846 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc +++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc @@ -8,8 +8,8 @@ SRCNAME = "paho-mqtt" inherit pypi -SRC_URI[md5sum] = "e3ac29cd5dc247a01083a2a8f3fddd08" -SRC_URI[sha256sum] = "e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79" +SRC_URI[md5sum] = "45e80d9b8066a8d0ba1ecfffe271bd3d" +SRC_URI[sha256sum] = "e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4" DEPENDS += "${PYTHON_PN}-pytest-runner-native" 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 deleted file mode 100644 index a1031176e4..0000000000 --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.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.5.0.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.5.0.bb new file mode 100644 index 0000000000..a1031176e4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.5.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.4.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb deleted file mode 100644 index 4981e61ed8..0000000000 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.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.5.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb new file mode 100644 index 0000000000..4981e61ed8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-paho-mqtt.inc + -- cgit v1.2.3-54-g00ecf