[meta-python] python3-websocket-client: upgrade 1.3.2 -> 1.3.3

Message ID 1655968487-3652-5-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-websocket-client: upgrade 1.3.2 -> 1.3.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 23, 2022, 7:14 a.m. UTC
Changelog:
=========
  - Fix unclosed socket error (#826)
  - Update header dict access (#818)
  - Add utf8 workaround to docs (fc9ee9f)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...socket-client_1.3.2.bb => python3-websocket-client_1.3.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-websocket-client_1.3.2.bb => python3-websocket-client_1.3.3.bb} (84%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.3.2.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.3.3.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.3.2.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.3.3.bb
index 3f09d267d..9c3ff02e9 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.3.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] = "50b21db0058f7a953d67cc0445be4b948d7fc196ecbeb8083d68d94628e4abf6"
+SRC_URI[sha256sum] = "d58c5f284d6a9bf8379dab423259fe8f85b70d5fa5d2916d5791a84594b122b1"
 
 inherit pypi setuptools3