2022-12-06T04:38:54 python3.10-jsonref 0.2 -> 1.0.1 https://pypi.org/project/jsonref/ 2022-12-06T04:38:56 attrpath: python310Packages.jsonref 2022-12-06T04:38:57 Checking auto update branch... 2022-12-06T04:39:01 [version] 2022-12-06T04:39:01 [version] skipping because derivation has updateScript 2022-12-06T04:39:01 [rustCrateVersion] 2022-12-06T04:39:01 [rustCrateVersion] No cargoSha256 found 2022-12-06T04:39:01 [golangModuleVersion] 2022-12-06T04:39:01 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-06T04:39:01 [updateScript] 2022-12-06T04:39:03 [updateScript] Success 2022-12-06T04:39:03 [updateScript] this derivation will be built: /nix/store/3xsfqm99hx3q7j9jxyacjgglf6h8s84d-packages.json.drv building '/nix/store/3xsfqm99hx3q7j9jxyacjgglf6h8s84d-packages.json.drv'... Going to be running update for following packages: - python3.10-jsonref-0.2 Press Enter key to continue... Running update for: - python3.10-jsonref-0.2: UPDATING ... - python3.10-jsonref-0.2: DONE. Packages updated! 2022-12-06T04:39:03 2022-12-06T04:39:03 [quotedUrls] 2022-12-06T04:39:03 [quotedUrls] nothing found to replace 2022-12-06T04:39:03 Diff after rewrites: diff --git a/pkgs/development/python-modules/jsonref/default.nix b/pkgs/development/python-modules/jsonref/default.nix index 2ab8ec45a70..8e48b0665a6 100644 --- a/pkgs/development/python-modules/jsonref/default.nix +++ b/pkgs/development/python-modules/jsonref/default.nix @@ -3,11 +3,11 @@ buildPythonPackage rec { pname = "jsonref"; - version = "0.2"; + version = "1.0.1"; src = fetchPypi { inherit pname version; - sha256 = "15v69rg2lkcykb2spnq6vbbirv9sfq480fnwmfppw9gn3h95pi7k"; + sha256 = "sha256-UdPhi4PKcXD/UShqDhpnGdi3/Mer2xaxiTlahTaZa5c="; }; checkInputs = [ pytest mock ]; 2022-12-06T04:40:34 No auto update branch exists 2022-12-06T04:40:37 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.jsonref nix build failed. Successfully installed jsonref-1.0.1 /build/jsonref-1.0.1 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" } pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/0qp3ni1fxfnchimf58acbvfh0qaqz8a7-python3.10-jsonref-1.0.1 strip is /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/0qp3ni1fxfnchimf58acbvfh0qaqz8a7-python3.10-jsonref-1.0.1/lib patching script interpreter paths in /nix/store/0qp3ni1fxfnchimf58acbvfh0qaqz8a7-python3.10-jsonref-1.0.1 checking for references to /build/ in /nix/store/0qp3ni1fxfnchimf58acbvfh0qaqz8a7-python3.10-jsonref-1.0.1... shrinking RPATHs of ELF executables and libraries in /nix/store/xi6sv5q74x1qd5df00cwc5ka4027m24l-python3.10-jsonref-1.0.1-dist strip is /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/strip patching script interpreter paths in /nix/store/xi6sv5q74x1qd5df00cwc5ka4027m24l-python3.10-jsonref-1.0.1-dist checking for references to /build/ in /nix/store/xi6sv5q74x1qd5df00cwc5ka4027m24l-python3.10-jsonref-1.0.1-dist... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/jsonref-1.0.1 collecting ...  collected 0 items  ============================ no tests ran in 0.00s ============================= ERROR: file or directory not found: tests.py