python311Packages.psd-tools 0 -> 1 attrpath: python311Packages.psd-tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cy3kz7sw563winazl0llksy6m9ffxbkz-packages.json.drv building '/nix/store/cy3kz7sw563winazl0llksy6m9ffxbkz-packages.json.drv'... Going to be running update for following packages: - python3.11-psd-tools-1.9.28 Press Enter key to continue... Running update for: - python3.11-psd-tools-1.9.28: UPDATING ... - python3.11-psd-tools-1.9.28: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/psd-tools/default.nix b/pkgs/development/python-modules/psd-tools/default.nix index efa364a09de0..e72a5de509ba 100644 --- a/pkgs/development/python-modules/psd-tools/default.nix +++ b/pkgs/development/python-modules/psd-tools/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "psd-tools"; - version = "1.9.28"; + version = "1.9.31"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "psd-tools"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+oxXuZaHkLPuMIsiFOkvW6VLuGxpV7YKs6Gxp/lexVQ="; + hash = "sha256-HUFJ2FP9WGcG9pkukS2LHIgPYFRAXAneiVK6VfYQ+zU="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.psd-tools nix build failed. ^ ------------------------------------------------------------ src/psd_tools/compression/_rle.pyx:38:12: 'copy_n' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... j += 1+bit i += 1 elif bit < 128: if i+1+bit > length or (j+1+bit > size): raise ValueError('Invalid RLE compression') copy_n(&data[i], 1+bit, result.begin()+j) ^ ------------------------------------------------------------ src/psd_tools/compression/_rle.pyx:38:50: Invalid operand types for '+' (iterator; int) Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 16, in setup(ext_modules=cythonize(extensions)) ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ydgwzgqdhh6jl267aav9ca3af2dirhz3-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1115, in cythonize cythonize_one(*args) File "/nix/store/ydgwzgqdhh6jl267aav9ca3af2dirhz3-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1238, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: src/psd_tools/compression/_rle.pyx /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context