mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 02:17:36 +00:00
8e729d2423
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> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>