15
0

Accepting request 792769 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/792769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio-ffmpeg?expand=0&rev=2
This commit is contained in:
2020-04-15 18:06:31 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28500544acdebc195159d53a4670b76d596f368b218317bad5d3cbf43b00d6c2
size 13055

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ca618d19d9d7d8ed59f238d801a31a34d5cdf4dce2f00a6138f329e11cf4a04
size 14487

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 9 14:12:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.1
* The default value for ffmpeg_timeout is now zero, e.g. just wait for ffmpeg.
* Added bits_per_pixel parameter to read_frames.
* Official support for Python 3.8.
* Improved handling of interrupts during reading/writing/closing-down.
* Allow the ffmpeg_timeout arg in write_frames() to be None.
* Don't prevent sigint propagation for ffmpeg call in count_frames_and_secs().
-------------------------------------------------------------------
Wed Apr 17 15:01:56 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-imageio-ffmpeg
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-imageio-ffmpeg
Version: 0.3.0
Version: 0.4.1
Release: 0
License: BSD-2-Clause
Summary: FFMPEG wrapper for Python
Url: https://github.com/imageio/imageio-ffmpeg
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/imageio/imageio-ffmpeg
Source: https://files.pythonhosted.org/packages/source/i/imageio-ffmpeg/imageio-ffmpeg-%{version}.tar.gz
BuildRequires: %{python_module pip > 19}
BuildRequires: %{python_module setuptools}
@@ -32,7 +33,6 @@ BuildRequires: ffmpeg-4
BuildRequires: python-rpm-macros
Requires: ffmpeg-4
BuildArch: noarch
%python_subpackages
%description