From ef86bd89796addb332c1f81a128ff71bcd57177b Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Mon, 25 Aug 2025 11:51:09 +0800 Subject: python3-jsonschema: upgrade 4.24.0 -> 4.25.0 Changelog: ========= - Add support for the iri and iri-reference formats to the format-nongpl (From OE-Core rev: 875e622eaa318eecd8214c2481d431e6a88e8419) Signed-off-by: Liu Yiding Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-jsonschema_4.24.0.bb | 48 ---------------------- .../python/python3-jsonschema_4.25.0.bb | 48 ++++++++++++++++++++++ 2 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb create mode 100644 meta/recipes-devtools/python/python3-jsonschema_4.25.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb deleted file mode 100644 index 777cc649cc..0000000000 --- a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb +++ /dev/null @@ -1,48 +0,0 @@ -SUMMARY = "An implementation of JSON Schema validation for Python" -HOMEPAGE = "https://github.com/python-jsonschema/jsonschema" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ - file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" - -SRC_URI[sha256sum] = "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196" - -inherit pypi python_hatchling - -PACKAGES =+ "${PN}-tests" -FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" - -DEPENDS += "python3-hatch-fancy-pypi-readme-native python3-hatch-vcs-native " - -PACKAGECONFIG ??= "format" -PACKAGECONFIG[format] = ",,,\ - python3-idna \ - python3-jsonpointer \ - python3-webcolors \ - python3-rfc3987 \ - python3-rfc3339-validator \ -" -PACKAGECONFIG[format-nongpl] = ",,,\ - python3-idna \ - python3-jsonpointer \ - python3-webcolors \ - python3-rfc3986-validator \ - python3-rfc3339-validator \ -" - -RDEPENDS:${PN} += " \ - python3-attrs \ - python3-core \ - python3-datetime \ - python3-io \ - python3-json \ - python3-jsonschema-specifications \ - python3-netclient \ - python3-numbers \ - python3-pprint \ - python3-referencing \ - python3-rpds-py \ -" - -RDEPENDS:${PN}-tests = "${PN}" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.25.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.25.0.bb new file mode 100644 index 0000000000..2f683d5bde --- /dev/null +++ b/meta/recipes-devtools/python/python3-jsonschema_4.25.0.bb @@ -0,0 +1,48 @@ +SUMMARY = "An implementation of JSON Schema validation for Python" +HOMEPAGE = "https://github.com/python-jsonschema/jsonschema" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ + file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" + +SRC_URI[sha256sum] = "e63acf5c11762c0e6672ffb61482bdf57f0876684d8d249c0fe2d730d48bc55f" + +inherit pypi python_hatchling + +PACKAGES =+ "${PN}-tests" +FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" + +DEPENDS += "python3-hatch-fancy-pypi-readme-native python3-hatch-vcs-native " + +PACKAGECONFIG ??= "format" +PACKAGECONFIG[format] = ",,,\ + python3-idna \ + python3-jsonpointer \ + python3-webcolors \ + python3-rfc3987 \ + python3-rfc3339-validator \ +" +PACKAGECONFIG[format-nongpl] = ",,,\ + python3-idna \ + python3-jsonpointer \ + python3-webcolors \ + python3-rfc3986-validator \ + python3-rfc3339-validator \ +" + +RDEPENDS:${PN} += " \ + python3-attrs \ + python3-core \ + python3-datetime \ + python3-io \ + python3-json \ + python3-jsonschema-specifications \ + python3-netclient \ + python3-numbers \ + python3-pprint \ + python3-referencing \ + python3-rpds-py \ +" + +RDEPENDS:${PN}-tests = "${PN}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf