From f09cd0dfec30272bcf99fc5f5e9edc2dd79d39ca Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:19 +0800 Subject: python3-websocket-client: upgrade 1.5.2 -> 1.5.3 Changelog: ============ - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911) - Fix wsdump.py script typing, bug introduced in 1.5.2 (#91) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-websocket-client_1.5.2.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb (limited to 'meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb deleted file mode 100644 index 742a9389b0..0000000000 --- a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -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] = "c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-logging \ -" -- cgit v1.2.3-54-g00ecf