python310Packages.fasteners 0 -> 1 attrpath: python310Packages.fasteners 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] Going to be running update for following packages: - python3.10-fasteners-0.18 Press Enter key to continue... Running update for: - python3.10-fasteners-0.18: UPDATING ... - python3.10-fasteners-0.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fasteners/default.nix b/pkgs/development/python-modules/fasteners/default.nix index 38d09c47705c..3dcdb073aeea 100644 --- a/pkgs/development/python-modules/fasteners/default.nix +++ b/pkgs/development/python-modules/fasteners/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "fasteners"; - version = "0.18"; + version = "0.19"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "harlowja"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-FGcGGRfObOqXuURyEuNt/KDn51POpdNPUJJKtMcLJNI="; + hash = "sha256-XFa1ItFqkSYE940p/imWFp5e9gS6n+D1uM6Cj+Vzmmg="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.18" not present in staging derivation file with contents: { lib , buildPythonPackage , diskcache , eventlet , fetchFromGitHub , more-itertools , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "fasteners"; version = "0.19"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "harlowja"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-XFa1ItFqkSYE940p/imWFp5e9gS6n+D1uM6Cj+Vzmmg="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ diskcache eventlet more-itertools pytestCheckHook ]; pythonImportsCheck = [ "fasteners" ]; pytestFlagsArray = [ "tests/" ]; meta = with lib; { description = "Module that provides useful locks"; homepage = "https://github.com/harlowja/fasteners"; changelog = "https://github.com/harlowja/fasteners/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }