From 8e729d2423c66795eb999f94b51823bf480e1471 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 6 Jul 2026 12:46:26 +0300 Subject: [PATCH] python3-genson: Upgrade 1.3.0 -> 1.4.0 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 Signed-off-by: Khem Raj --- .../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%) diff --git a/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb b/meta-python/recipes-devtools/python/python3-genson_1.4.0.bb 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 index e23af06a2b..fca391c9a7 100644 --- a/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb +++ b/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