diff mbox series

[12/16] python3-websockets: upgrade 14.0 -> 14.1

Message ID 1732584602-4785-12-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/16] dnf: upgrade 4.21.1 -> 4.22.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 26, 2024, 1:29 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{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 mbox series

Patch

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"