python310Packages.pytest-check 0 -> 1 attrpath: python310Packages.pytest-check 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-pytest-check-2.1.4 Press Enter key to continue... Running update for: - python3.10-pytest-check-2.1.4: UPDATING ... - python3.10-pytest-check-2.1.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-check/default.nix b/pkgs/development/python-modules/pytest-check/default.nix index 1f11f31e2139..c8c3db088912 100644 --- a/pkgs/development/python-modules/pytest-check/default.nix +++ b/pkgs/development/python-modules/pytest-check/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "pytest-check"; - version = "2.1.4"; + version = "2.2.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-AbN/1wPaD6ZntwF68fBGDHRKhfHuh2de4+D5Ssw98XI="; + hash = "sha256-eufpnpDxJ9PQLSnAKostlbWofbPTDczRaen9ZsRP2+g="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-check"; version = "2.2.1"; format = "pyproject"; src = fetchPypi { pname = "pytest_check"; inherit version; hash = "sha256-3rN/iB36DV4kbymWI4rvdFp5ANezUjp0FgV3K4osSVI="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "pytest plugin allowing multiple failures per test"; homepage = "https://github.com/okken/pytest-check"; license = licenses.mit; maintainers = [ maintainers.flokli ]; }; }