Accepting request 142496 from devel:languages:python

Dependency for python-warlock

OBS-URL: https://build.opensuse.org/request/show/142496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-11-25 12:42:20 +00:00 committed by Git OBS Bridge
commit 62f440ae87
4 changed files with 22 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b459747a1f615bcdb13ec20cbc753f486118e3b589d8ef7e72857bd33996ea44
size 15656

View File

@ -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

View File

@ -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