linkchecker: 10.2.1 -> 10.6.0

This commit is contained in:
Petr Zahradnik 2025-08-07 11:57:46 +02:00 committed by Peter Hoeg
parent 4d9b55329a
commit 19f5098f8b

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "linkchecker";
version = "10.2.1";
version = "10.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "linkchecker";
repo = "linkchecker";
tag = "v${version}";
hash = "sha256-z7Qp74cai8GfsxB4n9dSCWQepp0/4PimFiRJQBaVSoo=";
hash = "sha256-CzDShtqcGO2TP5qNVf2zkI3Yyh80I+pSVIFzmi3AaGQ=";
};
nativeBuildInputs = [ gettext ];
@ -46,11 +46,6 @@ python3.pkgs.buildPythonApplication rec {
"test_itms_services" # uses sys.version_info for conditional testing
];
disabledTestPaths = [
"tests/checker/telnetserver.py"
"tests/checker/test_telnet.py"
];
__darwinAllowLocalNetworking = true;
meta = {