From: Wang Mingyu Date: Mon, 17 Apr 2023 08:07:54 +0000 (+0800) Subject: python3-dtschema: upgrade 2023.1 -> 2023.4 X-Git-Tag: uninative-3.10~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997715fcb7fc3c9c8d1a5d886857772098bd511c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-dtschema: upgrade 2023.1 -> 2023.4 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 Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb 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 74ca55cf04c..f87563facdc 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb @@ -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"