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