similarity index 74%
rename from meta-python/recipes-devtools/python/python3-genson_1.3.0.bb
rename to meta-python/recipes-devtools/python/python3-genson_1.4.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GenSON is a powerful, user-friendly JSON Schema generator built i
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c30d55dbfb3a28d420d918534adf6b"
-SRC_URI[sha256sum] = "e02db9ac2e3fd29e65b5286f7135762e2cd8a986537c075b06fc5f1517308e37"
+SRC_URI[sha256sum] = "bc7f1c1bae87a21ca44d81149aec95a3f4468d676de9b8b08caa064f3c50b3da"
inherit pypi python_setuptools_build_meta
Upgrade to release 1.4.0: - add enum support, activated per node by seed schemas - Performance: strategy deduplication when defining custom SchemaBuilder classes is now O(n) instead of O(n2) - include the complete, runnable test suite in the source distribution - Bugfix: fix "noting to do" typo in the CLI error message and remove dead code - Docs: document the required-dropping behavior and the builder-merge gotcha; explain why same-type inputs merge rather than producing anyOf; add a NoRequiredObject example for suppressing required - declare python_requires >= 3.10, matching the tested Python versions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> --- .../python/{python3-genson_1.3.0.bb => python3-genson_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-genson_1.3.0.bb => python3-genson_1.4.0.bb} (74%)