Loading pkgs/development/tools/devpi-server/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , platformdirs , pluggy , py , httpx , pyramid , pytestCheckHook , repoze-lru Loading @@ -27,7 +28,7 @@ buildPythonApplication rec { pname = "devpi-server"; version = "6.9.2"; version = "6.10.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -36,7 +37,7 @@ buildPythonApplication rec { owner = "devpi"; repo = "devpi"; rev = "server-${version}"; hash = "sha256-HnxWLxOK+6B8O/7lpNjuSUQ0Z7NOmV2n01WFyjow6oU="; hash = "sha256-JqYWWItdAgtUtiYSqxUd40tT7ON4oHiDA4/3Uhb01b8="; }; sourceRoot = "${src.name}/server"; Loading Loading @@ -67,6 +68,7 @@ buildPythonApplication rec { strictyaml waitress py httpx ] ++ passlib.optional-dependencies.argon2; nativeCheckInputs = [ Loading @@ -86,7 +88,6 @@ buildPythonApplication rec { ''; pytestFlagsArray = [ "./test_devpi_server" "--slow" "-rfsxX" "--ignore=test_devpi_server/test_nginx_replica.py" "--ignore=test_devpi_server/test_streaming_nginx.py" Loading @@ -98,6 +99,7 @@ buildPythonApplication rec { "test_auth_mirror_url_no_hash" "test_auth_mirror_url_with_hash" "test_auth_mirror_url_hidden_in_logs" "test_simplelinks_timeout" ]; __darwinAllowLocalNetworking = true; Loading Loading
pkgs/development/tools/devpi-server/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , platformdirs , pluggy , py , httpx , pyramid , pytestCheckHook , repoze-lru Loading @@ -27,7 +28,7 @@ buildPythonApplication rec { pname = "devpi-server"; version = "6.9.2"; version = "6.10.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -36,7 +37,7 @@ buildPythonApplication rec { owner = "devpi"; repo = "devpi"; rev = "server-${version}"; hash = "sha256-HnxWLxOK+6B8O/7lpNjuSUQ0Z7NOmV2n01WFyjow6oU="; hash = "sha256-JqYWWItdAgtUtiYSqxUd40tT7ON4oHiDA4/3Uhb01b8="; }; sourceRoot = "${src.name}/server"; Loading Loading @@ -67,6 +68,7 @@ buildPythonApplication rec { strictyaml waitress py httpx ] ++ passlib.optional-dependencies.argon2; nativeCheckInputs = [ Loading @@ -86,7 +88,6 @@ buildPythonApplication rec { ''; pytestFlagsArray = [ "./test_devpi_server" "--slow" "-rfsxX" "--ignore=test_devpi_server/test_nginx_replica.py" "--ignore=test_devpi_server/test_streaming_nginx.py" Loading @@ -98,6 +99,7 @@ buildPythonApplication rec { "test_auth_mirror_url_no_hash" "test_auth_mirror_url_with_hash" "test_auth_mirror_url_hidden_in_logs" "test_simplelinks_timeout" ]; __darwinAllowLocalNetworking = true; Loading