forked from pool/python-jsonschema
Accepting request 178357 from home:dirkmueller:branches:devel:languages:python
- update to 2.0.0: * Added ``create`` and ``extend`` to ``jsonschema.validators`` * Removed ``ValidatorMixin`` * Fixed array indices ref resolution (#95) * Fixed unknown scheme defragmenting and handling (#102) - update to 1.3.0: * Better error tracebacks (#83) * Raise exceptions in ``ErrorTree``\s for keys not in the instance (#92) * More attributes for ValidationError (#86) * Added ``ValidatorMixin.descend`` * Fixed bad ``RefResolutionError`` message (#82) * Canonicalize URIs (#70) OBS-URL: https://build.opensuse.org/request/show/178357 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
1f6947edfe
commit
c2782659b8
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-jsonschema
|
||||
Version: 1.0.0
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: An implementation of JSON-Schema validation for Python
|
||||
License: MIT
|
||||
@@ -50,7 +50,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%if 0%{?suse_version} > 1110
|
||||
%check
|
||||
python tests.py
|
||||
python -m unittest jsonschema.tests.test_jsonschema_test_suite
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
Reference in New Issue
Block a user