python310Packages.pytest-repeat 0 -> 1 attrpath: python310Packages.pytest-repeat 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-repeat-0.9.2 Press Enter key to continue... Running update for: - python3.10-pytest-repeat-0.9.2: UPDATING ... - python3.10-pytest-repeat-0.9.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-repeat/default.nix b/pkgs/development/python-modules/pytest-repeat/default.nix index 7db1992d5f85..45c08d21f321 100644 --- a/pkgs/development/python-modules/pytest-repeat/default.nix +++ b/pkgs/development/python-modules/pytest-repeat/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pytest-repeat"; - version = "0.9.2"; + version = "0.9.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-eWc0Ra6ZruMzuBHH0AN660CPkzuImDdf8vT/8eO6aGs="; + hash = "sha256-/9ODbfzWe7JwvsZIszDiC+N9KWZEjEFIxAktHoq6gYU="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.9.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatchling , hatch-vcs , pytest , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "pytest-repeat"; version = "0.9.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "pytest_repeat"; inherit version; hash = "sha256-/9ODbfzWe7JwvsZIszDiC+N9KWZEjEFIxAktHoq6gYU="; }; nativeBuildInputs = [ hatchling hatch-vcs ]; buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_repeat" ]; meta = with lib; { description = "Pytest plugin for repeating tests"; homepage = "https://github.com/pytest-dev/pytest-repeat"; changelog = "https://github.com/pytest-dev/pytest-repeat/blob/v${version}/CHANGES.rst"; license = licenses.mpl20; maintainers = with maintainers; [ ]; }; }