mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python3-websocket-client: upgrade 1.6.4 -> 1.7.0
Changelog: =========== - Renamed 'mask' variable in ABNF to prevent name collision with 'mask()' function - Fixed old http import of HTTPStatus in _handshake.py - Add 'send_text()' and 'send_bytes()' to _app.py - Improved typehint support - General readability improvements, made all string concatenations use f-strings - Applied black formatting style to code Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
496776dede
commit
3723fd45fa
|
|
@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client"
|
|||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6eae3bb7247ccb2c3a087ea8de759c01"
|
||||
|
||||
SRC_URI[sha256sum] = "b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df"
|
||||
SRC_URI[sha256sum] = "10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user