From 630dd5d703b84347c01cd82ce3e53cb91b379ed9013addf6d09e4be030bad64d Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Sat, 27 Jul 2024 19:42:16 +0000 Subject: [PATCH] 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 --- python-pillow-heif-0.17.0.tar.gz | 3 --- python-pillow-heif-0.18.0.tar.gz | 3 +++ python-pillow-heif.changes | 8 ++++++++ python-pillow-heif.spec | 5 ++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 python-pillow-heif-0.17.0.tar.gz create mode 100644 python-pillow-heif-0.18.0.tar.gz diff --git a/python-pillow-heif-0.17.0.tar.gz b/python-pillow-heif-0.17.0.tar.gz deleted file mode 100644 index ac1f7bc..0000000 --- a/python-pillow-heif-0.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9541ffd1f80ff3f12da26aba76eb6da458fafa5f8bf4ee16279de0e2a5464ba9 -size 14900010 diff --git a/python-pillow-heif-0.18.0.tar.gz b/python-pillow-heif-0.18.0.tar.gz new file mode 100644 index 0000000..7883d14 --- /dev/null +++ b/python-pillow-heif-0.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70318dad9faa76121c6592ac0ab59881ff0dac6ab791a922e70d82c7706cce88 +size 16172675 diff --git a/python-pillow-heif.changes b/python-pillow-heif.changes index 716d81a..b7267bf 100644 --- a/python-pillow-heif.changes +++ b/python-pillow-heif.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jul 27 19:39:58 UTC 2024 - Richard Rahl + +- 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 diff --git a/python-pillow-heif.spec b/python-pillow-heif.spec index 1d02120..b3facc0 100644 --- a/python-pillow-heif.spec +++ b/python-pillow-heif.spec @@ -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