diff --git a/mutagen-1.41.0.tar.gz b/mutagen-1.41.0.tar.gz deleted file mode 100644 index 1c4a03d..0000000 --- a/mutagen-1.41.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab6038c7f0e17c1b67fb8f56303e8be21e73ac47760f1a8e716856f1bdf5057 -size 918286 diff --git a/mutagen-1.42.0.tar.gz b/mutagen-1.42.0.tar.gz new file mode 100644 index 0000000..bd23c6c --- /dev/null +++ b/mutagen-1.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c +size 925894 diff --git a/python-mutagen.changes b/python-mutagen.changes index f1c38b0..6ba5fc6 100644 --- a/python-mutagen.changes +++ b/python-mutagen.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 28 03:28:33 UTC 2018 - sean@suspend.net + +- update to version 1.42.0: + * id3: always read id3v1 tags and include them when no id3v2 exists + * id3: add a pretty print implementation for SYLT + * vorbis: improved error messages when validating keys/values + * Fix pylint warnings when using various save() methods + ------------------------------------------------------------------- Tue Dec 4 12:50:38 UTC 2018 - Matej Cepl diff --git a/python-mutagen.spec b/python-mutagen.spec index 0156a8f..a21f718 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -1,7 +1,7 @@ # # spec file for package python-mutagen # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mutagen -Version: 1.41.0 +Version: 1.42.0 Release: 0 Summary: Python module to Handle Audio Metadata License: GPL-2.0-or-later