diff --git a/jsonschema-2.0.0.tar.gz b/jsonschema-2.0.0.tar.gz deleted file mode 100644 index aa81f33..0000000 --- a/jsonschema-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c8483be59aea3df568d8aad2b3296ef7ea767639efe6e0363c722f7f096322 -size 39933 diff --git a/jsonschema-2.2.0.tar.gz b/jsonschema-2.2.0.tar.gz new file mode 100644 index 0000000..e36854f --- /dev/null +++ b/jsonschema-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98071d52706e30b01fbb72567fbe26e342db9d7cc89bea04bff44e9304685763 +size 40963 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 18634da..4e9fde3 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 21 13:30:13 UTC 2013 - dmueller@suse.com + +- update to 2.2.0: + * Compile the host name regex (#127) + * Allow arbitrary objects to be types (#129) + * Support RFC 3339 datetimes in conformance with the spec + * Fixed error paths for additionalItems + items (#122) + * Fixed wording for min / maxProperties (#117) + ------------------------------------------------------------------- Mon Jun 10 12:42:14 UTC 2013 - dmueller@suse.com diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 0666360..bea240e 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -17,7 +17,7 @@ Name: python-jsonschema -Version: 2.0.0 +Version: 2.2.0 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT