Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-jsonschema
From: Adam Ciarcinski
Date: 2024-05-08 10:23:39
Message id: 20240508082339.D0006FA2C@cvs.NetBSD.org
Log Message:
py-jsonschema: updated to 4.22.0
v4.22.0
* Improve ``best_match`` (and thereby error messages from \
``jsonschema.validate``) in cases where there are multiple *sibling* errors from \
applying ``anyOf`` / ``allOf`` -- i.e. when multiple elements of a JSON array \
have errors, we now do prefer showing errors from earlier elements rather than \
simply showing an error for the full array.
* (Micro-)optimize equality checks when comparing for JSON Schema equality by \
first checking for object identity, as ``==`` would.
Files: