------------------------------------------------------------------- Tue Aug 12 21:26:01 UTC 2025 - Richard Rahl - add tests if dependencies are available - removing duplicates with fdupes ------------------------------------------------------------------- Tue Aug 12 09:37:55 UTC 2025 - Richard Rahl - updated to version 1.1.0: * add Python 3.14 support - remove patch include-new-header.patch, fixed upstream ------------------------------------------------------------------- Thu Jul 10 06:20:18 UTC 2025 - Richard Rahl - add patch include-new-header.patch, as libheif split the header file ------------------------------------------------------------------- Mon Jun 30 17:06:51 UTC 2025 - Richard Rahl - update to 1.0.0: * Support for YCbCr AUX images * AVIF support was dropped, as the upcoming Pillow has native support ------------------------------------------------------------------- Sun Mar 16 20:56:03 UTC 2025 - Richard Rahl - update to 0.22.0: * Boolean pillow_heif.options.DISABLE_SECURITY_LIMITS to bypass security limit of libheif for the image size. * AVIF format marked as deprecated and pending for the removal. ------------------------------------------------------------------- Fri Nov 29 14:54:36 UTC 2024 - Richard Rahl - update to 0.21.0: * Allow specifying encoder parameters for non-primary images in image sequence. * Error argument '-Ofast' is deprecated when building from source. - switch to github tarball, so we can build the documentation ------------------------------------------------------------------- Sat Oct 19 18:52:26 UTC 2024 - Richard Rahl - update to 0.20.0: * Initial support for parsing auxiliary images. * Dropped Python 3.8 support * More accurate error handling in the C module * Support for Pillow 11.0.0 - remove building option for x265, as I can't verify it for now ------------------------------------------------------------------- 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 - update to 0.17.0: * Support for Pillow 10.4.0 * Minimum supported Pillow version raised to 10.1.0 * xmp in info dictionary is now not present if it is empty * Processing of the images in P mode with transparency = 0 - adapt packaging to better handle rebuilding - disable tests for now, as it can't find the correct libs ------------------------------------------------------------------- Sun Jun 2 23:24:23 UTC 2024 - Richard Rahl - remove itself from BuildRequires ------------------------------------------------------------------- Wed May 22 10:26:09 UTC 2024 - Richard Rahl - initial packaging