From afe085b361ca54025b87bdb9c3e637e9508192e5 Mon Sep 17 00:00:00 2001 From: kuflierl <41301536+kuflierl@users.noreply.github.com> Date: Sat, 27 Jun 2026 12:57:11 +0200 Subject: [PATCH] python3Packages.pillow-heif: 1.3.0 -> 1.4.0 (cherry picked from commit d37679718b6f9d6f89b7e6140b4417b8a788c629) --- .../python-modules/pillow-heif/default.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pkgs/development/python-modules/pillow-heif/default.nix b/pkgs/development/python-modules/pillow-heif/default.nix index cc00832bb662..8eb53f2d26a9 100644 --- a/pkgs/development/python-modules/pillow-heif/default.nix +++ b/pkgs/development/python-modules/pillow-heif/default.nix @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "pillow-heif"; - version = "1.3.0"; + version = "1.4.0"; pyproject = true; src = fetchFromGitHub { owner = "bigcat88"; repo = "pillow_heif"; tag = "v${version}"; - hash = "sha256-+SlDxNCbuqPqjgJx62snInsWQXWQwnO/sI4mll0Uu4Y="; + hash = "sha256-EaislmA4v2qKCDQ87I85Pn8IlS4VJWyNXkITipKSBC8="; }; postPatch = '' @@ -77,17 +77,6 @@ buildPythonPackage rec { disabledTests = [ # Time sensitive speed test, not reproducible "test_decode_threads" - # Tests failing with libheif 1.22.0. To be removed in the next release - # https://github.com/bigcat88/pillow_heif/issues/424 - # these check what happens when the ispe is not valid - "test_numpy_array_invalid_ispe" - "test_allow_incorrect_headers" - "test_invalid_ispe_ok" - "test_invalid_ispe_allow" - "test_invalid_ispe_stride" - "test_invalid_ispe_stride_pillow" - # disable version check for libheif - "test_libheif_info" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89