2022-12-27T13:52:16 python310Packages.dunamai 0 -> 1 2022-12-27T13:52:18 attrpath: python310Packages.dunamai 2022-12-27T13:52:18 Checking auto update branch... 2022-12-27T13:52:22 [version] 2022-12-27T13:52:22 [version] skipping because derivation has updateScript 2022-12-27T13:52:22 [rustCrateVersion] 2022-12-27T13:52:22 [rustCrateVersion] No cargoSha256 found 2022-12-27T13:52:22 [golangModuleVersion] 2022-12-27T13:52:22 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-27T13:52:22 [updateScript] 2022-12-27T13:52:25 [updateScript] Success 2022-12-27T13:52:25 [updateScript] this derivation will be built: /nix/store/dhxb0dzax7a9f2690cbh0hyhm13wnfqv-packages.json.drv building '/nix/store/dhxb0dzax7a9f2690cbh0hyhm13wnfqv-packages.json.drv'... Going to be running update for following packages: - python3.10-dunamai-1.13.1 Press Enter key to continue... Running update for: - python3.10-dunamai-1.13.1: UPDATING ... - python3.10-dunamai-1.13.1: DONE. Packages updated! 2022-12-27T13:52:25 2022-12-27T13:52:25 [quotedUrls] 2022-12-27T13:52:25 [quotedUrls] nothing found to replace 2022-12-27T13:52:25 Diff after rewrites: diff --git a/pkgs/development/python-modules/dunamai/default.nix b/pkgs/development/python-modules/dunamai/default.nix index 65a9f4b0dcb..52b357f6dc7 100644 --- a/pkgs/development/python-modules/dunamai/default.nix +++ b/pkgs/development/python-modules/dunamai/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "dunamai"; - version = "1.13.1"; + version = "1.15.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "mtkennerly"; repo = "dunamai"; rev = "refs/tags/v${version}"; - sha256 = "sha256-UoqVfRdwOgxNLY17+dPgYO1GIPw3ZUwE/tiVzHjBxcY="; + sha256 = "sha256-dqMI51UHbkyfkxAPojRlS6qew2Ob4LbUkYua6zmcQgc="; }; nativeBuildInputs = [ 2022-12-27T13:53:50 An auto update branch exists with message `python310Packages.dunamai: 1.13.1 -> 1.14.1`. New version is 1.15.0. 2022-12-27T13:53:50 The auto update branch does not match or exceed the new version. 2022-12-27T13:53:57 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.dunamai nix build failed. Check whether the following modules can be imported: dunamai @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/source collecting ...  collecting 38 items / 1 error  collected 41 items / 1 error  ==================================== ERRORS ==================================== ______________ ERROR collecting tests/integration/test_dunamai.py ______________ tests/integration/test_dunamai.py:332: in @pytest.mark.skipif(is_git_legacy(), reason="Requires non-legacy Git") tests/integration/test_dunamai.py:32: in is_git_legacy version = _get_git_version() dunamai/__init__.py:270: in _get_git_version _, msg = _run_cmd("git version") dunamai/__init__.py:145: in _run_cmd result = subprocess.run( /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/subprocess.py:503: in run with Popen(*popenargs, **kwargs) as process: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/subprocess.py:971: in __init__ self._execute_child(args, executable, preexec_fn, close_fds, /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/subprocess.py:1847: in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) E FileNotFoundError: [Errno 2] No such file or directory: 'git' =========================== short test summary info ============================ ERROR tests/integration/test_dunamai.py - FileNotFoundError: [Errno 2] No suc... !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.64s ===============================