lol

Merge pull request #293484 from cafkafk/devpi-server-update

devpi-server: 6.9.2 -> 6.10.0

authored by

Sarah Brofeldt and committed by
GitHub
1c5c0265 830f5f84

+5 -3
+5 -3
pkgs/development/tools/devpi-server/default.nix
··· 13 13 , platformdirs 14 14 , pluggy 15 15 , py 16 + , httpx 16 17 , pyramid 17 18 , pytestCheckHook 18 19 , repoze-lru ··· 27 28 28 29 buildPythonApplication rec { 29 30 pname = "devpi-server"; 30 - version = "6.9.2"; 31 + version = "6.10.0"; 31 32 pyproject = true; 32 33 33 34 disabled = pythonOlder "3.7"; ··· 36 37 owner = "devpi"; 37 38 repo = "devpi"; 38 39 rev = "server-${version}"; 39 - hash = "sha256-HnxWLxOK+6B8O/7lpNjuSUQ0Z7NOmV2n01WFyjow6oU="; 40 + hash = "sha256-JqYWWItdAgtUtiYSqxUd40tT7ON4oHiDA4/3Uhb01b8="; 40 41 }; 41 42 42 43 sourceRoot = "${src.name}/server"; ··· 67 68 strictyaml 68 69 waitress 69 70 py 71 + httpx 70 72 ] ++ passlib.optional-dependencies.argon2; 71 73 72 74 nativeCheckInputs = [ ··· 86 88 ''; 87 89 pytestFlagsArray = [ 88 90 "./test_devpi_server" 89 - "--slow" 90 91 "-rfsxX" 91 92 "--ignore=test_devpi_server/test_nginx_replica.py" 92 93 "--ignore=test_devpi_server/test_streaming_nginx.py" ··· 98 99 "test_auth_mirror_url_no_hash" 99 100 "test_auth_mirror_url_with_hash" 100 101 "test_auth_mirror_url_hidden_in_logs" 102 + "test_simplelinks_timeout" 101 103 ]; 102 104 103 105 __darwinAllowLocalNetworking = true;