From b3167db2668ca7d69620c51a3c374ec86da8fd01 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Tue, 4 Aug 2026 19:00:11 +1200 Subject: [PATCH] python3-fastjsonschema: upgrade 2.21.1 -> 2.22.1 https://github.com/horejsek/python-fastjsonschema/blob/v2.22.1/CHANGELOG.txt Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- ...astjsonschema_2.21.1.bb => python3-fastjsonschema_2.22.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fastjsonschema_2.21.1.bb => python3-fastjsonschema_2.22.1.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.1.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb rename to meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.1.bb index 4d8cf7a56b..082e5a7746 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/seznam/python-fastjsonschema" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" -SRC_URI[sha256sum] = "794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4" +SRC_URI[sha256sum] = "0b83d1ce8d7845b959dcb20e1a5c3c8883b6541d9c52ab02cce5166b75ec805f" inherit ptest-python-pytest pypi setuptools3