forked from pool/python-jsonschema
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
![]() |
-------------------------------------------------------------------
|
||
|
Mon Feb 25 09:17:22 UTC 2013 - p.drouand@gmail.com
|
||
|
|
||
|
- Add python3 support
|
||
|
Tests with python3 fails for instance
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Feb 25 08:34:55 UTC 2013 - p.drouand@gmail.com
|
||
|
|
||
|
- Update to version 1.0.0:
|
||
|
+ Support for Draft 4
|
||
|
+ Support for format
|
||
|
+ Longs are ints too!
|
||
|
+ Fixed a number of issues with ``$ref`` support (#66)
|
||
|
+ Draft4Validator is now the default
|
||
|
+ ``ValidationError.path`` is now in sequential order
|
||
|
+ Added ``ValidatorMixin``
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Nov 22 15:41:35 UTC 2012 - saschpe@suse.de
|
||
|
|
||
|
- Update to version 0.7:
|
||
|
+ Partial support for (JSON Pointer) $ref
|
||
|
+ Deprecations
|
||
|
+ Validator is replaced by Draft3Validator with a slightly different
|
||
|
interface
|
||
|
+ validator(meta_validate=False)
|
||
|
- Changes from version 0.6:
|
||
|
+ Issue #30 - Wrong behavior for the dependencies property validation
|
||
|
+ Fix a miswritten test
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jul 27 10:19:13 UTC 2012 - saschpe@suse.de
|
||
|
|
||
|
- Add BuildRequires: python-unittest2 for SLE-11-SP2
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Jul 26 13:54:29 UTC 2012 - saschpe@suse.de
|
||
|
|
||
|
- Initial version
|
||
|
|