diff mbox series

[meta-python] python3-fastjsonschema: upgrade 2.15.3 -> 2.16.1

Message ID 1658453726-25988-1-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-fastjsonschema: upgrade 2.15.3 -> 2.16.1 | expand

Commit Message

XU Huan July 22, 2022, 1:35 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

Add dependence python3-json

Changelog from 2.15.3 to 2.16.1
================================
* Fix uniqueItems when explicitly set to False
* Fix generating invalid code for some schemas using items
* Preserving full path in combination with $ref
* Improved error messages for oneOf and anyOf

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 ...stjsonschema_2.15.3.bb => python3-fastjsonschema_2.16.1.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-fastjsonschema_2.15.3.bb => python3-fastjsonschema_2.16.1.bb} (93%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.3.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.16.1.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.3.bb
rename to meta-python/recipes-devtools/python/python3-fastjsonschema_2.16.1.bb
index a2821c1177..bb6c1ee813 100644
--- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.3.bb
+++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.16.1.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "https://github.com/seznam/python-fastjsonschema"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532"
 
-SRCREV = "d03f3835da4899bdeb597a9d3f30a709e7c3254f"
+SRCREV = "98399bb4029b2d7020d8abd9770661a5b2c4f9f8"
 PYPI_SRC_URI = "git://github.com/horejsek/python-fastjsonschema;protocol=https;branch=master"
 
 SRC_URI += "file://run-ptest"
@@ -33,6 +33,7 @@  RDEPENDS:${PN} += "\
     python3-urllib3 \
     python3-numbers \
     python3-pickle \
+    python3-json \
     "
 
 BBCLASSEXTEND = "native nativesdk"