diff --git a/python-seqdiag.spec b/python-seqdiag.spec index f98fad8..17252a9 100644 --- a/python-seqdiag.spec +++ b/python-seqdiag.spec @@ -1,4 +1,3 @@ -%global owner tk0miya %global srcname seqdiag %if 0%{?fedora} @@ -7,7 +6,7 @@ Name: python-%{srcname} Version: 0.9.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: seqdiag generates sequence-diagram images from text License: ASL 2.0 @@ -26,7 +25,6 @@ BuildRequires: python-pillow BuildRequires: python-reportlab BuildRequires: python-setuptools - Requires: python-blockdiag Requires: python-reportlab @@ -63,6 +61,10 @@ This package installs the %{srcname} module for Python 3. %setup -q -n %{srcname}-%{version} %patch0001 -p1 +# Upstream dropped pep8 tests, they are no longer maintained: +# https://bitbucket.org/blockdiag/seqdiag/commits/671b4b5 +rm src/*/tests/test_pep8.py + %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} @@ -124,6 +126,9 @@ popd %changelog +* Mon Feb 22 2016 Dridi Boukelmoune - 0.9.5-5 +- Drop pep8 test retired upstream + * Thu Feb 04 2016 Fedora Release Engineering - 0.9.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild