summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-08-14 14:54:35 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-14 08:15:18 -0700
commit8e8b0f41d8b564d66f8146e625755cdef6a5488f (patch)
tree5011de6d98ce100eb6b5577b4cd542d1afff3437 /meta-python
parent96e6ce662384f131f83d709641a6262712eaff0e (diff)
downloadmeta-openembedded-8e8b0f41d8b564d66f8146e625755cdef6a5488f.tar.gz
python3-fastjsonschema: Upgrade 2.18.0 -> 2.20.0
Upgrade to release 2.20.0. Added validations at compile time: - required must have unique items - checking if schema is not allowing required items (item is required, but is not listed in properties) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb (renamed from meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb)5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb
index b2e969c5c1..0524a73b67 100644
--- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb
@@ -6,15 +6,12 @@ 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
9SRCREV = "756540088687cda351390f687b92e602feaa7dc6" 9SRC_URI[sha256sum] = "3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23"
10PYPI_SRC_URI = "git://github.com/horejsek/python-fastjsonschema;protocol=https;branch=master"
11 10
12SRC_URI += "file://run-ptest" 11SRC_URI += "file://run-ptest"
13 12
14inherit ptest pypi setuptools3 13inherit ptest pypi setuptools3
15 14
16S = "${WORKDIR}/git"
17
18do_install_ptest() { 15do_install_ptest() {
19 install -d ${D}${PTEST_PATH}/tests 16 install -d ${D}${PTEST_PATH}/tests
20 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 17 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/