Skip to content

Commit

Permalink
python3-websocket-client: upgrade 1.5.2 -> 1.5.3
Browse files Browse the repository at this point in the history
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 (openembedded#91)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Jun 14, 2023
1 parent 36f4f61 commit f09cd0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8"

SRC_URI[sha256sum] = "c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b"
SRC_URI[sha256sum] = "b96f3bce3e54e3486ebe6504bc22bd4c140392bd2eb71764db29be8f2639aa65"

inherit pypi setuptools3

Expand Down

0 comments on commit f09cd0d

Please sign in to comment.