diff mbox series

[meta-python] python3-websockets: upgrade 10.4 -> 11.0.1

Message ID 1681115263-24378-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-websockets: upgrade 10.4 -> 11.0.1 | expand

Commit Message

Mingyu Wang (Fujitsu) April 10, 2023, 8:27 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Use standard licence text and SPDX identifier.

Changelog:
==========
Bug fixes
----------
Restored the C extension in the source distribution.

Backwards-incompatible changes
-------------------------------
The Sans-I/O implementation was moved.
Sans-I/O protocol constructors now use keyword-only arguments.
Closing a connection without an empty close frame is OK.
serve() times out on the opening handshake after 10 seconds by default.

New features
-------------
websockets 10.0 introduces a implementation on top of threading.
Added open_timeout to serve().
Made it possible to close a server without closing existing connections.
Added select_subprotocol to customize negotiation of subprotocols in the Sans-I/O layer.

Improvements
--------------
Added platform-independent wheels.
Improved error handling in broadcast().
Set server_hostname automatically on TLS connections when providing a sock argument to connect().

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-websockets_10.4.bb => python3-websockets_11.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-websockets_10.4.bb => python3-websockets_11.0.1.bb} (61%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-websockets_10.4.bb b/meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-websockets_10.4.bb
rename to meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb
index fac4d7a42..06110d38b 100644
--- a/meta-python/recipes-devtools/python/python3-websockets_10.4.bb
+++ b/meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb
@@ -2,11 +2,11 @@  SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)"
 HOMEPAGE = "https://github.com/aaugustin/websockets"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=78c2cc91e172ca96d6f8e4a76c739ec6"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3"
+SRC_URI[sha256sum] = "369410925b240b30ef1c1deadbd6331e9cd865ad0b8966bf31e276cc8e0da159"
 
 BBCLASSEXTEND = "native nativesdk"