From 6b47bcb77c47b01424dc97d18310f6c1e0713a82 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Sun, 10 Feb 2019 17:44:51 +0100 Subject: [PATCH] Move from pytest-pep8 to pycodestyle --- python-mutagen.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-mutagen.spec b/python-mutagen.spec index 1d0c26f..48ec82b 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.42.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mutagen is a Python module to handle audio meta-data License: GPLv2+ @@ -30,7 +30,7 @@ BuildRequires: python2-devel BuildRequires: python2-hypothesis BuildRequires: python2-pytest BuildRequires: python2-pytest-flakes -BuildRequires: python2-pytest-pep8 +BuildRequires: python2-pycodestyle %description -n python2-%{modname} %{_description} @@ -43,7 +43,7 @@ BuildRequires: python3-devel BuildRequires: python3-hypothesis BuildRequires: python3-pytest BuildRequires: python3-pytest-flakes -BuildRequires: python3-pytest-pep8 +BuildRequires: python3-pycodestyle %description -n python3-%{modname} %{_description} @@ -102,6 +102,9 @@ mv tests/quality/test_pyflakes.py tests/quality/test_pyflakes.py.broken %doc docs/_build/* %changelog +* Sun Feb 10 2019 Michele Baldessari - 1.42.0-2 +- Move from pytest-pep8 to pycodestyle + * Sun Feb 10 2019 Michele Baldessari - 1.42.0-1 - New upstream