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-08-06 16:27:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mediafile (Old)
and /work/SRC/openSUSE:Factory/.python-mediafile.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mediafile"
Thu Aug 6 16:27:12 2026 rev:10 rq:1370062 version:0.17.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mediafile/python-mediafile.changes
2026-04-25 21:42:58.955538825 +0200
+++
/work/SRC/openSUSE:Factory/.python-mediafile.new.16738/python-mediafile.changes
2026-08-06 16:29:02.058725588 +0200
@@ -1,0 +2,5 @@
+Wed Aug 5 16:09:25 UTC 2026 - Jaime Marquínez Ferrándiz
<[email protected]>
+
+- Add fix_opus_test.patch
+
+-------------------------------------------------------------------
New:
----
fix_opus_test.patch
----------(New B)----------
New:
- Add fix_opus_test.patch
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mediafile.spec ++++++
--- /var/tmp/diff_new_pack.fQNvzt/_old 2026-08-06 16:29:02.510741365 +0200
+++ /var/tmp/diff_new_pack.fQNvzt/_new 2026-08-06 16:29:02.510741365 +0200
@@ -24,6 +24,8 @@
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
+# PATCH-FIX-OPENSUSE: https://github.com/beetbox/mediafile/issues/109
+Patch: fix_opus_test.patch
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module filetype >= 1.2.0}
BuildRequires: %{python_module mutagen >= 1.46}
++++++ fix_opus_test.patch ++++++
Index: mediafile-0.17.0/test/test_mediafile.py
===================================================================
--- mediafile-0.17.0.orig/test/test_mediafile.py
+++ mediafile-0.17.0/test/test_mediafile.py
@@ -987,7 +987,7 @@ class OpusTest(ReadWriteTestBase, unitte
extension = "opus"
audio_properties = {
"length": 1.0,
- "bitrate": 66792,
+ "bitrate": 52392,
"bitrate_mode": "",
"encoder_info": "",
"encoder_settings": "",