python310Packages.vulture 0 -> 1 attrpath: python310Packages.vulture 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bwn8i3rap6sx2hmfj2s0n8n9lsk28m64-packages.json.drv building '/nix/store/bwn8i3rap6sx2hmfj2s0n8n9lsk28m64-packages.json.drv'... Going to be running update for following packages: - python3.10-vulture-2.6 Press Enter key to continue... Running update for: - python3.10-vulture-2.6: UPDATING ... - python3.10-vulture-2.6: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/vulture/default.nix b/pkgs/development/python-modules/vulture/default.nix index 501b08969dd..b5683503249 100644 --- a/pkgs/development/python-modules/vulture/default.nix +++ b/pkgs/development/python-modules/vulture/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "vulture"; - version = "2.6"; + version = "2.7"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-JRX6hIGBAB3Ipzq6agGhoXQG9dNy8k7H9xkYZvn0mX4="; + hash = "sha256-Z/uAoBTtn9tZndRLuWy1QxEDKhBBBvwucG73ptrYgDI="; }; postPatch = '' No auto update branch exists Old version 2.6" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pint , pythonOlder , pytestCheckHook , toml }: buildPythonPackage rec { pname = "vulture"; version = "2.7"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-Z/uAoBTtn9tZndRLuWy1QxEDKhBBBvwucG73ptrYgDI="; }; postPatch = '' substituteInPlace setup.cfg \ --replace " --cov vulture --cov-report=html --cov-report=term --cov-report=xml --cov-append" "" ''; propagatedBuildInputs = [ toml ]; nativeCheckInputs = [ pint pytestCheckHook ]; pythonImportsCheck = [ "vulture" ]; meta = with lib; { description = "Finds unused code in Python programs"; homepage = "https://github.com/jendrikseipp/vulture"; license = licenses.mit; maintainers = with maintainers; [ mcwitt ]; }; }