14
0

Accepting request 1189935 from home:rrahl0

- update to 0.18.0:
  * image.info["heif"] dictionary with camera_intrinsic_matrix HEIF
    specific metadata. Currently only reading is supported.
  * python 3.13.0b3 support added

OBS-URL: https://build.opensuse.org/request/show/1189935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pillow-heif?expand=0&rev=6
This commit is contained in:
Richard Rahl
2024-07-27 19:42:16 +00:00
committed by Git OBS Bridge
parent 97f20b9618
commit 630dd5d703
4 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 27 19:39:58 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.18.0:
* image.info["heif"] dictionary with camera_intrinsic_matrix HEIF
specific metadata. Currently only reading is supported.
* python 3.13.0b3 support added
-------------------------------------------------------------------
Fri Jul 5 07:27:29 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -18,7 +18,7 @@
%bcond_with x265
Name: python-pillow-heif
Version: 0.17.0
Version: 0.18.0
Release: 0
Summary: Python interface for libheif library
License: BSD-3-Clause
@@ -33,7 +33,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(aom) >= 3.3.0
BuildRequires: pkgconfig(libavif)
BuildRequires: pkgconfig(libheif) >= 1.17.0
BuildRequires: pkgconfig(libheif) >= 1.18.1
%if %{with x265}
BuildRequires: pkgconfig(libde265)
BuildRequires: pkgconfig(x265)
@@ -48,7 +48,6 @@ Python interface for libheif library
%autosetup -p1 -n pillow_heif-%{version}
%build
export CFLAGS="%{optflags}"
%pyproject_wheel
%install