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
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:98faa077c3b46ac52cff836dc3a4c8436392b65ec3f98e758fab792a2efe053d
|
|
||||||
size 33437
|
|
3
jsonschema-2.0.0.tar.gz
Normal file
3
jsonschema-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2c8483be59aea3df568d8aad2b3296ef7ea767639efe6e0363c722f7f096322
|
||||||
|
size 39933
|
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 10 12:42:14 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 29 12:38:33 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com
|
Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-jsonschema
|
Name: python-jsonschema
|
||||||
Version: 1.0.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of JSON-Schema validation for Python
|
Summary: An implementation of JSON-Schema validation for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -50,7 +50,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
|
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
%check
|
%check
|
||||||
python tests.py
|
python -m unittest jsonschema.tests.test_jsonschema_test_suite
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-jsonschema
|
Name: python3-jsonschema
|
||||||
Version: 1.0.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of JSON-Schema validation for Python
|
Summary: An implementation of JSON-Schema validation for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user