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
@@ -13,18 +13,20 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-jsonschema
|
||||
Version: 0.5
|
||||
Version: 0.7
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: An implementation of JSON-Schema validation for Python
|
||||
Url: http://github.com/Julian/jsonschema
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/Julian/jsonschema
|
||||
Source: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
# This is needed for SLE-11-SP2:
|
||||
# Test build requirements
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-unittest2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
|
Reference in New Issue
Block a user