%global srcname pOCCI
-%global commit 8f3eace8c082dbcaae68872451919a21f4d57d96
+%global commit 7bd0427740f4c2b34e642e164c9c3cf84ac7f5e0
%global shortcommit %(c=%{commit}; echo ${c:0:7})
# compatibility macros
%endif
Name: python-%{srcname}
-Version: 0.0.1
-Release: 0.20151431git%{shortcommit}%{?dist}
+Version: 0.0.2
+Release: 0.20150915git%{shortcommit}%{?dist}
Summary: OCCI compliance testing
License: MIT
%if 0%{?with_python3}
BuildRequires: python3-devel python3-pycurl
%endif
+%if 0%{?with_tests}
+BuildRequires: python-flake8
+%endif
BuildRequires: python-sphinx
%description
%changelog
-* Mon Aug 31 2015 František Dvořák <valtri@civ.zcu.cz> - 0.0.1-0.20151431git8f3eace
+* Tue Sep 15 2015 František Dvořák <valtri@civ.zcu.cz> - 0.0.2-0.20150915git7bd0427
- Initial package