]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-dtschema: upgrade 2023.1 -> 2023.4
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 17 Apr 2023 08:07:54 +0000 (16:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Apr 2023 10:51:39 +0000 (11:51 +0100)
Changelog:
==========
Schemas:
 - Add missing PCI descriptions and properties
 - Add I2C clock stretching property
 - Add 'firmware-name' property
 - Add UEFI chosen properties
 - Enable cache schema

Meta-schemas:
 - Improve checking non-patterns in patternProperties
 - Allow 'not' at top-level of schemas
 - Relax meta-schema checks on referenced schemas

Tools:
 - Handle examples with 'interrupt-controller' node

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-devtools/python/python3-dtschema_2023.4.bb [moved from meta/recipes-devtools/python/python3-dtschema_2023.1.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-devtools/python/python3-dtschema_2023.1.bb
rename to meta/recipes-devtools/python/python3-dtschema_2023.4.bb
index 74ca55cf04c6de46a342549b963d6e303ea6d657..f87563facdc88e6f05a43a73a7aa9bd37c699000 100644 (file)
@@ -7,7 +7,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "dtschema"
 
-SRC_URI[sha256sum] = "8fc8c269e4c57e9d008af7b32cd33b77afd4ea1ac9552bcfa96b41b9e0c52586"
+SRC_URI[sha256sum] = "6daefb8f54403b4d82961b3346571200571747ab01950fd36c1f69950fa7a8cf"
 
 DEPENDS += "python3-setuptools-scm-native"
 RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"