forked from pool/python-imageio-ffmpeg
Accepting request 1074510 from devel:languages:python
- update to 0.4.8:
* get_ffmpeg_exe always checks env var
* Fix pix_format parser to capture formats that have commas
within strings
* Avoid warning about invalid escape sequence in regex
OBS-URL: https://build.opensuse.org/request/show/1074510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio-ffmpeg?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a08838f97f363e37ca41821b864fd3fdc99ab1fe2421040c78eb5f56a9e723e
|
||||
size 16874
|
||||
3
imageio-ffmpeg-0.4.8.tar.gz
Normal file
3
imageio-ffmpeg-0.4.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdaa05ad10fe070b7fa8e5f615cb0d28f3b9b791d00af6d2a11e694158d10aa9
|
||||
size 17224
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 26 19:53:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.4.8:
|
||||
* get_ffmpeg_exe always checks env var
|
||||
* Fix pix_format parser to capture formats that have commas
|
||||
within strings
|
||||
* Avoid warning about invalid escape sequence in regex
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 02:35:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-imageio-ffmpeg
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.7
|
||||
Version: 0.4.8
|
||||
Release: 0
|
||||
Summary: FFMPEG wrapper for Python
|
||||
License: BSD-2-Clause
|
||||
|
||||
Reference in New Issue
Block a user