]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-websockets: upgrade 14.0 -> 14.1
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 26 Nov 2024 01:29:58 +0000 (09:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2024 16:44:01 +0000 (16:44 +0000)
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>
meta/recipes-devtools/python/python3-websockets_14.1.bb [moved from meta/recipes-devtools/python/python3-websockets_14.0.bb with 79% similarity]

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 00c610986439fe4ed7eb88fe7905939ddead8865..ead833a2ac2383cfcc73fbaf8cef842927c4de5d 100644 (file)
@@ -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"