diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-13 09:40:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-14 09:41:35 -0700 |
| commit | f09cd0dfec30272bcf99fc5f5e9edc2dd79d39ca (patch) | |
| tree | 8a9c24bcb096840015aaa0d2400c87d7b7290428 /meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb | |
| parent | 36f4f6149cfa7a579571157b3f31aab0eaa90a31 (diff) | |
| download | meta-openembedded-f09cd0dfec30272bcf99fc5f5e9edc2dd79d39ca.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb new file mode 100644 index 0000000000..f7650f9bb4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "websocket client for python" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | websocket-client module is WebSocket client for python. \ | ||
| 4 | This provide the low level APIs for WebSocket. All APIs \ | ||
| 5 | are the synchronous functions." | ||
| 6 | HOMEPAGE = "https://github.com/websocket-client/websocket-client" | ||
| 7 | LICENSE = "Apache-2.0" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "b96f3bce3e54e3486ebe6504bc22bd4c140392bd2eb71764db29be8f2639aa65" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = "\ | ||
| 15 | ${PYTHON_PN}-six \ | ||
| 16 | ${PYTHON_PN}-logging \ | ||
| 17 | " | ||
