14
0

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:
2023-11-17 09:01:51 +00:00
committed by Git OBS Bridge
parent fc8f910df0
commit 8a79c179bc
4 changed files with 15 additions and 4 deletions

View File

@@ -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>