All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-paho-mqtt: Upgrade 1.5.0 -> 1.5.1
@ 2020-09-23  7:58 Leon Anavi
  2020-09-23  7:58 ` [meta-python][PATCH 2/7] python3-sentry-sdk: Upgrade 0.17.6 -> 0.17.7 Leon Anavi
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Leon Anavi @ 2020-09-23  7:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.5.1:

- Exceptions that occur in callbacks are no longer suppressed by
  default. They can optionally be suppressed by setting
  `client.suppress_exceptions = True`.
- Fix PUBREL remaining length of > 2 not being accepted for MQTT
  v5 message flows.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-paho-mqtt_1.5.0.bb => python3-paho-mqtt_1.5.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-paho-mqtt_1.5.0.bb => python3-paho-mqtt_1.5.1.bb} (80%)

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.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb
index 8bf80e601a..d93bc884ee 100644
--- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb
@@ -8,8 +8,8 @@ SRCNAME = "paho-mqtt"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "45e80d9b8066a8d0ba1ecfffe271bd3d"
-SRC_URI[sha256sum] = "e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4"
+SRC_URI[md5sum] = "32f93c0ed92c7439f7a715ed258fd35d"
+SRC_URI[sha256sum] = "9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae"
 
 DEPENDS += "${PYTHON_PN}-pytest-runner-native"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-09-24 19:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23  7:58 [meta-python][PATCH 1/7] python3-paho-mqtt: Upgrade 1.5.0 -> 1.5.1 Leon Anavi
2020-09-23  7:58 ` [meta-python][PATCH 2/7] python3-sentry-sdk: Upgrade 0.17.6 -> 0.17.7 Leon Anavi
2020-09-24 19:45   ` [oe] " Trevor Gamblin
2020-09-23  7:58 ` [meta-python][PATCH 3/7] python3-importlib-metadata: Upgrade 1.7.0 -> 2.0.0 Leon Anavi
2020-09-24 19:45   ` [oe] " Trevor Gamblin
2020-09-23  7:58 ` [meta-python][PATCH 4/7] python3-pint: Upgrade 0.16 -> 0.16.1 Leon Anavi
2020-09-24 19:45   ` [oe] " Trevor Gamblin
2020-09-23  7:58 ` [meta-python][PATCH 5/7] python3-zipp: Upgrade 3.1.0 -> 3.2.0 Leon Anavi
2020-09-24 19:46   ` [oe] " Trevor Gamblin
2020-09-23  7:58 ` [meta-python][PATCH 6/7] python3-xlsxwriter: Upgrade 1.3.4 -> 1.3.5 Leon Anavi
2020-09-24 19:46   ` [oe] " Trevor Gamblin
2020-09-23  7:58 ` [meta-python][PATCH 7/7] python3-greenlet: Upgrade 0.4.16 -> 0.4.17 Leon Anavi
2020-09-24 19:46   ` [oe] " Trevor Gamblin
2020-09-24 19:45 ` [oe] [meta-python][PATCH 1/7] python3-paho-mqtt: Upgrade 1.5.0 -> 1.5.1 Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.