From e3c4ab0e6a3f8bb3f85f28530e2ac2ad9db7deb8 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 27 Oct 2022 22:16:05 +0200 Subject: [PATCH] python3-jsonschema: upgrade 4.9.1 -> 4.16.0 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- ...thon3-jsonschema_4.9.1.bb => python3-jsonschema_4.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-jsonschema_4.9.1.bb => python3-jsonschema_4.16.0.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb b/meta/recipes-devtools/python/python3-jsonschema_4.16.0.bb similarity index 87% rename from meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb rename to meta/recipes-devtools/python/python3-jsonschema_4.16.0.bb index 125bc6b4d50..5704f55a153 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.16.0.bb @@ -4,14 +4,14 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" -SRC_URI[sha256sum] = "408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f" +SRC_URI[sha256sum] = "165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23" inherit pypi python_hatchling PACKAGES =+ "${PN}-tests" FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" -DEPENDS += "${PYTHON_PN}-hatch-vcs-native" +DEPENDS += "${PYTHON_PN}-hatch-fancy-pypi-readme-native ${PYTHON_PN}-hatch-vcs-native " PACKAGECONFIG ??= "format" PACKAGECONFIG[format] = ",,,\ -- 2.47.3