2022-12-16T12:15:53 commitizen 2.37.0 -> 2.38.0 https://repology.org/metapackage/commitizen/versions 2022-12-16T12:15:55 attrpath: commitizen 2022-12-16T12:15:55 Checking auto update branch... 2022-12-16T12:15:59 [version] 2022-12-16T12:15:59 [version] skipping because derivation has updateScript 2022-12-16T12:15:59 [rustCrateVersion] 2022-12-16T12:15:59 [rustCrateVersion] No cargoSha256 found 2022-12-16T12:15:59 [golangModuleVersion] 2022-12-16T12:15:59 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-16T12:15:59 [updateScript] 2022-12-16T12:16:03 [updateScript] Success 2022-12-16T12:16:03 [updateScript] this derivation will be built: /nix/store/9k8nc5wcjrk4m6ypcfgf3v8n8zjs25zk-packages.json.drv these 2 paths will be fetched (0.06 MiB download, 0.22 MiB unpacked): /nix/store/1xcfpgi4qnc3kq34d8xsn1bj2h0nf2fd-nix-update-0.10.0 /nix/store/mvd63l72z8883bk5k70h0187pn6prqhk-nixpkgs-review-2.7.0 copying path '/nix/store/mvd63l72z8883bk5k70h0187pn6prqhk-nixpkgs-review-2.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/1xcfpgi4qnc3kq34d8xsn1bj2h0nf2fd-nix-update-0.10.0' from 'https://cache.nixos.org'... building '/nix/store/9k8nc5wcjrk4m6ypcfgf3v8n8zjs25zk-packages.json.drv'... Going to be running update for following packages: - commitizen-2.37.0 Press Enter key to continue... Running update for: - commitizen-2.37.0: UPDATING ... - commitizen-2.37.0: DONE. Packages updated! 2022-12-16T12:16:03 2022-12-16T12:16:03 [quotedUrls] 2022-12-16T12:16:03 [quotedUrls] nothing found to replace 2022-12-16T12:16:03 Diff after rewrites: diff --git a/pkgs/applications/version-management/commitizen/default.nix b/pkgs/applications/version-management/commitizen/default.nix index 3c0cf0ecec0..02ffa5d4dd5 100644 --- a/pkgs/applications/version-management/commitizen/default.nix +++ b/pkgs/applications/version-management/commitizen/default.nix @@ -22,13 +22,13 @@ buildPythonApplication rec { pname = "commitizen"; - version = "2.37.0"; + version = "2.38.0"; src = fetchFromGitHub { owner = "commitizen-tools"; repo = pname; rev = "v${version}"; - hash = "sha256-wo1I6QDWLxByHISmkPdass+BcKh0oxR5hD31UN/5+WQ="; + hash = "sha256-9soCV13N1YNGkQ7HJFBNDE7VJub4SGDSkhynPda74ck="; deepClone = true; }; 2022-12-16T12:17:30 No auto update branch exists 2022-12-16T12:18:07 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 commitizen nix build failed. ) else: config_data = file.read() > assert config_data == expected_config E assert '[tool]\n[too... "$version"\n' == '[tool.commit... "$version"\n' E + [tool] E [tool.commitizen] E name = "cz_conventional_commits" E version = "0.0.1" E tag_format = "$version" tests/commands/test_init_command.py:198: AssertionError ----------------------------- Captured stdout call ----------------------------- commitizen already in pre-commit config You can bump the version and create changelog running: cz bump --changelog The configuration are all set. ----------------------------- Captured stderr call ----------------------------- No Existing Tag. Set tag to v0.0.1 pre-commit is not installed in current environement. Run 'pre-commit install --hook-type commit-msg' again after it's installed =========================== short test summary info ============================ FAILED tests/test_conf.py::TestTomlConfig::test_init_empty_config_content - A... FAILED tests/commands/test_init_command.py::test_init_without_setup_pre_commit_hook FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_no_existing_pre_commit_conifg[pyproject.toml] FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_empty_pre_commit_config[pyproject.toml] FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_pre_commit_config_without_cz_hook[pyproject.toml] FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_cz_hook_exists_in_pre_commit_config[pyproject.toml] ================ 6 failed, 421 passed, 11 deselected in 30.57s ================= 2022-12-16T17:16:58 commitizen 0 -> 1 2022-12-16T17:17:00 attrpath: commitizen 2022-12-16T17:17:00 Checking auto update branch... 2022-12-16T17:17:04 [version] 2022-12-16T17:17:04 [version] skipping because derivation has updateScript 2022-12-16T17:17:04 [rustCrateVersion] 2022-12-16T17:17:04 [rustCrateVersion] No cargoSha256 found 2022-12-16T17:17:04 [golangModuleVersion] 2022-12-16T17:17:04 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-16T17:17:04 [updateScript] 2022-12-16T17:17:09 [updateScript] Success 2022-12-16T17:17:09 [updateScript] Going to be running update for following packages: - commitizen-2.37.0 Press Enter key to continue... Running update for: - commitizen-2.37.0: UPDATING ... - commitizen-2.37.0: DONE. Packages updated! 2022-12-16T17:17:09 2022-12-16T17:17:09 [quotedUrls] 2022-12-16T17:17:09 [quotedUrls] nothing found to replace 2022-12-16T17:17:09 Diff after rewrites: diff --git a/pkgs/applications/version-management/commitizen/default.nix b/pkgs/applications/version-management/commitizen/default.nix index 3c0cf0ecec0..dc0d804d398 100644 --- a/pkgs/applications/version-management/commitizen/default.nix +++ b/pkgs/applications/version-management/commitizen/default.nix @@ -22,13 +22,13 @@ buildPythonApplication rec { pname = "commitizen"; - version = "2.37.0"; + version = "2.38.0"; src = fetchFromGitHub { owner = "commitizen-tools"; repo = pname; rev = "v${version}"; - hash = "sha256-wo1I6QDWLxByHISmkPdass+BcKh0oxR5hD31UN/5+WQ="; + hash = "sha256-W+k+hqH0TKQAXf1Em6A1/VdqzJkhYp99I3lbqH6iDDc="; deepClone = true; }; 2022-12-16T17:18:36 No auto update branch exists 2022-12-16T17:19:13 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 commitizen nix build failed. ) else: config_data = file.read() > assert config_data == expected_config E assert '[tool]\n[too... "$version"\n' == '[tool.commit... "$version"\n' E + [tool] E [tool.commitizen] E name = "cz_conventional_commits" E version = "0.0.1" E tag_format = "$version" tests/commands/test_init_command.py:198: AssertionError ----------------------------- Captured stdout call ----------------------------- commitizen already in pre-commit config You can bump the version and create changelog running: cz bump --changelog The configuration are all set. ----------------------------- Captured stderr call ----------------------------- No Existing Tag. Set tag to v0.0.1 pre-commit is not installed in current environement. Run 'pre-commit install --hook-type commit-msg' again after it's installed =========================== short test summary info ============================ FAILED tests/test_conf.py::TestTomlConfig::test_init_empty_config_content - A... FAILED tests/commands/test_init_command.py::test_init_without_setup_pre_commit_hook FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_no_existing_pre_commit_conifg[pyproject.toml] FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_empty_pre_commit_config[pyproject.toml] FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_pre_commit_config_without_cz_hook[pyproject.toml] FAILED tests/commands/test_init_command.py::TestPreCommitCases::test_cz_hook_exists_in_pre_commit_config[pyproject.toml] ================ 6 failed, 421 passed, 11 deselected in 30.53s =================