python310Packages.pytest-rerunfailures 0 -> 1 attrpath: python310Packages.pytest-rerunfailures 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9sm31gh5y74aak85ygwpxr6yz9dcsin4-packages.json.drv building '/nix/store/9sm31gh5y74aak85ygwpxr6yz9dcsin4-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-rerunfailures-11.1.1 Press Enter key to continue... Running update for: - python3.10-pytest-rerunfailures-11.1.1: UPDATING ... - python3.10-pytest-rerunfailures-11.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-rerunfailures/default.nix b/pkgs/development/python-modules/pytest-rerunfailures/default.nix index 32827333838..a0aac8a9d08 100644 --- a/pkgs/development/python-modules/pytest-rerunfailures/default.nix +++ b/pkgs/development/python-modules/pytest-rerunfailures/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pytest-rerunfailures"; - version = "11.1.1"; + version = "11.1.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-rKtEft/3wpp2uEECB8SNoBQGoWFlPJmjJc9XA9ROsWI="; + hash = "sha256-VWEWYehz8cr6OEyC8I0HiDlU9LdkNfS4pbRwwZVFc94="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists Old version 11.1.1" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , setuptools , packaging , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-rerunfailures"; version = "11.1.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-VWEWYehz8cr6OEyC8I0HiDlU9LdkNfS4pbRwwZVFc94="; }; nativeBuildInputs = [ setuptools ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ packaging ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Pytest plugin to re-run tests to eliminate flaky failures"; homepage = "https://github.com/pytest-dev/pytest-rerunfailures"; license = licenses.mpl20; maintainers = with maintainers; [ das-g ]; }; }