15
0

Accepting request 1181701 from devel:languages:python

- update to 0.5.1:
  * Prevent __init__.py from being \deleted
- update to 0.5.0:
  * Replace pkg_resources with importlib.resources
  * Add a null filter to re-enable frame count

OBS-URL: https://build.opensuse.org/request/show/1181701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio-ffmpeg?expand=0&rev=7
This commit is contained in:
2024-06-19 14:40:48 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 19 08:49:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.5.1:
* Prevent __init__.py from being \deleted
- update to 0.5.0:
* Replace pkg_resources with importlib.resources
* Add a null filter to re-enable frame count
-------------------------------------------------------------------
Sat Dec 16 21:20:26 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-imageio-ffmpeg
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-imageio-ffmpeg
Version: 0.4.9
Version: 0.5.1
Release: 0
Summary: FFMPEG wrapper for Python
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/imageio/imageio-ffmpeg
Source: https://files.pythonhosted.org/packages/source/i/imageio-ffmpeg/imageio-ffmpeg-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}