meta-openembedded/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb
Wang Mingyu b1bf3d7ac6 python3-websocket-client: upgrade 1.5.1 -> 1.5.2
Changelog:
=========
  - Add typehints (#908)
  - Fix pytype errors (#906)
  - Fix args passed to logging function (#898)
  - Standardize PEP 3101 formatting (c6a445f)
  - Add more verbose exception for unsuccessful handshake for #900

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00

18 lines
555 B
BlitzBasic

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 \
"