python311Packages.rasterio 0 -> 1 attrpath: python311Packages.rasterio Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/z4xb75vd2l92d2m2kyz6xw21b9xp87nm-packages.json.drv building '/nix/store/z4xb75vd2l92d2m2kyz6xw21b9xp87nm-packages.json.drv'... Going to be running update for following packages: - python3.11-rasterio-1.3.9 Press Enter key to continue... Running update for: - python3.11-rasterio-1.3.9: UPDATING ... - python3.11-rasterio-1.3.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/rasterio/default.nix b/pkgs/development/python-modules/rasterio/default.nix index 0e216ce18508..e9e611cb19bc 100644 --- a/pkgs/development/python-modules/rasterio/default.nix +++ b/pkgs/development/python-modules/rasterio/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "rasterio"; - version = "1.3.9"; + version = "4"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -38,8 +38,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "rasterio"; repo = "rasterio"; - rev = "refs/tags/${version}"; - hash = "sha256-Tp6BSU33FaszrIXQgU0Asb7IMue0C939o/atAKz+3Q4="; + rev = "refs/tags/release-test-${version}"; + hash = "sha256-YO0FnmIEt+88f6k2mdXDSQg7UKq1Swr8wqVUGdRyQR4="; }; patches = [ 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.rasterio nix build failed. got build log for 'python311Packages.rasterio' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/rrfh01m9a0a3dqfw5wf55h95lj21kibm-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_write.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/lnf7s5pv5wsc367n3v8881yj8n7p8c1y-54ec554a6d9ee52207ad17dee42cbc51c613f709.diff patching file tests/test_read_resample.py Hunk #1 FAILED at 103. 1 out of 1 hunk FAILED -- saving rejects to file tests/test_read_resample.py.rej patching file tests/test_rio_merge.py Hunk #1 FAILED at 556. 1 out of 1 hunk FAILED -- saving rejects to file tests/test_rio_merge.py.rej