diff mbox series

[meta-python] python3-socketio: update to version 5.11.0

Message ID 20240112222737.3047072-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python] python3-socketio: update to version 5.11.0 | expand

Commit Message

Derek Straka Jan. 12, 2024, 10:27 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../{python3-socketio_5.10.0.bb => python3-socketio_5.11.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-socketio_5.10.0.bb => python3-socketio_5.11.0.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb b/meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb
rename to meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb
index 68168bb63..72471e956 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb
@@ -9,7 +9,7 @@  inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "python-socketio"
 
-SRC_URI[sha256sum] = "01c616946fa9f67ed5cc3d1568e1c4940acfc64aeeb9ff621a53e80cabeb748a"
+SRC_URI[sha256sum] = "b03186e04b942088781f6286c13604a853e5e35ed59158c51ff7af22fa032e6f"
 
 PACKAGECONFIG ?= "asyncio_client client"
 PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"