|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{modname}
|
|
|
|
|
Version: 1.45.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Mutagen is a Python module to handle audio meta-data
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -29,6 +29,7 @@ Summary: %{summary}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-hypothesis
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-sphinx_rtd_theme
|
|
|
|
|
Obsoletes: python2-mutagen < 1.42.0-10
|
|
|
|
|
|
|
|
|
@ -81,6 +82,9 @@ rm -rv tests/quality/
|
|
|
|
|
%doc docs/_build/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 05 2020 Michele Baldessari <michele@acksyn.org> - 1.45.1-2
|
|
|
|
|
- Add explicit python3-setuptools BR
|
|
|
|
|
|
|
|
|
|
* Mon Aug 03 2020 Michele Baldessari <michele@acksyn.org> - 1.45.1-1
|
|
|
|
|
- New upstream
|
|
|
|
|
|
|
|
|
|