From 7d12f58f739ff133a5aa5c349ef0adf8951c9a45 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:24:34 +0800 Subject: [PATCH] python3-websockets: upgrade 13.1 -> 14.0 Changelog: https://websockets.readthedocs.io/en/stable/project/changelog.html (From OE-Core rev: aaafdc7a252540376c5a352a0c0650fc4d3ae5fe) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../{python3-websockets_13.1.bb => python3-websockets_14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-websockets_13.1.bb => python3-websockets_14.0.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-websockets_13.1.bb b/meta/recipes-devtools/python/python3-websockets_14.0.bb similarity index 79% rename from meta/recipes-devtools/python/python3-websockets_13.1.bb rename to meta/recipes-devtools/python/python3-websockets_14.0.bb index 36838745ca..00c6109864 100644 --- a/meta/recipes-devtools/python/python3-websockets_13.1.bb +++ b/meta/recipes-devtools/python/python3-websockets_14.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878" +SRC_URI[sha256sum] = "be90aa6dab180fed523c0c10a6729ad16c9ba79067402d01a4d8aa7ce48d4084" BBCLASSEXTEND = "native nativesdk"