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:
Johannes Kastl 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23
size 292399

3
jsonschema-4.17.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d
size 293414

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>

View File

@ -23,7 +23,7 @@
%endif
Name: python-jsonschema
Version: 4.16.0
Version: 4.17.0
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT