Loading pkgs/development/python-modules/owslib/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, lxml, pytest-cov-stub, pytest-httpserver, pytestCheckHook, python-dateutil, pythonOlder, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "owslib"; version = "0.32.1"; version = "0.33.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { owner = "geopython"; repo = "OWSLib"; tag = version; hash = "sha256-yQ/QDTTZLgBoTpa+ssvVPvDotBo6HXMvM2ZgTtbzOcA="; hash = "sha256-Qp8Ow39r6u/6h9+2Qa7WMzrs6Lyek07tWYtxtvVgM/Y="; }; postPatch = '' Loading @@ -43,6 +44,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-cov-stub pytest-httpserver pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/owslib/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, lxml, pytest-cov-stub, pytest-httpserver, pytestCheckHook, python-dateutil, pythonOlder, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "owslib"; version = "0.32.1"; version = "0.33.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { owner = "geopython"; repo = "OWSLib"; tag = version; hash = "sha256-yQ/QDTTZLgBoTpa+ssvVPvDotBo6HXMvM2ZgTtbzOcA="; hash = "sha256-Qp8Ow39r6u/6h9+2Qa7WMzrs6Lyek07tWYtxtvVgM/Y="; }; postPatch = '' Loading @@ -43,6 +44,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-cov-stub pytest-httpserver pytestCheckHook ]; Loading