forked from pool/python-jsonschema
Accepting request 1127205 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 4.20.0 OBS-URL: https://build.opensuse.org/request/show/1127205 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=77
This commit is contained in:
parent
fc8f910df0
commit
8a79c179bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392
|
||||
size 318786
|
3
jsonschema-4.20.0.tar.gz
Normal file
3
jsonschema-4.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa
|
||||
size 320243
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 05:46:35 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 4.20.0:
|
||||
* Properly consider items (and properties) to be evaluated by
|
||||
unevaluatedItems (resp. unevaluatedProperties) when behind a
|
||||
$dynamicRef as specified by the 2020 and 2019 specifications.
|
||||
* jsonschema.exceptions.ErrorTree.__setitem__ is now deprecated.
|
||||
More broadly, in general users of jsonschema should never be
|
||||
mutating objects owned by the library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 15:32:48 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jsonschema%{psuffix}
|
||||
Version: 4.19.2
|
||||
Version: 4.20.0
|
||||
Release: 0
|
||||
Summary: An implementation of JSON-Schema validation for Python
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user