diff --git a/.gitignore b/.gitignore index 2797306..3b733e8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ mutagen-1.19.tar.gz /mutagen-1.33.2.tar.gz /mutagen-1.34.tar.gz /mutagen-1.34.1.tar.gz +/mutagen-1.35.tar.gz diff --git a/python-mutagen.spec b/python-mutagen.spec index d263ee7..c9f435d 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -9,7 +9,7 @@ %endif Name: python-%{realname} -Version: 1.34.1 +Version: 1.35 Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio meta-data @@ -20,9 +20,11 @@ Source0: https://bitbucket.org/lazka/mutagen/downloads/mutagen-%{version} BuildArch: noarch BuildRequires: python2-devel +BuildRequires: python2-pytest BuildRequires: python2-sphinx %if %{with python3} BuildRequires: python3-devel +BuildRequires: python3-pytest %endif %description @@ -130,6 +132,9 @@ pushd %{py3dir} %endif %changelog +* Thu Nov 03 2016 Michele Baldessari - 1.35 +- New upstream release + * Sun Sep 04 2016 Michele Baldessari - 1.34.1-1 - New upstream release diff --git a/sources b/sources index 14c716b..e15aaff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5509f20ae750ebe44179174e3595981a mutagen-1.34.1.tar.gz +5d7f51b8e1219334fb5561d8402b9d9f mutagen-1.35.tar.gz