File python3-jsonschema.changes of Package python3-jsonschema
-------------------------------------------------------------------
Thu Aug 13 12:21:32 UTC 2015 - toddrme2178@gmail.com
- Implement update-alternatives
-------------------------------------------------------------------
Mon Jun 15 02:16:17 UTC 2015 - arun@gmx.de
- update to version 2.5.1:
(no changelog available)
-------------------------------------------------------------------
Fri Jun 5 15:46:36 UTC 2015 - arun@gmx.de
- specfile:
* add python3-vcversioner
- update to version 2.5.0:
* Improved performance on CPython by adding caching around ref
resolution (#203)
-------------------------------------------------------------------
Wed Jan 7 17:03:12 UTC 2015 - jmatejek@suse.com
- drop test requirements and %check section, which is broken
- make a symlink out of /usr/bin/jsonschema
-------------------------------------------------------------------
Mon Jan 5 20:30:08 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* added setuptools as a requirement
* add /usr/bin/jsonschema (should this be done using update-alternatives?)
- update to version 2.4.0:
* Added a CLI (#134)
* Added absolute path and absolute schema path to errors (#120)
* Added relevance
* Meta-schemas are now loaded via pkgutil
-------------------------------------------------------------------
Mon Apr 28 10:11:29 UTC 2014 - andrea@opensuse.org
- Update to version 2.3.0:
* Added by_relevance and best_match (#91)
* Fixed ``format`` to allow adding formats for non-strings (#125)
* Fixed the ``uri`` format to reject URI references (#131)
* Compile the host name regex (#127)
* Allow arbitrary objects to be types (#129)
* Support RFC 3339 datetimes in conformance with the spec
* Fixed error paths for additionalItems + items (#122)
* Fixed wording for min / maxProperties (#117)
-------------------------------------------------------------------
Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com
- Remove pre_checkin.sh since the two packages are not the same
-------------------------------------------------------------------
Fri Apr 12 11:13:01 UTC 2013 - toddrme2178@gmail.com
- Added requires and buildrequires python3. It will not work
properly without them on openSUSE < 12.3
-------------------------------------------------------------------
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