From 203e5f7c0b41b6304f0b84639325ff413fb2aed9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 12 Feb 2023 18:01:49 +0800 Subject: python3-websocket-client: upgrade 1.4.2 -> 1.5.1 Changelog: ========== - Fix logic bug that can cause disconnects (#893) - Refactor and improve ping/pong logic to resolve several issues, including an infinite loop issue during reconnect (#862) - Fix issue where `skip_utf8_validation = True` is ignored (#886) - Fix issue where sslopt `is_ssl` is ignored (#875) - Downgrade "websocket connected" message from logging.warning to logging.info (#888) - Update github actions to newer versions (669fe1b) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-websocket-client_1.5.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb (limited to 'meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb new file mode 100644 index 0000000000..41d469cf1d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb @@ -0,0 +1,17 @@ +SUMMARY = "websocket client for python" +DESCRIPTION = "\ +websocket-client module is WebSocket client for python. \ +This provide the low level APIs for WebSocket. All APIs \ +are the synchronous functions." +HOMEPAGE = "https://github.com/websocket-client/websocket-client" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8" + +SRC_URI[sha256sum] = "3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-logging \ +" -- cgit v1.2.3-54-g00ecf