All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.0.3 -> 5.1.0
@ 2021-07-14 21:34 zangrc
  0 siblings, 0 replies; only message in thread
From: zangrc @ 2021-07-14 21:34 UTC (permalink / raw)
  To: openembedded-devel

Add reloader_options argument to socketio.run#1556 (commit)
Pass auth data from client in connect event handler #1555 (commit)
Do not show simple-websocket install prompt if it is already installed (commit)
Fix namespace bug in example #1543 (commit)
Added index to documentation #724 (commit)
Fixed typo in documentation #1551 (commit) (thanks Mayank Anuragi!)

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
---
 ...-flask-socketio_5.0.3.bb => python3-flask-socketio_5.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.0.3.bb => python3-flask-socketio_5.1.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb
index 5def7621e0..5a6b83bfec 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb
@@ -9,7 +9,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = "4fb968c43bc384f184cd1a25c1842297c2e3d6efc2f755a61be6d4406858220f"
+SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874"
 
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-flask \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-14  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 21:34 [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.0.3 -> 5.1.0 zangrc

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.