radicale2 0 -> 1 attrpath: radicale2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - Radicale-2.1.12 Press Enter key to continue... Running update for: - Radicale-2.1.12: UPDATING ... - Radicale-2.1.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/radicale/2.x.nix b/pkgs/servers/radicale/2.x.nix index 7e86322e31c6..258934bc1ee6 100644 --- a/pkgs/servers/radicale/2.x.nix +++ b/pkgs/servers/radicale/2.x.nix @@ -2,14 +2,14 @@ python3.pkgs.buildPythonApplication rec { pname = "Radicale"; - version = "2.1.12"; + version = "3.1.8"; # No tests in PyPI tarball src = fetchFromGitHub { owner = "Kozea"; repo = "Radicale"; - rev = version; - sha256 = "14f9ql0fiwapaa4xaslwgk1ah9fzxxan2p1p2rxb4a5iqph1z0cl"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-V0nqgxGUxcTRAYFuxpKUEVB/g/Mbvw+9OIcvAexXwuM="; }; # We only want functional tests No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A radicale2 nix build failed. from radicale.app import Application radicale/app/__init__.py:38: in from radicale.app.base import ApplicationBase radicale/app/base.py:29: in import defusedxml.ElementTree as DefusedET # isort:skip E ModuleNotFoundError: No module named 'defusedxml' _________________ ERROR collecting radicale/tests/test_web.py __________________ ImportError while importing test module '/build/source/radicale/tests/test_web.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) radicale/__init__.py:33: in from radicale.app import Application radicale/app/__init__.py:38: in from radicale.app.base import ApplicationBase radicale/app/base.py:29: in import defusedxml.ElementTree as DefusedET # isort:skip E ModuleNotFoundError: No module named 'defusedxml' =========================== short test summary info ============================ ERROR radicale/tests/test_auth.py ERROR radicale/tests/test_base.py ERROR radicale/tests/test_config.py ERROR radicale/tests/test_rights.py ERROR radicale/tests/test_server.py ERROR radicale/tests/test_storage.py ERROR radicale/tests/test_web.py !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 7 errors in 0.16s =============================== /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context