diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-23 12:22:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-22 22:01:40 -0700 |
commit | da961f26bb377166c5cd2d64700f4ebb7d92ba7b (patch) | |
tree | f03c99759fa688b06d1ed78f60b606339ad82177 | |
parent | 40f53a3a1f3fc19aa18840f7fd5f61dbeb3a1ff5 (diff) | |
download | meta-openembedded-da961f26bb377166c5cd2d64700f4ebb7d92ba7b.tar.gz |
python3-engineio: upgrade 4.3.4 -> 4.4.0
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-engineio_4.4.0.bb (renamed from meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index d89a54dc3d..03a7d480d2 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} += " \ | |||
17 | python3-asyncio \ | 17 | python3-asyncio \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[sha256sum] = "d8d8b072799c36cadcdcc2b40d2a560ce09797ab3d2d596b2ad519a5e4df19ae" | 20 | SRC_URI[sha256sum] = "bcc035c70ecc30acc3cfd49ef19aca6c51fa6caaadd0fa58c2d7480f50d04cf2" |