From 98f4ac6c19f7eb834315644e4627cd57a002d756 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 12 Dec 2024 23:25:05 +0000 Subject: python3-janus: update to version 1.1.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-janus_1.0.0.bb | 15 --------------- .../recipes-devtools/python/python3-janus_1.1.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-janus_1.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-janus_1.1.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-janus_1.0.0.bb b/meta-python/recipes-devtools/python/python3-janus_1.0.0.bb deleted file mode 100644 index c709bcfbff..0000000000 --- a/meta-python/recipes-devtools/python/python3-janus_1.0.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349" - -SRC_URI[sha256sum] = "df976f2cdcfb034b147a2d51edfc34ff6bfb12d4e2643d3ad0e10de058cb1612" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += "\ - python3-asyncio \ - python3-threading \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb b/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb new file mode 100644 index 0000000000..a5f251f62c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349" + +SRC_URI[sha256sum] = "0634df8b2b31f8afda4311abcf7fea912686fef717d13769eeaa01ae08d2b84c" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-asyncio \ + python3-threading \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf