2022-11-26T01:17:09 reno 3.1.0 -> 3.5.0 https://pypi.org/project/reno/ 2022-11-26T01:17:12 attrpath: reno 2022-11-26T01:17:12 Checking auto update branch... 2022-11-26T01:17:15 [version] 2022-11-26T01:17:15 [version] skipping because derivation has updateScript 2022-11-26T01:17:15 [rustCrateVersion] 2022-11-26T01:17:15 [rustCrateVersion] No cargoSha256 found 2022-11-26T01:17:15 [golangModuleVersion] 2022-11-26T01:17:15 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-26T01:17:15 [updateScript] 2022-11-26T01:17:17 [updateScript] Success 2022-11-26T01:17:17 [updateScript] this derivation will be built: /nix/store/7gzcpgyf7f0dl3f1bphx831v0ajpcydl-packages.json.drv building '/nix/store/7gzcpgyf7f0dl3f1bphx831v0ajpcydl-packages.json.drv'... Going to be running update for following packages: - reno-3.1.0 Press Enter key to continue... Running update for: - reno-3.1.0: UPDATING ... - reno-3.1.0: DONE. Packages updated! 2022-11-26T01:17:17 2022-11-26T01:17:17 [quotedUrls] 2022-11-26T01:17:17 [quotedUrls] nothing found to replace 2022-11-26T01:17:17 Diff after rewrites: diff --git a/pkgs/development/tools/reno/default.nix b/pkgs/development/tools/reno/default.nix index ca01f6ebfa2..ca3aa17a607 100644 --- a/pkgs/development/tools/reno/default.nix +++ b/pkgs/development/tools/reno/default.nix @@ -6,12 +6,12 @@ with python3Packages; buildPythonApplication rec { pname = "reno"; - version = "3.1.0"; + version = "3.5.0"; # Must be built from python sdist because of versioning quirks src = fetchPypi { inherit pname version; - sha256 = "2510e3aae4874674187f88f22f854e6b0ea1881b77039808a68ac1a5e8ee69b6"; + sha256 = "sha256-gi9DPHtIxaS70kjUr0GOrohWBDwtrnd9OSy0yXTLsuI="; }; propagatedBuildInputs = [ 2022-11-26T01:18:48 No auto update branch exists 2022-11-26T01:20:32 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 reno nix build failed. File "/build/reno-3.5.0/reno/semver.py", line 25, in compute_next_version with loader.Loader(conf, ignore_cache=True) as ldr: File "/build/reno-3.5.0/reno/loader.py", line 62, in __init__ self._load_data() File "/build/reno-3.5.0/reno/loader.py", line 88, in _load_data self._scanner = scanner.Scanner(self._config) File "/build/reno-3.5.0/reno/scanner.py", line 512, in __init__ self._repo = RenoRepo(self.reporoot) File "/nix/store/1dwv35r9nr6x7hh9s0qfzfijn0ylc44n-python3.10-dulwich-0.20.50/lib/python3.10/site-packages/dulwich/repo.py", line 1126, in __init__ raise NotGitRepository( dulwich.errors.NotGitRepository: No git repository was found at ./ =============================== warnings summary =============================== ../../nix/store/l31806c52b8rqjf0s9zmwjyplqa3ic6s-python3.10-testtools-2.5.0/lib/python3.10/site-packages/testtools/distutilscmd.py:7 /nix/store/l31806c52b8rqjf0s9zmwjyplqa3ic6s-python3.10-testtools-2.5.0/lib/python3.10/site-packages/testtools/distutilscmd.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import Command -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED reno/tests/test_semver.py::TestSemVer::test_major_post_release FAILED reno/tests/test_semver.py::TestSemVer::test_major_working_and_post_release FAILED reno/tests/test_semver.py::TestSemVer::test_major_working_copy FAILED reno/tests/test_semver.py::TestSemVer::test_minor_post_release FAILED reno/tests/test_semver.py::TestSemVer::test_minor_working_and_post_release FAILED reno/tests/test_semver.py::TestSemVer::test_minor_working_copy FAILED reno/tests/test_semver.py::TestSemVer::test_patch_post_release FAILED reno/tests/test_semver.py::TestSemVer::test_patch_working_and_post_release FAILED reno/tests/test_semver.py::TestSemVer::test_patch_working_copy FAILED reno/tests/test_semver.py::TestSemVer::test_same FAILED reno/tests/test_semver.py::TestSemVer::test_same_with_note = 11 failed, 163 passed, 1 skipped, 1 deselected, 1 warning in 97.26s (0:01:37) =