14
0
forked from pool/python-schema

Accepting request 788534 from home:mcalabkova:branches:devel:languages:python

- update to 0.7.1
  * JSON Schema: Fix allOf and oneOf with only one condition
  * JSON Schema: Fix using falsy values as default
  * Add 3.7 to "schema is tested with..." list
  * JSON schema now rendering using references

OBS-URL: https://build.opensuse.org/request/show/788534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schema?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-26 13:07:28 +00:00
committed by Git OBS Bridge
parent fccf539bec
commit 7981ea4002
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 26 12:29:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.7.1
* JSON Schema: Fix allOf and oneOf with only one condition
* JSON Schema: Fix using falsy values as default
* Add 3.7 to "schema is tested with..." list
* JSON schema now rendering using references
-------------------------------------------------------------------
Tue Mar 26 16:29:04 UTC 2019 - pgajdos@suse.com