aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-08-02 11:37:50 +0800
committerKhem Raj <raj.khem@gmail.com>2021-08-03 08:52:32 -0700
commit9b03daa43aef2e65be574f49ec44da9c56801271 (patch)
tree45df32e75d6da9abcf8e7c7c5837872e53f9ef5b /meta-python/recipes-devtools/python
parent2fe2e93c9eef7fae5d8ee6aa4ccf647554252b63 (diff)
downloadmeta-openembedded-contrib-9b03daa43aef2e65be574f49ec44da9c56801271.tar.gz
python3-gmqtt: upgrade 0.6.9 -> 0.6.10
Fix unsubscribe and heap storage behavior Fair waiting for the heap based storage is empty Fix unsubscribe cleans subscriptions storage Fix tests Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb (renamed from meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb
index 73c0ae0acf..8ecb691f82 100644
--- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb
+++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/wialon/gmqtt"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
-SRC_URI[sha256sum] = "0e98a964393834e724c93b5dce9524c9f1255c338c0d972188794f54c6559f04"
+SRC_URI[sha256sum] = "7ab7a226ab13d75f7bc34a1422da73658ce4cac86708bf55f92daf7c5f44165a"
inherit pypi setuptools3