14
0

Accepting request 205477 from home:dirkmueller:branches: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)

OBS-URL: https://build.opensuse.org/request/show/205477
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=13
This commit is contained in:
Denisart Benjamin
2013-11-01 00:02:22 +00:00
committed by Git OBS Bridge
parent 344ada0d7a
commit 15c3ec8827
4 changed files with 14 additions and 4 deletions

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