Accepting request 1035979 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1035979 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=33
This commit is contained in:
commit
bf71f6fe4e
@ -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
3
jsonschema-4.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d
|
||||
size 293414
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user