python310Packages.geoalchemy2 0 -> 1 attrpath: python310Packages.geoalchemy2 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sgj7ykl77nzd1hy4xl6s3r7zsjm4m3dz-packages.json.drv building '/nix/store/sgj7ykl77nzd1hy4xl6s3r7zsjm4m3dz-packages.json.drv'... Going to be running update for following packages: - python3.10-geoalchemy2-0.13.3 Press Enter key to continue... Running update for: - python3.10-geoalchemy2-0.13.3: UPDATING ... - python3.10-geoalchemy2-0.13.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/geoalchemy2/default.nix b/pkgs/development/python-modules/geoalchemy2/default.nix index d216f43f76ac..c29d6d4bec09 100644 --- a/pkgs/development/python-modules/geoalchemy2/default.nix +++ b/pkgs/development/python-modules/geoalchemy2/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "geoalchemy2"; - version = "0.13.3"; + version = "0.14.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "GeoAlchemy2"; inherit version; - hash = "sha256-2Fp96qmiMJAXM/dBnWv/VnS4cwZR3hoH8rZCOqSSXQk="; + hash = "sha256-Ygsxy/l6NoskhtvPzTbaIIGCfpM9QWO8uUIEO3m1Reg="; }; 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.geoalchemy2 nix build failed. pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: geoalchemy2 @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.0, pluggy-1.2.0 rootdir: /build/GeoAlchemy2-0.14.1 configfile: pyproject.toml testpaths: tests collecting ...  collected 460 items / 1 error / 9 deselected / 451 selected  ==================================== ERRORS ==================================== _____________ ERROR collecting tests/gallery/test_insert_raster.py _____________ ImportError while importing test module '/build/GeoAlchemy2-0.14.1/tests/gallery/test_insert_raster.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/2c7sgx69p6mmp76cvmi5j6c72dj76jj8-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/gallery/test_insert_raster.py:21: in import rasterio E ModuleNotFoundError: No module named 'rasterio' =========================== short test summary info ============================ ERROR tests/gallery/test_insert_raster.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ======================== 9 deselected, 1 error in 0.46s ======================== /nix/store/rk3g4mxrs84bv1vanqnzpdkhm73ksr0z-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context