summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:05:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:48 +0000
commita41ac3bffaff4c1d91dd302d9a23de6d6298bffc (patch)
treee199d98449367a194ea428212ae6d261d8b3cc17 /meta/recipes-devtools/python
parentbf7f0e58d768179fe4ce8cb9adb12cb9a2c05e6d (diff)
downloadpoky-a41ac3bffaff4c1d91dd302d9a23de6d6298bffc.tar.gz
python3-jsonschema: upgrade 4.17.0 -> 4.17.3
(From OE-Core rev: f01c05c7b0d06817e826dda9ba20a0ea5fd6f508) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb (renamed from meta/recipes-devtools/python/python3-jsonschema_4.17.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.17.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb
index 02337fe85b..392b9584a3 100644
--- a/meta/recipes-devtools/python/python3-jsonschema_4.17.0.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \
5 file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" 5 file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"
6 6
7SRC_URI[sha256sum] = "5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d" 7SRC_URI[sha256sum] = "0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10