python311Packages.pyflakes 3.0.1 -> 3.1.0 https://repology.org/project/python:pyflakes/versions attrpath: python311Packages.pyflakes Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/50dv8fzmsx1p8g7qklwz9bd3v9ya187c-packages.json.drv building '/nix/store/50dv8fzmsx1p8g7qklwz9bd3v9ya187c-packages.json.drv'... Going to be running update for following packages: - python3.11-pyflakes-3.0.1 Press Enter key to continue... Running update for: - python3.11-pyflakes-3.0.1: UPDATING ... - python3.11-pyflakes-3.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyflakes/default.nix b/pkgs/development/python-modules/pyflakes/default.nix index d83c02783729..cc611452248f 100644 --- a/pkgs/development/python-modules/pyflakes/default.nix +++ b/pkgs/development/python-modules/pyflakes/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pyflakes"; - version = "3.0.1"; + version = "3.1.0"; disabled = pythonOlder "3.6"; @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-7IsnamtgvYDe/tJa3X5DmIHBnmSFCv2bNGKD1BZf0P0="; + hash = "sha256-oKrgNMRE2wBxqgd5crpHaNQMgw2VOf1Fv0zT+PaZLvw="; }; patches = lib.optional isPy311 # could be made unconditional on rebuild No auto update branch exists Old version 3.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , pytestCheckHook }: buildPythonPackage rec { pname = "pyflakes"; version = "3.1.0"; disabled = pythonOlder "3.6"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-oKrgNMRE2wBxqgd5crpHaNQMgw2VOf1Fv0zT+PaZLvw="; }; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyflakes" ]; meta = with lib; { homepage = "https://github.com/PyCQA/pyflakes"; changelog = "https://github.com/PyCQA/pyflakes/blob/${version}/NEWS.rst"; description = "A simple program which checks Python source files for errors"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; }