Accepting request 205480 from devel:languages:python

- 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) (forwarded request 205477 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/205480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-11-04 15:19:50 +00:00 committed by Git OBS Bridge
commit 175b2bfc10
4 changed files with 14 additions and 4 deletions

View File

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

3
jsonschema-2.2.0.tar.gz Normal file
View File

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

View File

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

View File

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