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-01-16 23:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ffmpeg-python (Old)
and /work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ffmpeg-python"
Sun Jan 16 23:18:19 2022 rev:5 rq:946780 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ffmpeg-python/python-ffmpeg-python.changes
2021-12-09 19:46:30.509159227 +0100
+++
/work/SRC/openSUSE:Factory/.python-ffmpeg-python.new.1892/python-ffmpeg-python.changes
2022-01-16 23:19:19.342379174 +0100
@@ -1,0 +2,6 @@
+Sun Jan 16 11:33:04 UTC 2022 - Ben Greiner <[email protected]>
+
+- Python 3.10 support: Replace long deprecated collections.Iterable
+ by collections.abc.Iterable -- gh#kroening/ffmpeg-python#624
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ffmpeg-python.spec ++++++
--- /var/tmp/diff_new_pack.GsitCG/_old 2022-01-16 23:19:19.806379402 +0100
+++ /var/tmp/diff_new_pack.GsitCG/_new 2022-01-16 23:19:19.814379406 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ffmpeg-python
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-ffmpeg-python
Version: 0.2.0
@@ -35,7 +35,6 @@
BuildRequires: %{python_module future}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module pytest}
BuildRequires: ffmpeg
# /SECTION
%python_subpackages
@@ -47,6 +46,8 @@
%setup -q -n ffmpeg-python-%{version}
# https://github.com/kkroening/ffmpeg-python/issues/617
sed -i 's:pytest-runner::' setup.py
+# https://github.com/kkroening/ffmpeg-python/issues/624
+sed -i 's/collections.Iterable/collections.abc.Iterable/' ffmpeg/_run.py
%build
%python_build