Hello community,

here is the log from the commit of package python-ffmpeg-python for 
openSUSE:Factory checked in at 2020-03-20 23:57:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ffmpeg-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ffmpeg-python"

Fri Mar 20 23:57:12 2020 rev:3 rq:786746 version:0.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-ffmpeg-python/python-ffmpeg-python.changes    
    2020-03-17 13:11:33.637864171 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.3160/python-ffmpeg-python.changes
      2020-03-21 00:01:55.917116807 +0100
@@ -1,0 +2,5 @@
+Fri Mar 20 08:07:56 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build on Leap
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ffmpeg-python.spec ++++++
--- /var/tmp/diff_new_pack.GF9rOV/_old  2020-03-21 00:01:59.329118677 +0100
+++ /var/tmp/diff_new_pack.GF9rOV/_new  2020-03-21 00:01:59.341118683 +0100
@@ -23,12 +23,14 @@
 Release:        0
 Summary:        Python bindings for FFmpeg
 License:        Apache-2.0
-Group:          Development/Languages/Python
 URL:            https://github.com/kkroening/ffmpeg-python
 Source:         
https://github.com/kkroening/ffmpeg-python/archive/%{version}.tar.gz#/ffmpeg-python-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-future
+Recommends:     ffmpeg
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module pytest-mock}
@@ -36,9 +38,6 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  ffmpeg
 # /SECTION
-Requires:       python-future
-Recommends:     ffmpeg
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -55,8 +54,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# skip some tests since we do not have ffmpeg with mp4-support on the public 
OBS instance
-%pytest -k 'not (test__run or test__run__multi_output)'
+# skip some tests since we do not have FFmpeg with mp4-support on the public 
OBS instance
+# test_pipe - fails on Leap due to too old FFmpeg
+%pytest -k 'not (test__run or test__run__multi_output or test_pipe)'
 
 %files %{python_files}
 %license LICENSE


Reply via email to