[oe-commits] [meta-openembedded] 27/32: python*-paho-mqtt: upgrade to 1.4.0

git at git.openembedded.org git at git.openembedded.org
Mon Nov 26 17:39:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 5ce9fda7fc3418046ea2abaabed3e9a4272d67e3
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Thu Nov 22 14:59:10 2018 +1300

    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 at linux.intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-paho-mqtt.inc             | 5 +++--
 .../python/{python-paho-mqtt_1.3.1.bb => python-paho-mqtt_1.4.0.bb}  | 0
 .../{python3-paho-mqtt_1.3.1.bb => python3-paho-mqtt_1.4.0.bb}       | 0
 3 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 f834e6f..66943ed 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.4.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb
rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb
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.4.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-paho-mqtt_1.3.1.bb
rename to meta-python/recipes-devtools/python/python3-paho-mqtt_1.4.0.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list