]> git.pld-linux.org Git - packages/python-jsonschema.git/commitdiff
- rel 5; tests in tests bcond auto/th/python-jsonschema-2.5.1-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 31 Dec 2016 11:39:06 +0000 (12:39 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 31 Dec 2016 11:39:06 +0000 (12:39 +0100)
python-jsonschema.spec

index a6c83f51f73329b6a65d43615774f2d9f071d31e..e192d0e9cf75aec9ac70acff921735d9c5cb3f58 100644 (file)
@@ -9,7 +9,7 @@ Summary:        An implementation of JSON Schema validation for Python 2
 Summary(pl.UTF-8):     Implementacja sprawdzania poprawności schematu JSON dla Pythona 2
 Name:          python-%{module}
 Version:       2.5.1
-Release:       4
+Release:       5
 License:       MIT
 Group:         Libraries/Python
 #Source0Download: https://pypi.python.org/simple/jsonschema/
@@ -73,8 +73,10 @@ jsonschema to walidator schematów JSON oparty na dokumencie
 %if %{with python2}
 %py_build
 
+%if %{with tests}
 %{_bindir}/nosetests-%{py_ver} -v
 %endif
+%endif
 
 %if %{with python3}
 %py3_build
This page took 0.06755 seconds and 4 git commands to generate.