python311Packages.syrupy 0 -> 1 attrpath: python311Packages.syrupy 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] this derivation will be built: /nix/store/j6cvg2dsx6fg7dy8gxbpj1r3yz28mvrg-packages.json.drv building '/nix/store/j6cvg2dsx6fg7dy8gxbpj1r3yz28mvrg-packages.json.drv'... Going to be running update for following packages: - python3.11-syrupy-4.6.0 Press Enter key to continue... Running update for: - python3.11-syrupy-4.6.0: UPDATING ... - python3.11-syrupy-4.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/syrupy/default.nix b/pkgs/development/python-modules/syrupy/default.nix index 84bc944317e1..c5b860e84050 100644 --- a/pkgs/development/python-modules/syrupy/default.nix +++ b/pkgs/development/python-modules/syrupy/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "syrupy"; - version = "4.6.0"; + version = "4.6.1"; format = "pyproject"; disabled = lib.versionOlder python.version "3.8.1"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "tophat"; repo = "syrupy"; rev = "refs/tags/v${version}"; - hash = "sha256-FjDGwSOKvDWx+LwUCNGEOBKV3rFG+09gtFpLLi0xgD4="; + hash = "sha256-NBJJqQsZqqKHOdqGa/j/2KQvlenLCEJBqlfdjtFK00U="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.6.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , python , poetry-core , pytest , colored , invoke }: buildPythonPackage rec { pname = "syrupy"; version = "4.6.1"; format = "pyproject"; disabled = lib.versionOlder python.version "3.8.1"; src = fetchFromGitHub { owner = "tophat"; repo = "syrupy"; rev = "refs/tags/v${version}"; hash = "sha256-NBJJqQsZqqKHOdqGa/j/2KQvlenLCEJBqlfdjtFK00U="; }; nativeBuildInputs = [ poetry-core ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ colored ]; nativeCheckInputs = [ invoke pytest ]; checkPhase = '' runHook preCheck # https://github.com/tophat/syrupy/blob/main/CONTRIBUTING.md#local-development invoke test runHook postCheck ''; pythonImportsCheck = [ "syrupy" ]; meta = with lib; { changelog = "https://github.com/tophat/syrupy/releases/tag/v${version}"; description = "Pytest Snapshot Test Utility"; homepage = "https://github.com/tophat/syrupy"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }