diff mbox series

[meta-python] python3-websocket-client: upgrade 1.5.1 -> 1.5.2

Message ID 1684997886-2137-6-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-websocket-client: upgrade 1.5.1 -> 1.5.2 | expand

Commit Message

Mingyu Wang (Fujitsu) May 25, 2023, 6:58 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...socket-client_1.5.1.bb => python3-websocket-client_1.5.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-websocket-client_1.5.1.bb => python3-websocket-client_1.5.2.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb
index 41d469cf1..742a9389b 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.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] = "3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40"
+SRC_URI[sha256sum] = "c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b"
 
 inherit pypi setuptools3