forked from pool/python-jsonschema
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
f16b6f81e8
commit
7204806041
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c3cabe2196c9e613785969d785e8f602fa855228dcc0e59b1946ab4432966d51
|
|
||||||
size 13341
|
|
3
jsonschema-0.7.tar.gz
Normal file
3
jsonschema-0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b459747a1f615bcdb13ec20cbc753f486118e3b589d8ef7e72857bd33996ea44
|
||||||
|
size 15656
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Jul 27 10:19:13 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -13,18 +13,20 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-jsonschema
|
Name: python-jsonschema
|
||||||
Version: 0.5
|
Version: 0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: An implementation of JSON-Schema validation for Python
|
Summary: An implementation of JSON-Schema validation for Python
|
||||||
Url: http://github.com/Julian/jsonschema
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://github.com/Julian/jsonschema
|
||||||
Source: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
# This is needed for SLE-11-SP2:
|
# Test build requirements
|
||||||
|
BuildRequires: python-mock
|
||||||
BuildRequires: python-unittest2
|
BuildRequires: python-unittest2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
Reference in New Issue
Block a user