patroni 2.1.3 -> 3.0.0 https://github.com/zalando/patroni/releases attrpath: patroni 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4vqhak52r99l9bwpk06dlbi6yfygfa6q-packages.json.drv building '/nix/store/4vqhak52r99l9bwpk06dlbi6yfygfa6q-packages.json.drv'... Going to be running update for following packages: - patroni-2.1.3 Press Enter key to continue... Running update for: - patroni-2.1.3: UPDATING ... - patroni-2.1.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/sql/patroni/default.nix b/pkgs/servers/sql/patroni/default.nix index 23c165ab545..83f54413803 100644 --- a/pkgs/servers/sql/patroni/default.nix +++ b/pkgs/servers/sql/patroni/default.nix @@ -6,13 +6,13 @@ pythonPackages.buildPythonApplication rec { pname = "patroni"; - version = "2.1.3"; + version = "3.0.0"; src = fetchFromGitHub { owner = "zalando"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-cBkiBrty/6A3rIv9A1oh8GvPjwxhHwYEKuDIsNzHw1g="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-cWEJcAAq73Tlrz7GTtQrZQHwrK81Vh2tiSF9aw+kKas="; }; # cdiff renamed to ydiff; remove when patroni source reflects this. 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 patroni nix build failed. @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: patroni @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0 rootdir: /build/source plugins: cov-4.0.0 collecting ...  collecting 124 items / 1 error  collected 513 items / 1 error  ==================================== ERRORS ==================================== ______________________ ERROR collecting tests/test_aws.py ______________________ ImportError while importing test module '/build/source/tests/test_aws.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_aws.py:1: in import botocore E ModuleNotFoundError: No module named 'botocore' =========================== short test summary info ============================ ERROR tests/test_aws.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.98s =============================== /nix/store/3yfs41f4b60jya2gk6xikx4s97zsxjr0-stdenv-linux/setup: line 1573: pop_var_context: head of shell_variables not a function context