2022-12-04T16:07:07 python310Packages.bytecode 0 -> 1 2022-12-04T16:07:09 attrpath: python310Packages.bytecode 2022-12-04T16:07:10 Checking auto update branch... 2022-12-04T16:07:14 [version] 2022-12-04T16:07:14 [version] skipping because derivation has updateScript 2022-12-04T16:07:14 [rustCrateVersion] 2022-12-04T16:07:14 [rustCrateVersion] No cargoSha256 found 2022-12-04T16:07:14 [golangModuleVersion] 2022-12-04T16:07:14 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-04T16:07:14 [updateScript] 2022-12-04T16:07:17 [updateScript] Success 2022-12-04T16:07:17 [updateScript] this derivation will be built: /nix/store/rwkhnxspkf4l7g82kzb9h9pkippf98am-packages.json.drv building '/nix/store/rwkhnxspkf4l7g82kzb9h9pkippf98am-packages.json.drv'... Going to be running update for following packages: - python3.10-bytecode-0.13.0 Press Enter key to continue... Running update for: - python3.10-bytecode-0.13.0: UPDATING ... - python3.10-bytecode-0.13.0: DONE. Packages updated! 2022-12-04T16:07:17 2022-12-04T16:07:17 [quotedUrls] 2022-12-04T16:07:17 [quotedUrls] nothing found to replace 2022-12-04T16:07:17 Diff after rewrites: diff --git a/pkgs/development/python-modules/bytecode/default.nix b/pkgs/development/python-modules/bytecode/default.nix index 648ec29520b..a10a546e40b 100644 --- a/pkgs/development/python-modules/bytecode/default.nix +++ b/pkgs/development/python-modules/bytecode/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "bytecode"; - version = "0.13.0"; + version = "0.14.0"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "vstinner"; repo = pname; - rev = version; - sha256 = "sha256-aY19qMYW7KziiXVY3lxdnHk7OCAJaNh+aTvlQyJWmDw="; + rev = "refs/tags/${version}"; + sha256 = "sha256-nGZ4qcms27lYr1dYvVe4ebd/jc5qIb1EDhSpSZmKKIo="; }; checkInputs = [ 2022-12-04T16:08:46 No auto update branch exists 2022-12-04T16:08:51 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.bytecode nix build failed. strip is /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/strip patching script interpreter paths in /nix/store/pmv7830h27zlhz09nwxfa1nxs1i48iry-python3.10-bytecode-0.14.0-dist checking for references to /build/ in /nix/store/pmv7830h27zlhz09nwxfa1nxs1i48iry-python3.10-bytecode-0.14.0-dist... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: bytecode Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/gvi427r4qgdpy4c6arfapvrvh0002z79-python3.10-bytecode-0.14.0/lib/python3.10/site-packages/bytecode/__init__.py", line 47, in from bytecode.version import __version__ ModuleNotFoundError: No module named 'bytecode.version'