14
0

Accepting request 991660 from systemsmanagement:ansible

update to 4.8.0

OBS-URL: https://build.opensuse.org/request/show/991660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=52
This commit is contained in:
2022-07-29 08:32:26 +00:00
committed by Git OBS Bridge
parent 867df59107
commit 062fda5a3d
4 changed files with 17 additions and 9 deletions

View File

@@ -1,14 +1,22 @@
-------------------------------------------------------------------
Fri Jul 29 06:28:16 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- update to 4.8.0:
* ``best_match`` no longer traverses into ``anyOf`` and ``oneOf`` when all of
the errors within them seem equally applicable. This should lead to clearer
error messages in some cases where no branches were matched.
-------------------------------------------------------------------
Tue Jul 19 11:08:23 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- update to 4.7.2:
* Fix best_match's type matching when it's an array.
- update to 4.7.2:
* Fix best_match's type matching when it's an array.
- update to 4.7.1:
* Minor case correction for PyPI links
* Minor case correction for PyPI links
- update to 4.7.0:
* Enhance best match to prefer errors from matching types. by @Julian in #972
* Enhance best match to prefer errors from matching types. by @Julian in #972
- update to 4.6.2:
* docs: Fix a few typos by @timgates42 in #969
* docs: Fix a few typos by @timgates42 in #969
- update to 4.6.1:
* Type annotate format checker methods by @sirosen in #958
* Fix fuzzer to include instrumentation by @DavidKorczynski in #965