Hello community,
here is the log from the commit of package python-mutagen for
openSUSE:Leap:15.2 checked in at 2020-02-21 23:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mutagen (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-mutagen.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mutagen"
Fri Feb 21 23:48:44 2020 rev:20 rq:776826 version:1.43.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mutagen/python-mutagen.changes
2020-01-15 15:50:41.867503481 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-mutagen.new.26092/python-mutagen.changes
2020-02-21 23:48:45.100494939 +0100
@@ -1,0 +2,25 @@
+Fri Jan 10 11:00:26 UTC 2020 - Antonio Larrosa <[email protected]>
+
+- Update to version 1.43.0:
+ * Python 3.4 is no longer supported
+ * Building requires ‘setuptools’ now, CLI tools depend on
+ ‘pkg_resources’
+ * CLI tools are setuptools entry points now
+ * Fix collections ABCs deprecation warning #pr371
+ * Minor typo fixes #pr375
+ * MP3: increase max initial wrong syncs from 1000 to 1500 #pr376
+ * FLAC: support files with multiple VORBIS_COMMENT blocks like
+ libflac #pr378
+ * ID3: Improved TYER/TDAT/TIME upgrade to TDRC #pr385
+ * MP4: Add support for iTunes HD Video tag (hdvd) #pr386
+ * Add AC3 file type #pr400
+ * AIFF: renamed sample_size to bits_per_sample (sample_size still
+ works) #pr403
+ * API doc fixes #pr404 #pr407
+ * Add support for Tom’s lossless Audio Kompressor (TAK) #pr405
+ * OptimFROG: support encoder version >= 5.100 #pr406
+ * AIFF: Fix handling of padding bytes, safe chunk manipulation #pr409
+ * Fix typos #pr412
+- Add Requires: python-setuptools since CLI tools now depend on it
+
+-------------------------------------------------------------------
Old:
----
mutagen-1.42.0.tar.gz
New:
----
mutagen-1.43.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mutagen.spec ++++++
--- /var/tmp/diff_new_pack.NlgEpq/_old 2020-02-21 23:48:45.428495591 +0100
+++ /var/tmp/diff_new_pack.NlgEpq/_new 2020-02-21 23:48:45.428495591 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-mutagen
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# 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.42.0
+Version: 1.43.0
Release: 0
Summary: Python module to Handle Audio Metadata
License: GPL-2.0-or-later
@@ -33,6 +33,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
+Requires: python-setuptools
%python_subpackages
%description
++++++ mutagen-1.42.0.tar.gz -> mutagen-1.43.0.tar.gz ++++++
++++ 2598 lines of diff (skipped)