diff mbox series

[meta-python,31/70] python3-fastjsonschema: upgrade 2.22.1 -> 2.22.2

Message ID 20260819093514.1101-31-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Fixed wrong results of anyOf, oneOf, not, if/then/else, contains and propertyNames when 'fast_fail' is off
* Fixed collecting errors from subschemas behind '$ref' when 'fast_fail' is off
* Fixed escaping property name in boolean 'dependencies' validation (prevents schema-controlled code injection)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...astjsonschema_2.22.1.bb => python3-fastjsonschema_2.22.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-fastjsonschema_2.22.1.bb => python3-fastjsonschema_2.22.2.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.1.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.2.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.1.bb
rename to meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.2.bb
index 082e5a7746..04e2a3ea49 100644
--- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.1.bb
+++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.22.2.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] = "0b83d1ce8d7845b959dcb20e1a5c3c8883b6541d9c52ab02cce5166b75ec805f"
+SRC_URI[sha256sum] = "72064e12356a7d6ef02165be2946b9abadbdf238536e07eb587e3dbaa33099cf"
 
 inherit ptest-python-pytest pypi setuptools3