diff mbox series

[meta-python,28/34] python3-websocket-client: upgrade 1.9.0 -> 1.9.2

Message ID 20260902102900.1296-28-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/34] catch2: upgrade 3.15.3 -> 3.16.0 | expand

Commit Message

Wang Mingyu Sept. 2, 2026, 10:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2026

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...cket-client_1.9.0.bb => python3-websocket-client_1.9.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-websocket-client_1.9.0.bb => python3-websocket-client_1.9.2.bb} (72%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.9.2.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.9.2.bb
index 87f25db0fc..3be6e09069 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.9.2.bb
@@ -5,9 +5,9 @@  This provide the low level APIs for WebSocket. All APIs \
 are the synchronous functions."
 HOMEPAGE = "https://github.com/websocket-client/websocket-client"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b8d4a5e03977c68fad62beee8185704e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=69c77173fe8892e9fdecd46557b957ad"
 
-SRC_URI[sha256sum] = "9e813624b6eb619999a97dc7958469217c3176312b3a16a4bd1bc7e08a46ec98"
+SRC_URI[sha256sum] = "0fcb57545848be86992e128218fd96dd87a6769ffdb1a968dff79632b85604d0"
 
 PYPI_PACKAGE = "websocket_client"