diff mbox series

[meta-python] python3-engineio: upgrade 4.3.4 -> 4.4.0

Message ID 1679545351-20075-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-engineio: upgrade 4.3.4 -> 4.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) March 23, 2023, 4:22 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    Allow configuring underlying websocket connection with custom options
    Cancel all running tasks in async SIGINT handler
    Handle unexpected WebSocket close frames sent by server
    Close aiohttp session after a failed connection
    Catch IOErrors from uWSGI and explicitly close the driver
    Recommend ASGI integration for Sanic in Documentation
    Fix documentation for max_http_buffer_size
    Add Python 3.11 to builds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-engineio_4.3.4.bb => python3-engineio_4.4.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-engineio_4.3.4.bb => python3-engineio_4.4.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb b/meta-python/recipes-devtools/python/python3-engineio_4.4.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb
rename to meta-python/recipes-devtools/python/python3-engineio_4.4.0.bb
index d89a54dc3..03a7d480d 100644
--- a/meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-engineio_4.4.0.bb
@@ -17,4 +17,4 @@  RDEPENDS:${PN} += " \
 	python3-asyncio \
 "
 
-SRC_URI[sha256sum] = "d8d8b072799c36cadcdcc2b40d2a560ce09797ab3d2d596b2ad519a5e4df19ae"
+SRC_URI[sha256sum] = "bcc035c70ecc30acc3cfd49ef19aca6c51fa6caaadd0fa58c2d7480f50d04cf2"