diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-24 16:12:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
commit | 32695ea7b7ca3810d67784c4532e3a9d2c6789ad (patch) | |
tree | bdcb3d3a98f63435072b7583e13176c6bb7b877a | |
parent | 1a14a28f132a10e9db7b3e5bb2b5361c4679946e (diff) | |
download | meta-openembedded-32695ea7b7ca3810d67784c4532e3a9d2c6789ad.tar.gz |
python3-engineio: upgrade 4.5.1 -> 4.6.0
Changelog:
==========
Improvements in the connection rejected flow
Better handling of Gunicorn threaded worker
shutdown() method for the Engine.IO server
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.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb index d97248891c..84db9b53b7 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb | |||
@@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ | |||
17 | python3-asyncio \ | 17 | python3-asyncio \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[sha256sum] = "b167a1b208fcdce5dbe96a61a6ca22391cfa6715d796c22de93e3adf9c07ae0c" | 20 | SRC_URI[sha256sum] = "dca041f0653ef092da4ce8abd4550fdc54076680b9c72d931c146492c620678b" |