From 17ec85d3b9dc2f2d68d6e22542cd22a6f1eca9be72050f1588633937e4b7b4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:19:03 +0000 Subject: [PATCH] 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 --- imageio-ffmpeg-0.4.1.tar.gz | 3 --- imageio-ffmpeg-0.4.7.tar.gz | 3 +++ python-imageio-ffmpeg.changes | 23 +++++++++++++++++++++++ python-imageio-ffmpeg.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 imageio-ffmpeg-0.4.1.tar.gz create mode 100644 imageio-ffmpeg-0.4.7.tar.gz diff --git a/imageio-ffmpeg-0.4.1.tar.gz b/imageio-ffmpeg-0.4.1.tar.gz deleted file mode 100644 index 0a5a9b5..0000000 --- a/imageio-ffmpeg-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ca618d19d9d7d8ed59f238d801a31a34d5cdf4dce2f00a6138f329e11cf4a04 -size 14487 diff --git a/imageio-ffmpeg-0.4.7.tar.gz b/imageio-ffmpeg-0.4.7.tar.gz new file mode 100644 index 0000000..ee555d5 --- /dev/null +++ b/imageio-ffmpeg-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a08838f97f363e37ca41821b864fd3fdc99ab1fe2421040c78eb5f56a9e723e +size 16874 diff --git a/python-imageio-ffmpeg.changes b/python-imageio-ffmpeg.changes index 49e085b..eb4d3e0 100644 --- a/python-imageio-ffmpeg.changes +++ b/python-imageio-ffmpeg.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Sep 29 02:35:44 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-imageio-ffmpeg.spec b/python-imageio-ffmpeg.spec index 61b676b..bea2480 100644 --- a/python-imageio-ffmpeg.spec +++ b/python-imageio-ffmpeg.spec @@ -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