From 273fdbab2101b5e466e080376d0fa3c98a5dfea5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 16 Sep 2015 10:55:15 +0200 Subject: [PATCH] Flake8 not needed anymoar. --- python-pOCCI.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-pOCCI.spec b/python-pOCCI.spec index f58ec05..67c24fe 100644 --- a/python-pOCCI.spec +++ b/python-pOCCI.spec @@ -1,5 +1,5 @@ %global srcname pOCCI -%global commit 7bd0427740f4c2b34e642e164c9c3cf84ac7f5e0 +%global commit 8b98b058bc19823987212eea662e4e8e9ead9dd6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # compatibility macros @@ -31,7 +31,7 @@ Name: python-%{srcname} Version: 0.0.2 -Release: 0.20150915git%{shortcommit}%{?dist} +Release: 0.20150916git%{shortcommit}%{?dist} Summary: OCCI compliance testing License: MIT @@ -89,7 +89,6 @@ pushd %{srcname}-%{commit} %if 0%{?rhel} && 0%{?rhel} <= 6 sed -e "/'sphinx.ext.viewcode'/d" -i doc/conf.py %endif -sed -e "/'flake8'/d" -i setup.py popd cp -a %{srcname}-%{commit} python2 cp -a %{srcname}-%{commit} python3 @@ -194,5 +193,5 @@ popd %changelog -* Tue Sep 15 2015 František Dvořák - 0.0.2-0.20150915git7bd0427 +* Wed Sep 16 2015 František Dvořák - 0.0.2-0.20150916git8b98b05 - Initial package -- 1.8.2.3