Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ffmpeg-python for openSUSE:Factory checked in at 2022-12-24 14:52:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ffmpeg-python (Old) and /work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ffmpeg-python" Sat Dec 24 14:52:20 2022 rev:6 rq:1045132 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ffmpeg-python/python-ffmpeg-python.changes 2022-01-16 23:19:19.342379174 +0100 +++ /work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.1563/python-ffmpeg-python.changes 2022-12-24 14:55:11.472646714 +0100 @@ -1,0 +2,5 @@ +Fri Dec 23 23:19:11 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Skip a test failing because of missing libopenh264 support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ffmpeg-python.spec ++++++ --- /var/tmp/diff_new_pack.xBOehw/_old 2022-12-24 14:55:11.912649282 +0100 +++ /var/tmp/diff_new_pack.xBOehw/_new 2022-12-24 14:55:11.920649328 +0100 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-ffmpeg-python Version: 0.2.0 @@ -58,12 +57,14 @@ %check # skip some tests since we do not have FFmpeg with mp4-support on the public OBS instance +# test__probe fails because of missing libopenh264 on plain openSUSE # test_pipe - fails on Leap due to too old FFmpeg -%pytest -k 'not (test__run or test__run__multi_output or test_pipe)' +%pytest -k 'not (test__run or test__run__multi_output or test_pipe or test__probe)' %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/ffmpeg* +%{python_sitelib}/ffmpeg +%{python_sitelib}/ffmpeg_python-%{version}*-info %changelog