safety-cli 2.3.5 -> 3.0.1 https://github.com/pyupio/safety/releases attrpath: safety-cli 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/ha6wdjcyrhxakphhmnvlhig273pk3g7a-packages.json.drv building '/nix/store/ha6wdjcyrhxakphhmnvlhig273pk3g7a-packages.json.drv'... Going to be running update for following packages: - safety-2.3.5 Press Enter key to continue... Running update for: - safety-2.3.5: UPDATING ... - safety-2.3.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/safety/default.nix b/pkgs/development/python-modules/safety/default.nix index bb367629b5a3..c7722e547d9e 100644 --- a/pkgs/development/python-modules/safety/default.nix +++ b/pkgs/development/python-modules/safety/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "safety"; - version = "2.3.5"; + version = "3.0.1"; disabled = pythonOlder "3.6"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-pgwR+JUvQSy7Fl1wyx9nOjtDorqak84R+X5qTeg0qjo="; + hash = "sha256-HyAA8DZS86C/xn+P0emLxXI8y3bhXLG91oVFw9gD3wE="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A safety-cli nix build failed. adding 'safety/scan/finder/file_finder.py' adding 'safety/scan/finder/handlers.py' adding 'safety/templates/index.html' adding 'safety-3.0.1.dist-info/LICENSE' adding 'safety-3.0.1.dist-info/METADATA' adding 'safety-3.0.1.dist-info/WHEEL' adding 'safety-3.0.1.dist-info/entry_points.txt' adding 'safety-3.0.1.dist-info/top_level.txt' adding 'safety-3.0.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built safety-3.0.1-py3-none-any.whl Finished creating a wheel... /build/safety-3.0.1/dist /build/safety-3.0.1 Unpacking to: unpacked/safety-3.0.1...OK Repacking wheel as ./safety-3.0.1-py3-none-any.whl...OK /build/safety-3.0.1 Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for safety-3.0.1-py3-none-any.whl - dparse>=0.6.4b0 not satisfied by version 0.6.3 - jinja2 not installed - marshmallow not installed - authlib not installed - rich not installed - typer not installed - pydantic not installed - safety-schemas not installed - typing-extensions not installed