From 7204806041c48b48c9ebf3f805db6519a8b481591136de644ca5cdc468a82ef6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Nov 2012 15:43:46 +0000 Subject: [PATCH] - 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 --- jsonschema-0.5.tar.gz | 3 --- jsonschema-0.7.tar.gz | 3 +++ python-jsonschema.changes | 13 +++++++++++++ python-jsonschema.spec | 10 ++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 jsonschema-0.5.tar.gz create mode 100644 jsonschema-0.7.tar.gz diff --git a/jsonschema-0.5.tar.gz b/jsonschema-0.5.tar.gz deleted file mode 100644 index 65f5fe5..0000000 --- a/jsonschema-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3cabe2196c9e613785969d785e8f602fa855228dcc0e59b1946ab4432966d51 -size 13341 diff --git a/jsonschema-0.7.tar.gz b/jsonschema-0.7.tar.gz new file mode 100644 index 0000000..1eab06c --- /dev/null +++ b/jsonschema-0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b459747a1f615bcdb13ec20cbc753f486118e3b589d8ef7e72857bd33996ea44 +size 15656 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index bbf0394..550536e 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -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 diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 0c54266..2007aa6 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -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