forked from pool/python-imageio-ffmpeg
Accepting request 1006805 from home:yarunachalam:branches:devel:languages:python
- 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) OBS-URL: https://build.opensuse.org/request/show/1006805 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio-ffmpeg?expand=0&rev=5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-imageio-ffmpeg
|
||||
Version: 0.4.1
|
||||
Version: 0.4.7
|
||||
Release: 0
|
||||
Summary: FFMPEG wrapper for Python
|
||||
License: BSD-2-Clause
|
||||
|
||||
Reference in New Issue
Block a user