diff --git a/imageio-ffmpeg-0.3.0.tar.gz b/imageio-ffmpeg-0.3.0.tar.gz deleted file mode 100644 index 19bb4b7..0000000 --- a/imageio-ffmpeg-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28500544acdebc195159d53a4670b76d596f368b218317bad5d3cbf43b00d6c2 -size 13055 diff --git a/imageio-ffmpeg-0.4.1.tar.gz b/imageio-ffmpeg-0.4.1.tar.gz new file mode 100644 index 0000000..0a5a9b5 --- /dev/null +++ b/imageio-ffmpeg-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca618d19d9d7d8ed59f238d801a31a34d5cdf4dce2f00a6138f329e11cf4a04 +size 14487 diff --git a/python-imageio-ffmpeg.changes b/python-imageio-ffmpeg.changes index ced0435..49e085b 100644 --- a/python-imageio-ffmpeg.changes +++ b/python-imageio-ffmpeg.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 9 14:12:14 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-imageio-ffmpeg.spec b/python-imageio-ffmpeg.spec index b5d8b6b..61b676b 100644 --- a/python-imageio-ffmpeg.spec +++ b/python-imageio-ffmpeg.spec @@ -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