python312Packages.bork 7.0.2 -> 8.0.0 https://github.com/duckinator/bork/releases attrpath: python312Packages.bork 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] this derivation will be built: /nix/store/6b4zyha0k6rd5prj1d58vw0wd0a9dnra-packages.json.drv building '/nix/store/6b4zyha0k6rd5prj1d58vw0wd0a9dnra-packages.json.drv'... Going to be running update for following packages: - python3.12-bork-7.0.2 Press Enter key to continue... Running update for: - python3.12-bork-7.0.2: UPDATING ... - python3.12-bork-7.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bork/default.nix b/pkgs/development/python-modules/bork/default.nix index 060ac57ae00e..0331034e0f0c 100644 --- a/pkgs/development/python-modules/bork/default.nix +++ b/pkgs/development/python-modules/bork/default.nix @@ -16,15 +16,15 @@ buildPythonPackage rec { pname = "bork"; - version = "7.0.2"; + version = "8.0.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "duckinator"; repo = pname; - rev = "v${version}"; - hash = "sha256-sHCPT6nTenE6mbTifNPtg0OMNIJCs7LRcF8Xuk+MwLs="; + rev = "refs/tags/v${version}"; + hash = "sha256-BDwVhKmZ/F8CvpT6dEI5moQZx8wHy1TwdOl889XogEo="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.bork nix build failed. if _mswindows: # Windows accumulates the output in a single blocking # read() call run on child threads, with the timeout # being done in a join() on those threads. communicate() # _after_ kill() is required to collect that and add it # to the exception. exc.stdout, exc.stderr = process.communicate() else: # POSIX _communicate already populated the output so # far into the TimeoutExpired exception. process.wait() raise except: # Including KeyboardInterrupt, communicate handled that. process.kill() # We don't call process.wait() as .__exit__ does that for us. raise retcode = process.poll() if check and retcode: > raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) E subprocess.CalledProcessError: Command '['/nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/bin/python3.12', '-m', 'bork', 'build']' returned non-zero exit status 1. /nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/lib/python3.12/subprocess.py:571: CalledProcessError =========================== short test summary info ============================ FAILED tests/test_repos.py::test_repo[minimal-package] - subprocess.CalledProcessError: Command '['/nix/store/n3jf1lkdfakxskzsm4nlhs... FAILED tests/test_repos.py::test_repo[poetry-package] - subprocess.CalledProcessError: Command '['/nix/store/n3jf1lkdfakxskzsm4nlhs... FAILED tests/test_repos.py::test_repo[hatch-package] - subprocess.CalledProcessError: Command '['/nix/store/n3jf1lkdfakxskzsm4nlhs... FAILED tests/test_repos.py::test_repo[source] - subprocess.CalledProcessError: Command '['/nix/store/n3jf1lkdfakxskzsm4nlhs... ================== 4 failed, 1 passed, 4 deselected in 45.08s ================== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context