14
0
forked from pool/python-schema

Accepting request 833458 from home:alarrosa:branches:devel:languages:python

- Update to 0.7.3
  * JSON Schema: Support schemas where the root is not a dict.
  * Do not drop previous errors within an Or criterion.
- Update to 0.7.2
  * Set the contextlib dependency as a minimum, rather than fixed.

OBS-URL: https://build.opensuse.org/request/show/833458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schema?expand=0&rev=9
This commit is contained in:
2020-09-10 13:56:08 +00:00
committed by Git OBS Bridge
parent 7981ea4002
commit 25c084266e
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 10 12:17:04 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Update to 0.7.3
* JSON Schema: Support schemas where the root is not a dict.
* Do not drop previous errors within an Or criterion.
- Update to 0.7.2
* Set the contextlib dependency as a minimum, rather than fixed.
-------------------------------------------------------------------
Thu Mar 26 12:29:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>