From ed700bf5079df68c3834c6b4d9da405cfc8bfd25 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:35 +0800 Subject: python3-uswid: upgrade 0.5.1 -> 0.5.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-uswid_0.5.1.bb | 20 -------------------- .../recipes-devtools/python/python3-uswid_0.5.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-uswid_0.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-uswid_0.5.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-uswid_0.5.1.bb b/meta-python/recipes-devtools/python/python3-uswid_0.5.1.bb deleted file mode 100644 index 32eeeca585..0000000000 --- a/meta-python/recipes-devtools/python/python3-uswid_0.5.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "A pure-python library for embedding CoSWID data" -HOMEPAGE = "https://github.com/hughsie/python-uswid" -SECTION = "devel/python" -LICENSE = "BSD-2-Clause-Patent" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f3636dfe71e94cc72918423cec0d1971" - -SRC_URI[sha256sum] = "92b48a8f6601687c1cc556878571abf9ddb0bdbaf244713b7ff838c48fcb68b3" - -inherit setuptools3 python3native pypi - -DEPENDS += " python3-cbor2 python3-lxml python3-pefile" -RDEPENDS:${PN} += " \ - python3-cbor2 \ - python3-json \ - python3-lxml \ - python3-netclient \ - python3-pefile \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-uswid_0.5.2.bb b/meta-python/recipes-devtools/python/python3-uswid_0.5.2.bb new file mode 100644 index 0000000000..3e6ec88a8e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-uswid_0.5.2.bb @@ -0,0 +1,20 @@ +SUMMARY = "A pure-python library for embedding CoSWID data" +HOMEPAGE = "https://github.com/hughsie/python-uswid" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause-Patent" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f3636dfe71e94cc72918423cec0d1971" + +SRC_URI[sha256sum] = "1d6c53acf160edc9b42e4ba535343b3567f2f341d289b9e63ca6a84372c2c518" + +inherit setuptools3 python3native pypi + +DEPENDS += " python3-cbor2 python3-lxml python3-pefile" +RDEPENDS:${PN} += " \ + python3-cbor2 \ + python3-json \ + python3-lxml \ + python3-netclient \ + python3-pefile \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf