[Backport release-25.05] imagemagick: 7.1.1-47 -> 7.1.2-0 (#425684)

This commit is contained in:
Wolfgang Walther
2025-08-14 08:02:35 +00:00
committed by GitHub
3 changed files with 7 additions and 6 deletions

View File

@@ -85,13 +85,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "imagemagick";
version = "7.1.1-47";
version = "7.1.2-0";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
tag = finalAttrs.version;
hash = "sha256-lRPGVGv86vH7Q1cLoLp8mOAkxcHTHgUrx0mmKgl1oEc=";
hash = "sha256-4x0+yELmXstv9hPuwzMGcKiTa1rZtURZgwSSVIhzAkE=";
};
outputs = [

View File

@@ -83,6 +83,9 @@ buildPythonPackage rec {
"test_miff_cmyk16"
"test_png_gray16"
"test_png_rgb16"
# these only fail on aarch64
"test_png_rgba8"
"test_png_gray8a"
];
pythonImportsCheck = [ "img2pdf" ];

View File

@@ -173,10 +173,8 @@ python3Packages.buildPythonApplication {
"test/plugins/test_player.py"
];
disabledTests = disabledTests ++ [
# beets.ui.UserError: unknown command 'autobpm'
"test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_import"
# AssertionError: assert 0 == 117
"test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_command"
# https://github.com/beetbox/beets/issues/5880
"test_reject_different_art"
];
# Perform extra "sanity checks", before running pytest tests.