diff options
author | 2024-11-26 09:29:58 +0800 | |
---|---|---|
committer | 2024-11-27 16:44:01 +0000 | |
commit | b36742c5153873832fbf5fb1788d5c333286a583 (patch) | |
tree | fa450d66d01fdc573a46701b742abd9ae04a11b7 | |
parent | 9147a13733ada0c84424f5e5aeee089244d56c35 (diff) | |
download | openembedded-core-b36742c5153873832fbf5fb1788d5c333286a583.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.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "be90aa6dab180fed523c0c10a6729ad16c9ba79067402d01a4d8aa7ce48d4084" +SRC_URI[sha256sum] = "398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8" BBCLASSEXTEND = "native nativesdk" |