14
0

- Update to 3.0.1:

* Support for Draft 6 and Draft 7
  * Draft 7 is now the default
  * New TypeChecker object for more complex type definitions (and overrides)
  * Falling back to isodate for the date-time format checker is no longer attempted, in accordance with the specification

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2019-03-28 15:04:01 +00:00
committed by Git OBS Bridge
parent fba313760a
commit 779893c1b7
4 changed files with 39 additions and 15 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 28 14:57:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.1:
* Support for Draft 6 and Draft 7
* Draft 7 is now the default
* New TypeChecker object for more complex type definitions (and overrides)
* Falling back to isodate for the date-time format checker is no longer attempted, in accordance with the specification
-------------------------------------------------------------------
Mon Jan 14 15:34:35 CET 2019 - kukuk@suse.de