From b36742c5153873832fbf5fb1788d5c333286a583 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Nov 2024 09:29:58 +0800 Subject: [PATCH] python3-websockets: upgrade 14.0 -> 14.1 Changelog: ============ - Supported max_queue=None in the asyncio and threading implementations for consistency with the legacy implementation, even though this is never a good idea. - Added close_code and close_reason attributes in the asyncio and threading implementations for consistency with the legacy implementation. - Once the connection is closed, messages previously received and buffered can be read in the asyncio and threading implementations, just like in the legacy implementation. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../{python3-websockets_14.0.bb => python3-websockets_14.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-websockets_14.0.bb => python3-websockets_14.1.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-websockets_14.0.bb b/meta/recipes-devtools/python/python3-websockets_14.1.bb similarity index 79% rename from meta/recipes-devtools/python/python3-websockets_14.0.bb rename to meta/recipes-devtools/python/python3-websockets_14.1.bb index 00c61098643..ead833a2ac2 100644 --- a/meta/recipes-devtools/python/python3-websockets_14.0.bb +++ b/meta/recipes-devtools/python/python3-websockets_14.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "be90aa6dab180fed523c0c10a6729ad16c9ba79067402d01a4d8aa7ce48d4084" +SRC_URI[sha256sum] = "398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8" BBCLASSEXTEND = "native nativesdk" -- 2.47.3