Hello community,

here is the log from the commit of package python-warlock for openSUSE:Factory 
checked in at 2013-03-08 21:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-warlock (Old)
 and      /work/SRC/openSUSE:Factory/.python-warlock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-warlock", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-warlock/python-warlock.changes    
2013-02-25 20:42:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-warlock.new/python-warlock.changes       
2013-03-08 21:16:51.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 25 14:28:02 UTC 2013 - [email protected]
+
+- Allow jsonschema==1.0 too
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-warlock.spec ++++++
--- /var/tmp/diff_new_pack.RA9jjG/_old  2013-03-08 21:16:52.000000000 +0100
+++ /var/tmp/diff_new_pack.RA9jjG/_new  2013-03-08 21:16:52.000000000 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  python-distribute
 BuildRequires:  python-jsonpatch
 BuildRequires:  python-jsonschema
+BuildRequires:  python-nose
 Requires:       python-jsonpatch
 Requires:       python-jsonschema
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q -n warlock-%{version}
+sed -i "s|jsonschema>=0.7,<1|jsonschema>=0.7,<=1|" requirements.txt
 
 %build
 python setup.py build
@@ -50,7 +52,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+nosetests
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to