From f16579f3844b2fccbaa9afcdeb85fe0393e4ac3d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Oct 2023 07:40:57 +0800 Subject: python3-websocket-client: upgrade 1.6.3 -> 1.6.4 Changelog: Fix #952, add support for HTTP 307 and 308 redirect codes Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit eb978e34656fc64640bf87d4d95993ea01fa4076) Signed-off-by: Armin Kuster --- .../python/python3-websocket-client_1.6.3.bb | 17 ----------------- .../python/python3-websocket-client_1.6.4.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-websocket-client_1.6.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-websocket-client_1.6.4.bb diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.6.3.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.6.3.bb deleted file mode 100644 index 8104d37599..0000000000 --- a/meta-python/recipes-devtools/python/python3-websocket-client_1.6.3.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=6eae3bb7247ccb2c3a087ea8de759c01" - -SRC_URI[sha256sum] = "3aad25d31284266bcfcfd1fd8a743f63282305a364b8d0948a43bd606acc652f" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-logging \ -" diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.6.4.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.6.4.bb new file mode 100644 index 0000000000..961cdb916c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.6.4.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=6eae3bb7247ccb2c3a087ea8de759c01" + +SRC_URI[sha256sum] = "b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-logging \ +" -- cgit v1.2.3-54-g00ecf