summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:17 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:08 -0800
commit0279106fd0cd7176689f81ccb296293296348aa7 (patch)
treec32f40bf6395f89a41a7261da1b8827e1c4a2ee0
parentd31a0a4324053dcf68ead3e919f185e80f406df2 (diff)
downloadmeta-openembedded-0279106fd0cd7176689f81ccb296293296348aa7.tar.gz
python3-fastjsonschema: upgrade 2.21.0 -> 2.21.1
Changelog: =========== * Fixed ResourceWarning where file was not properly closed * Fixed regexp for date format Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb (renamed from meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb
index c763a09048..ecd92d5a74 100644
--- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/seznam/python-fastjsonschema"
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532"
8 8
9SRC_URI[sha256sum] = "a02026bbbedc83729da3bfff215564b71902757f33f60089f1abae193daa4771" 9SRC_URI[sha256sum] = "794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4"
10 10
11SRC_URI += "file://run-ptest" 11SRC_URI += "file://run-ptest"
12 12