From c5cd423721392bfb07020b8aca24b78b822a7c598fd4ead308915ad6afc3902c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jun 2024 08:50:49 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-imageio-ffmpeg?expand=0&rev=13 --- imageio-ffmpeg-0.4.9.tar.gz | 3 --- imageio-ffmpeg-0.5.1.tar.gz | 3 +++ python-imageio-ffmpeg.changes | 9 +++++++++ python-imageio-ffmpeg.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 imageio-ffmpeg-0.4.9.tar.gz create mode 100644 imageio-ffmpeg-0.5.1.tar.gz diff --git a/imageio-ffmpeg-0.4.9.tar.gz b/imageio-ffmpeg-0.4.9.tar.gz deleted file mode 100644 index 3968d21..0000000 --- a/imageio-ffmpeg-0.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39bcd1660118ef360fa4047456501071364661aa9d9021d3d26c58f1ee2081f5 -size 17378 diff --git a/imageio-ffmpeg-0.5.1.tar.gz b/imageio-ffmpeg-0.5.1.tar.gz new file mode 100644 index 0000000..e1b7b2a --- /dev/null +++ b/imageio-ffmpeg-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed7a9b31f560b0c9d929c5291cd430edeb9bed3ce9a497480e536dd4326484c +size 17704 diff --git a/python-imageio-ffmpeg.changes b/python-imageio-ffmpeg.changes index 27d3013..95760ae 100644 --- a/python-imageio-ffmpeg.changes +++ b/python-imageio-ffmpeg.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 19 08:49:08 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-imageio-ffmpeg.spec b/python-imageio-ffmpeg.spec index a22281a..451cd2e 100644 --- a/python-imageio-ffmpeg.spec +++ b/python-imageio-ffmpeg.spec @@ -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}