From 345cc94287f41ffb0ea9c2ed2f5e152a5e8b9d63c58b52292d3f1005ec226b34 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Mar 2024 20:34:35 +0000 Subject: [PATCH] - update to 2.34.0: * Forward constructor kwargs to PyAV OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=37 --- imageio-2.33.1.tar.gz | 3 --- imageio-2.34.0.tar.gz | 3 +++ python-imageio.changes | 6 ++++++ python-imageio.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 imageio-2.33.1.tar.gz create mode 100644 imageio-2.34.0.tar.gz diff --git a/imageio-2.33.1.tar.gz b/imageio-2.33.1.tar.gz deleted file mode 100644 index aef222f..0000000 --- a/imageio-2.33.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78722d40b137bd98f5ec7312119f8aea9ad2049f76f434748eb306b6937cc1ce -size 387374 diff --git a/imageio-2.34.0.tar.gz b/imageio-2.34.0.tar.gz new file mode 100644 index 0000000..05a26f8 --- /dev/null +++ b/imageio-2.34.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9732e10acf807a22c389aef193f42215718e16bd06eed0c5bb57e1034a4d53 +size 387471 diff --git a/python-imageio.changes b/python-imageio.changes index da74acf..db99258 100644 --- a/python-imageio.changes +++ b/python-imageio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 18 20:34:08 UTC 2024 - Dirk Müller + +- update to 2.34.0: + * Forward constructor kwargs to PyAV + ------------------------------------------------------------------- Sat Dec 16 18:59:15 UTC 2023 - Dirk Müller diff --git a/python-imageio.spec b/python-imageio.spec index 2fba3ee..e392589 100644 --- a/python-imageio.spec +++ b/python-imageio.spec @@ -1,7 +1,7 @@ # # spec file for package python-imageio # -# 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 @@ -19,7 +19,7 @@ %bcond_with test_extras %{?sle15_python_module_pythons} Name: python-imageio -Version: 2.33.1 +Version: 2.34.0 Release: 0 Summary: Python library for reading and writing image, video, and related formats License: BSD-2-Clause @@ -35,7 +35,7 @@ BuildRequires: python-rpm-macros Requires: python-Pillow >= 8.3.2 Requires: python-numpy >= 1.20.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: libfreeimageplus3 Recommends: python-imageio-ffmpeg Recommends: python-psutil