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 , hatchling , pyflakes , pytestCheckHook , pythonOlder , tomli }: buildPythonPackage rec { pname = "autoflake"; version = "2.0.1"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-HOUgExt/OWkVJC/pHlciH01CQIUpu+Ouk62v7ShlkeA="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ pyflakes ] ++ lib.optional (pythonOlder "3.11") tomli; nativeCheckInputs = [ 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 2.0.1 -> 2.2.0 https://github.com/myint/autoflake/releases 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 9446a6dc2b4c..13ea95695ff6 100644 --- a/pkgs/development/python-modules/autoflake/default.nix +++ b/pkgs/development/python-modules/autoflake/default.nix @@ -9,12 +9,12 @@ }: buildPythonPackage rec { pname = "autoflake"; - version = "2.0.1"; + version = "2.2.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-HOUgExt/OWkVJC/pHlciH01CQIUpu+Ouk62v7ShlkeA="; + hash = "sha256-YuH3Sg/a2Jipb+5vmf6CQa+QrZnHEQyISzWFV3hBIlE="; }; nativeBuildInputs = [ Python package with too many package rebuilds 2407 > 25