summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-17 16:07:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-20 11:51:39 +0100
commit997715fcb7fc3c9c8d1a5d886857772098bd511c (patch)
treefdc022486dba9ad42ef2180ba9e12f11cb7bea8e
parent404acd14a992101578a4806df161fd587a9279a6 (diff)
downloadopenembedded-core-contrib-997715fcb7fc3c9c8d1a5d886857772098bd511c.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
-rw-r--r--meta/recipes-devtools/python/python3-dtschema_2023.4.bb (renamed from meta/recipes-devtools/python/python3-dtschema_2023.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb
index 74ca55cf04..f87563facd 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"