similarity index 82%
rename from meta/recipes-devtools/python/python3-sbom-cve-check_1.1.0.bb
rename to meta/recipes-devtools/python/python3-sbom-cve-check_1.2.0.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce"
PYPI_PACKAGE = "sbom_cve_check"
-SRC_URI[sha256sum] = "953256ac99851ba59bc8649b8023303007ff2981edbc4ee395011bd91c118095"
+SRC_URI[sha256sum] = "0b01474c541fb4b9d29d36f86fae6d0f27ff2b991fcb59b2fbeb70c1eaa09664"
inherit pypi python_hatchling
Update from release 1.1.0 to 1.2.0. The changelog: https://github.com/bootlin/sbom-cve-check/blob/v1.2.0/CHANGELOG.md#v120 Signed-off-by: Benjamin Robin <benjamin.robin@bootlin.com> --- This release addresses a critical issue caused by a recent cvelistV5 CVE entry that does not conform to the expected JSON schema. As a result, the current version of sbom-cve-check fails with an exception, as documented in [1]. [1] https://github.com/bootlin/sbom-cve-check/issues/15 --- ...{python3-sbom-cve-check_1.1.0.bb => python3-sbom-cve-check_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 2dc4d2f8b5c7a6e87291385fb860436593767199 change-id: 20260317-update-sbom-cve-check-recipe-49654548e0cc Best regards,