diff mbox series

[meta-python,4/5] python3-genson: Upgrade 1.3.0 -> 1.4.0

Message ID 20260706094627.1254799-4-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-croniter: Upgrade 6.2.2 -> 6.2.3 | expand

Commit Message

Leon Anavi July 6, 2026, 9:46 a.m. UTC
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%)
diff mbox series

Patch

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