autoflake 0 -> 1 attrpath: autoflake Checking auto update branch... No auto update branch exists Old version 0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , pyflakes , pytestCheckHook }: buildPythonPackage rec { pname = "autoflake"; version = "1.4"; src = fetchPypi { inherit pname version; hash = "sha256-YaNTASz/arlMoGKCPR+y9pLErNpRx2/4Oo13kV+6Ueo="; }; propagatedBuildInputs = [ pyflakes ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "autoflake" ]; disabledTests = [ # AssertionError: True is not false "test_is_literal_or_name" ]; meta = with lib; { description = "Tool to remove unused imports and unused variables"; homepage = "https://github.com/myint/autoflake"; license = licenses.mit; maintainers = with maintainers; [ yuriaisaka ]; }; } autoflake 1.4 -> 2.0.0 https://repology.org/metapackage/autoflake/versions attrpath: autoflake Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/autoflake/default.nix b/pkgs/development/python-modules/autoflake/default.nix index 2eebefa5c11..f3cee8eebdb 100644 --- a/pkgs/development/python-modules/autoflake/default.nix +++ b/pkgs/development/python-modules/autoflake/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "autoflake"; - version = "1.4"; + version = "2.0.0"; src = fetchPypi { inherit pname version; - hash = "sha256-YaNTASz/arlMoGKCPR+y9pLErNpRx2/4Oo13kV+6Ueo="; + hash = "sha256-cYW1lucNiXDG1BBsES70GSHkcr0mq/NhPbmeyojMjCo="; }; propagatedBuildInputs = [ Python package with too many package rebuilds 1138 > 25