Hello community, here is the log from the commit of package python-warlock for openSUSE:Factory checked in at 2013-06-25 09:35:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-warlock (Old) and /work/SRC/openSUSE:Factory/.python-warlock.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-warlock" Changes: -------- --- /work/SRC/openSUSE:Factory/python-warlock/python-warlock.changes 2013-05-13 15:31:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-warlock.new/python-warlock.changes 2013-06-25 14:45:13.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Jun 22 14:16:40 UTC 2013 - [email protected] + +- add allow-jsonschema-3.diff + +------------------------------------------------------------------- New: ---- allow-jsonschema-3.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-warlock.spec ++++++ --- /var/tmp/diff_new_pack.lzZSPU/_old 2013-06-25 14:45:13.000000000 +0200 +++ /var/tmp/diff_new_pack.lzZSPU/_new 2013-06-25 14:45:13.000000000 +0200 @@ -24,6 +24,7 @@ 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 @@ %prep %setup -q -n warlock-%{version} +%patch0 sed -i "s|jsonschema>=0.7,<1|jsonschema>=0.7,<=1|" requirements.txt %build ++++++ allow-jsonschema-3.diff ++++++ --- requirements.txt +++ requirements.txt @@ -1,2 +1,2 @@ -jsonschema>=0.7,<2 +jsonschema>=0.7,<3 jsonpatch>=0.10,<2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
