14
0

Accepting request 249253 from Cloud:OpenStack:Master

New upstream release

OBS-URL: https://build.opensuse.org/request/show/249253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=17
This commit is contained in:
Jan Matejek
2014-09-15 14:01:21 +00:00
committed by Git OBS Bridge
parent 9393e4d33a
commit 796ff442a2
4 changed files with 37 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 15 10:57:54 UTC 2014 - tbechtold@suse.com
- update to version 2.4.0:
* Added a CLI (#134)
* Added absolute path and absolute schema path to errors (#120)
* Added ``relevance``
* Meta-schemas are now loaded via ``pkgutil``
* Added ``by_relevance`` and ``best_match`` (#91)
* Fixed ``format`` to allow adding formats for non-strings (#125)
* Fixed the ``uri`` format to reject URI references (#131)
- BuildRequires python-setuptools
- Install /usr/bin/jsonschema with update-alternatives support
-------------------------------------------------------------------
Thu Feb 13 10:27:36 UTC 2014 - dmueller@suse.com