summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-26 09:29:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-27 16:44:48 +0000
commit46762a68016cd06be0d7124c34efb3d9cfccbe0e (patch)
treeb623c146936ead0b4267bceb532f7eb16dec6258 /meta/recipes-devtools/python
parent765ce5d589695740ef8d4b143348ce5d84be6d3c (diff)
downloadpoky-46762a68016cd06be0d7124c34efb3d9cfccbe0e.tar.gz
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. (From OE-Core rev: b36742c5153873832fbf5fb1788d5c333286a583) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-websockets_14.1.bb (renamed from meta/recipes-devtools/python/python3-websockets_14.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-websockets_14.0.bb b/meta/recipes-devtools/python/python3-websockets_14.1.bb
index 00c6109864..ead833a2ac 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"
6 6
7inherit pypi python_setuptools_build_meta 7inherit pypi python_setuptools_build_meta
8 8
9SRC_URI[sha256sum] = "be90aa6dab180fed523c0c10a6729ad16c9ba79067402d01a4d8aa7ce48d4084" 9SRC_URI[sha256sum] = "398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8"
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12 12