15
0

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:
2023-03-27 16:16:15 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a08838f97f363e37ca41821b864fd3fdc99ab1fe2421040c78eb5f56a9e723e
size 16874

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdaa05ad10fe070b7fa8e5f615cb0d28f3b9b791d00af6d2a11e694158d10aa9
size 17224

View File

@@ -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>

View File

@@ -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