Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mediafile for
openSUSE:Factory checked in at 2026-04-20 16:11:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mediafile (Old)
and /work/SRC/openSUSE:Factory/.python-mediafile.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mediafile"
Mon Apr 20 16:11:36 2026 rev:8 rq:1348073 version:0.16.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mediafile/python-mediafile.changes
2026-03-17 19:06:02.356505219 +0100
+++
/work/SRC/openSUSE:Factory/.python-mediafile.new.11940/python-mediafile.changes
2026-04-20 16:11:52.122564528 +0200
@@ -1,0 +2,17 @@
+Sun Apr 19 19:59:53 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.16.2:
+ * Add raise_on_unsupported_wav parameter to MediaFile.__init__
+ to optionally raise FileTypeError for WAV files containing
+ non-PCM audio streams (WAVE_FORMAT_MPEGLAYER3,
+ WAVE_FORMAT_ADPCM, WAVE_FORMAT_ALAW, WAVE_FORMAT_MULAW).
+ * Raise FileTypeError for WAV files containing non-PCM audio
+ streams that mutagen cannot tag correctly, including
+ WAVE_FORMAT_MPEGLAYER3 (0x0055), WAVE_FORMAT_ADPCM (0x0002),
+ WAVE_FORMAT_ALAW (0x0006), and WAVE_FORMAT_MULAW (0x0007).
+ * Added a multiple-valued lyricists, composers and arrangers
+ fields while preserving lyricist, composer and arranger as
+ first-value convenience aliases.
+ * Added a multiple-valued remixers field.
+
+-------------------------------------------------------------------
Old:
----
mediafile-0.14.0.tar.gz
New:
----
mediafile-0.16.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mediafile.spec ++++++
--- /var/tmp/diff_new_pack.VnJnIv/_old 2026-04-20 16:11:52.882595821 +0200
+++ /var/tmp/diff_new_pack.VnJnIv/_new 2026-04-20 16:11:52.886595986 +0200
@@ -18,14 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-mediafile
-Version: 0.14.0
+Version: 0.16.2
Release: 0
Summary: Read and write audio files tags in Python
License: MIT
URL: https://github.com/beetbox/mediafile
Source:
https://github.com/beetbox/mediafile/archive/refs/tags/v%{version}.tar.gz#/mediafile-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.7}
-BuildRequires: %{python_module filetype}
+BuildRequires: %{python_module base >= 3.10}
+BuildRequires: %{python_module filetype >= 1.2.0}
BuildRequires: %{python_module mutagen >= 1.46}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
@@ -33,7 +33,7 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-filetype
+Requires: python-filetype >= 1.2.0
Requires: python-mutagen >= 1.46
BuildArch: noarch
%python_subpackages
++++++ mediafile-0.14.0.tar.gz -> mediafile-0.16.2.tar.gz ++++++
++++ 2090 lines of diff (skipped)