From 062fda5a3d9f4b08f81a2e6a374b672363e334a6b6ebecaa8f942047c1578701 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 29 Jul 2022 08:32:26 +0000 Subject: [PATCH] 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 --- jsonschema-4.7.2.tar.gz | 3 --- jsonschema-4.8.0.tar.gz | 3 +++ python-jsonschema.changes | 18 +++++++++++++----- python-jsonschema.spec | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 jsonschema-4.7.2.tar.gz create mode 100644 jsonschema-4.8.0.tar.gz diff --git a/jsonschema-4.7.2.tar.gz b/jsonschema-4.7.2.tar.gz deleted file mode 100644 index ae42e48..0000000 --- a/jsonschema-4.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3 -size 278495 diff --git a/jsonschema-4.8.0.tar.gz b/jsonschema-4.8.0.tar.gz new file mode 100644 index 0000000..fbe2362 --- /dev/null +++ b/jsonschema-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d410e379b210ba903bee6adf3fce6d5204cea4c2b622d63f914d2dbfef0993 +size 279424 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 6a1d170..1d53ac8 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,14 +1,22 @@ +------------------------------------------------------------------- +Fri Jul 29 06:28:16 UTC 2022 - Johannes Kastl + +- 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 -- 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 diff --git a/python-jsonschema.spec b/python-jsonschema.spec index dace897..940f2b0 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-jsonschema -Version: 4.7.2 +Version: 4.8.0 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT