diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-11-22 14:59:10 +1300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-26 09:38:14 -0800 |
commit | 5ce9fda7fc3418046ea2abaabed3e9a4272d67e3 (patch) | |
tree | a386572e9509cb48def7767e1de841e2a94493d2 /meta-python/recipes-devtools/python/python-paho-mqtt.inc | |
parent | b26618c971606e0f6c8747cd42a365c2a53918b4 (diff) | |
download | meta-openembedded-5ce9fda7fc3418046ea2abaabed3e9a4272d67e3.tar.gz |
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-paho-mqtt.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-paho-mqtt.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index f834e6fd8..66943ed6c 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 \ | |||
7 | SRCNAME = "paho-mqtt" | 7 | SRCNAME = "paho-mqtt" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | SRC_URI[md5sum] = "2cc27d8b369700b1fc99325add0dadd2" | 10 | |
11 | SRC_URI[sha256sum] = "31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0371122" | 11 | SRC_URI[md5sum] = "e3ac29cd5dc247a01083a2a8f3fddd08" |
12 | SRC_URI[sha256sum] = "e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79" | ||
12 | 13 | ||
13 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
14 | 15 | ||