From f09cd0dfec30272bcf99fc5f5e9edc2dd79d39ca Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:19 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- ...socket-client_1.5.2.bb => python3-websocket-client_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-websocket-client_1.5.2.bb => python3-websocket-client_1.5.3.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb rename to meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb index 742a9389b0..f7650f9bb4 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb @@ -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