diff mbox series

[meta-python] python3-websockets: upgrade 11.0.1 -> 11.0.2

Message ID 1682307012-11984-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-websockets: upgrade 11.0.1 -> 11.0.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 24, 2023, 3:30 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Fixed a deadlock in the threading implementation when closing a connection without reading all messages.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb b/meta-python/recipes-devtools/python/python3-websockets_11.0.2.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb
rename to meta-python/recipes-devtools/python/python3-websockets_11.0.2.bb
index 06110d38b..1653c7716 100644
--- a/meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websockets_11.0.2.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "369410925b240b30ef1c1deadbd6331e9cd865ad0b8966bf31e276cc8e0da159"
+SRC_URI[sha256sum] = "b1a69701eb98ed83dd099de4a686dc892c413d974fa31602bc00aca7cb988ac9"
 
 BBCLASSEXTEND = "native nativesdk"