Move from pytest-pep8 to pycodestyle

epel9
Michele Baldessari 6 years ago
parent 31e1a0260c
commit 6b47bcb77c

@ -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 <michele@acksyn.org> - 1.42.0-2
- Move from pytest-pep8 to pycodestyle
* Sun Feb 10 2019 Michele Baldessari <michele@acksyn.org> - 1.42.0-1
- New upstream

Loading…
Cancel
Save