15
0

- update to 2.36.0:

* Use bytes instead of to_bytes in pyav metadata call
  * Remove support for Python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=45
This commit is contained in:
2024-11-19 10:17:39 +00:00
committed by Git OBS Bridge
parent 0c87852a3e
commit 7891bbb963
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:4952dfeef3c3947957f6d5dedb1f4ca31c6e509a476891062396834048aeed2a
size 389686

3
imageio-2.36.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 19 10:14:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.36.0:
* Use bytes instead of to_bytes in pyav metadata call
* Remove support for Python 3.8
-------------------------------------------------------------------
Thu Aug 29 09:49:42 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,11 +19,11 @@
%bcond_with test_extras
%{?sle15_python_module_pythons}
Name: python-imageio
Version: 2.35.1
Version: 2.36.0
Release: 0
Summary: Python library for reading and writing image, video, and related formats
License: BSD-2-Clause
URL: https://imageio.github.io/
URL: https://github.com/imageio/imageio
Source0: https://files.pythonhosted.org/packages/source/i/imageio/imageio-%{version}.tar.gz
BuildRequires: %{python_module Pillow >= 8.3.2}
BuildRequires: %{python_module base >= 3.7}
@@ -95,6 +95,8 @@ export IMAGEIO_NO_INTERNET=1
donttest="test_ffmpeg or test_bayer_write"
# unmarked online tests
donttest="$donttest or test_freeimage"
# fails with python 313
donttest+=" or test_gif"
%pytest -ra -k "not ($donttest)" -m "not needs_internet"
%post