14
0

Accepting request 662312 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/662312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutagen?expand=0&rev=32
This commit is contained in:
2019-01-08 11:16:38 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dab6038c7f0e17c1b67fb8f56303e8be21e73ac47760f1a8e716856f1bdf5057
size 918286

3
mutagen-1.42.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c
size 925894

View File

@@ -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 <mcepl@suse.com>

View File

@@ -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