forked from pool/python-imageio-ffmpeg
Accepting request 1006879 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio-ffmpeg?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ca618d19d9d7d8ed59f238d801a31a34d5cdf4dce2f00a6138f329e11cf4a04
|
|
||||||
size 14487
|
|
||||||
3
imageio-ffmpeg-0.4.7.tar.gz
Normal file
3
imageio-ffmpeg-0.4.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a08838f97f363e37ca41821b864fd3fdc99ab1fe2421040c78eb5f56a9e723e
|
||||||
|
size 16874
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 02:35:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- v0.4.6 Latest
|
||||||
|
Formal support for Python 3.5 -3.10.
|
||||||
|
Automatically find available h264 encoders and choose the best.
|
||||||
|
Allow users to specify quality=None.
|
||||||
|
A fix for closing the std stream.
|
||||||
|
|
||||||
|
- v0.4.5
|
||||||
|
Set daemon attribute instead of using deprecated setDaemon method.
|
||||||
|
Optional disabling of prevent_sigint using env var (#60).
|
||||||
|
Get rotation metadata (#39).
|
||||||
|
- v0.4.4
|
||||||
|
Support for Aarch64.
|
||||||
|
Basic support to include audio when writing videos.
|
||||||
|
|
||||||
|
- Version 0.4.3
|
||||||
|
Support for Python 3.9.
|
||||||
|
File object is closes after use just in case.
|
||||||
|
- Version 0.4.2
|
||||||
|
Use latest version of ffmpeg (4.2.2)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 9 14:12:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Thu Apr 9 14:12:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-imageio-ffmpeg
|
# spec file for package python-imageio-ffmpeg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-imageio-ffmpeg
|
Name: python-imageio-ffmpeg
|
||||||
Version: 0.4.1
|
Version: 0.4.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FFMPEG wrapper for Python
|
Summary: FFMPEG wrapper for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user