Changelog for
python3-jsonschema-2.5.1-2.3.noarch.rpm :
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Thu Aug 13 14:00:00 2015 toddrme2178AATTgmail.com
- Implement update-alternatives
Mon Jun 15 14:00:00 2015 arunAATTgmx.de
- update to version 2.5.1:
(no changelog available)
Fri Jun 5 14:00:00 2015 arunAATTgmx.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 13:00:00 2015 jmatejekAATTsuse.com
- drop test requirements and %check section, which is broken
- make a symlink out of /usr/bin/jsonschema
Mon Jan 5 13:00:00 2015 arunAATTgmx.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 14:00:00 2014 andreaAATTopensuse.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 14:00:00 2013 toddrme2178AATTgmail.com
- Remove pre_checkin.sh since the two packages are not the same
Fri Apr 12 14:00:00 2013 toddrme2178AATTgmail.com
- Added requires and buildrequires python3. It will not work
properly without them on openSUSE < 12.3
Mon Feb 25 13:00:00 2013 p.drouandAATTgmail.com
- Add python3 support
Tests with python3 fails for instance
Mon Feb 25 13:00:00 2013 p.drouandAATTgmail.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 13:00:00 2012 saschpeAATTsuse.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 14:00:00 2012 saschpeAATTsuse.de
- Add BuildRequires: python-unittest2 for SLE-11-SP2
Thu Jul 26 14:00:00 2012 saschpeAATTsuse.de
- Initial version