python3Packages.geoalchemy2: 0.17.1 -> 0.18.0

https://github.com/geoalchemy/geoalchemy2/releases/tag/0.18.0

This commit was automatically generated using update-python-libraries.

Changed files
+6 -2
pkgs
development
python-modules
geoalchemy2
+6 -2
pkgs/development/python-modules/geoalchemy2/default.nix
···
shapely,
sqlalchemy,
alembic,
+
pytest-benchmark,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "geoalchemy2";
-
version = "0.17.1";
+
version = "0.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "geoalchemy";
repo = "geoalchemy2";
tag = version;
-
hash = "sha256-ze0AWwlmBsMUhbmaCNUeEwhFcLxRDeal0IDO421++ck=";
+
hash = "sha256-xQxry/JJTkhsailk12lhu1SkpLlx0By/D35VSw+S/4M=";
};
build-system = [
···
nativeCheckInputs = [
alembic
+
pytest-benchmark
pytestCheckHook
]
++ optional-dependencies.shapely;
+
+
pytestFlags = [ "--benchmark-disable" ];
disabledTestPaths = [
# tests require live databases