From 5881b5100a75ac9a65b1ce36e9e3634db7212cbd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Sep 2025 22:45:57 +0200 Subject: [PATCH 1/2] python313Packages.pytest-rerunfailures: 15.1 -> 16.0.1 Diff: https://github.com/pytest-dev/pytest-rerunfailures/compare/15.1...16.0.1 --- .../python-modules/pytest-rerunfailures/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-rerunfailures/default.nix b/pkgs/development/python-modules/pytest-rerunfailures/default.nix index a219cb3752f4..572fbc3359ec 100644 --- a/pkgs/development/python-modules/pytest-rerunfailures/default.nix +++ b/pkgs/development/python-modules/pytest-rerunfailures/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pytest-rerunfailures"; - version = "15.1"; + version = "16.0.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "pytest-dev"; repo = "pytest-rerunfailures"; tag = version; - hash = "sha256-ab3n61zCf9ok2PWvKTwmaeoeGuMxl0sYE25djk/NDLk="; + hash = "sha256-4/BgvfVcs7MdULlhafZypNzzag4ITALStHI1tIoAPL4="; }; build-system = [ setuptools ]; From 643f4f7e21f2459acb791a1d7fae74e6bd4c1e34 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Sep 2025 22:49:18 +0200 Subject: [PATCH 2/2] python313Packages.pytest-rerunfailures: add changelog to meta --- pkgs/development/python-modules/pytest-rerunfailures/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pytest-rerunfailures/default.nix b/pkgs/development/python-modules/pytest-rerunfailures/default.nix index 572fbc3359ec..afd0505c9dee 100644 --- a/pkgs/development/python-modules/pytest-rerunfailures/default.nix +++ b/pkgs/development/python-modules/pytest-rerunfailures/default.nix @@ -34,6 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Pytest plugin to re-run tests to eliminate flaky failures"; homepage = "https://github.com/pytest-dev/pytest-rerunfailures"; + changelog = "https://github.com/pytest-dev/pytest-rerunfailures/blob/${src.tag}/CHANGES.rst"; license = licenses.mpl20; maintainers = with maintainers; [ das-g ]; };