summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-12 18:01:49 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-12 08:56:16 -0800
commit203e5f7c0b41b6304f0b84639325ff413fb2aed9 (patch)
treefeaa713f639cd7a47b553598e68111488334e636 /meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb
parent206438e9d0bdba59c019d30155a8eea988d22034 (diff)
downloadmeta-openembedded-203e5f7c0b41b6304f0b84639325ff413fb2aed9.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb
deleted file mode 100644
index ab88af4bf5..0000000000
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1SUMMARY = "websocket client for python"
2DESCRIPTION = "\
3websocket-client module is WebSocket client for python. \
4This provide the low level APIs for WebSocket. All APIs \
5are the synchronous functions."
6HOMEPAGE = "https://github.com/websocket-client/websocket-client"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8"
9
10SRC_URI[sha256sum] = "d6e8f90ca8e2dd4e8027c4561adeb9456b54044312dba655e7cae652ceb9ae59"
11
12inherit pypi setuptools3
13
14RDEPENDS:${PN} = "\
15 ${PYTHON_PN}-six \
16 ${PYTHON_PN}-logging \
17"