From 8e8b0f41d8b564d66f8146e625755cdef6a5488f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 14 Aug 2024 14:54:35 +0300 Subject: [PATCH] python3-fastjsonschema: Upgrade 2.18.0 -> 2.20.0 Upgrade to release 2.20.0. Added validations at compile time: - required must have unique items - checking if schema is not allowing required items (item is required, but is not listed in properties) Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...jsonschema_2.18.0.bb => python3-fastjsonschema_2.20.0.bb} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python3-fastjsonschema_2.18.0.bb => python3-fastjsonschema_2.20.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb rename to meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb index b2e969c5c1..0524a73b67 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb @@ -6,15 +6,12 @@ HOMEPAGE = "https://github.com/seznam/python-fastjsonschema" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" -SRCREV = "756540088687cda351390f687b92e602feaa7dc6" -PYPI_SRC_URI = "git://github.com/horejsek/python-fastjsonschema;protocol=https;branch=master" +SRC_URI[sha256sum] = "3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23" SRC_URI += "file://run-ptest" inherit ptest pypi setuptools3 -S = "${WORKDIR}/git" - do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/