14
0

Accepting request 1035964 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1035964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=56
This commit is contained in:
2022-11-16 07:37:06 +00:00
committed by Git OBS Bridge
parent 11043f88b1
commit 9273a456ae
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 15 09:56:17 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- update to 4.17.0:
* The check_schema method on jsonschema.protocols.Validator instances now enables format validation by default when run. This can catch some additional invalid schemas (e.g. containing invalid regular expressions) where the issue is indeed uncovered by validating against the metaschema with format validation enabled as an assertion.
* The jsonschema CLI (along with jsonschema.cli the module) are now deprecated. Use check-jsonschema instead, which can be installed via pip install check-jsonschema and found here.
* Make ErrorTree have a more grammatically correct repr.
-------------------------------------------------------------------
Tue Oct 11 21:10:52 UTC 2022 - Ben Greiner <code@bnavigator.de>