[oe] [meta-python] [PATCH 31/70] python3-fastjsonschema: upgrade 2.22.1 -> 2.22.2
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> 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 <[email protected]> --- ...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 --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 -- 2.43.0