python310Packages.rasterio 0 -> 1 attrpath: python310Packages.rasterio 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] Going to be running update for following packages: - python3.10-rasterio-1.3.8 Press Enter key to continue... Running update for: - python3.10-rasterio-1.3.8: UPDATING ... - python3.10-rasterio-1.3.8: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/rasterio/default.nix b/pkgs/development/python-modules/rasterio/default.nix index 02cdcbed68cd..de919571478f 100644 --- a/pkgs/development/python-modules/rasterio/default.nix +++ b/pkgs/development/python-modules/rasterio/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { pname = "rasterio"; - version = "1.3.8"; + version = "4"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -36,8 +36,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "rasterio"; repo = "rasterio"; - rev = "refs/tags/${version}"; - hash = "sha256-8kPzUvTZ/jRDXlYMAZkG1xdLAQuzxnvHXBzwWizMOTo="; + rev = "refs/tags/release-test-${version}"; + hash = "sha256-YO0FnmIEt+88f6k2mdXDSQg7UKq1Swr8wqVUGdRyQR4="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.rasterio nix build failed. tests/test_write.py:149 /build/source/tests/test_write.py:149: DeprecationWarning: invalid escape sequence '\(' assert re.search("Pixel Size = \(300.03792\d+,-300.04178\d+\)", info) tests/test_write.py:169 /build/source/tests/test_write.py:169: DeprecationWarning: invalid escape sequence '\(' assert re.search("Pixel Size = \(300.03792\d+,-300.04178\d+\)", info) tests/test_write.py:189 /build/source/tests/test_write.py:189: DeprecationWarning: invalid escape sequence '\(' assert re.search("Pixel Size = \(300.03792\d+,-300.04178\d+\)", info) tests/test_write.py:210 /build/source/tests/test_write.py:210: DeprecationWarning: invalid escape sequence '\(' assert re.search("Pixel Size = \(300.03792\d+,-300.04178\d+\)", info) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/test_features_bounds.py ERROR tests/test_features_rasterize.py ERROR tests/test_features_shapes.py ERROR tests/test_features_sieve.py ERROR tests/test_fillnodata.py ERROR tests/test_rio_calc.py ERROR tests/test_rio_warp.py ERROR tests/test_warp.py !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection !!!!!!!!!!!!!!!!!!!! ======================== 7 warnings, 8 errors in 1.37s ========================= /nix/store/vr6wwdxkmyy44sg0gwxi10b8fc5zhwz0-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context