From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../{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 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207819): https://lists.openembedded.org/g/openembedded-core/message/207819 Mute This Topic: https://lists.openembedded.org/mt/109783463/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
