From 0e6b061c0fc013d891efab5807d50b7e9ec2fb94 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 15 Mar 2025 09:53:59 +0000 Subject: python3-websockets: upgrade 15.0 -> 15.0.1 (From OE-Core rev: cd98428e000c0009da83bd9bc90a961313233b73) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-websockets_15.0.1.bb | 15 +++++++++++++++ meta/recipes-devtools/python/python3-websockets_15.0.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-websockets_15.0.1.bb delete mode 100644 meta/recipes-devtools/python/python3-websockets_15.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-websockets_15.0.1.bb b/meta/recipes-devtools/python/python3-websockets_15.0.1.bb new file mode 100644 index 0000000000..2e1b0f0919 --- /dev/null +++ b/meta/recipes-devtools/python/python3-websockets_15.0.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)" +HOMEPAGE = "https://github.com/aaugustin/websockets" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} = " \ + python3-asyncio \ +" diff --git a/meta/recipes-devtools/python/python3-websockets_15.0.bb b/meta/recipes-devtools/python/python3-websockets_15.0.bb deleted file mode 100644 index 9a7456dee4..0000000000 --- a/meta/recipes-devtools/python/python3-websockets_15.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)" -HOMEPAGE = "https://github.com/aaugustin/websockets" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "ca36151289a15b39d8d683fd8b7abbe26fc50be311066c5f8dcf3cb8cee107ab" - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} = " \ - python3-asyncio \ -" -- cgit v1.2.3-54-g00ecf