Accepting request 180563 from Cloud:OpenStack:Master

- add allow-jsonschema-3.diff

OBS-URL: https://build.opensuse.org/request/show/180563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-warlock?expand=0&rev=12
This commit is contained in:
Sascha Peilicke
2013-06-24 15:43:07 +00:00
committed by Git OBS Bridge
parent 7cdd8e771f
commit f78df4f58e
3 changed files with 13 additions and 0 deletions

6
allow-jsonschema-3.diff Normal file
View File

@@ -0,0 +1,6 @@
--- requirements.txt
+++ requirements.txt
@@ -1,2 +1,2 @@
-jsonschema>=0.7,<2
+jsonschema>=0.7,<3
jsonpatch>=0.10,<2

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 22 14:16:40 UTC 2013 - dmueller@suse.com
- add allow-jsonschema-3.diff
-------------------------------------------------------------------
Mon Apr 29 12:59:50 UTC 2013 - dmueller@suse.com

View File

@@ -24,6 +24,7 @@ License: Apache-2.0
Group: Development/Languages/Python
Url: http://github.com/bcwaldon/warlock
Source: http://pypi.python.org/packages/source/w/warlock/warlock-%{version}.tar.gz
Patch0: allow-jsonschema-3.diff
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-jsonpatch
@@ -43,6 +44,7 @@ Build self-validating python objects using JSON schemas
%prep
%setup -q -n warlock-%{version}
%patch0
sed -i "s|jsonschema>=0.7,<1|jsonschema>=0.7,<=1|" requirements.txt
%build