From 403f320dabb86ca27a8e561cd456e5e8c5408b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 5 Feb 2025 22:15:48 -0800 Subject: [PATCH] python313Packages.pydiscovergy: 3.0.2 -> 3.1.0 Diff: https://github.com/jpbede/pydiscovergy/compare/refs/tags/v3.0.2...v3.1.0 Changelog: https://github.com/jpbede/pydiscovergy/releases/tag/v3.1.0 --- pkgs/development/python-modules/pydiscovergy/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pydiscovergy/default.nix b/pkgs/development/python-modules/pydiscovergy/default.nix index 168199c2e4cc..744bb5cd006b 100644 --- a/pkgs/development/python-modules/pydiscovergy/default.nix +++ b/pkgs/development/python-modules/pydiscovergy/default.nix @@ -7,6 +7,7 @@ mashumaro, orjson, pytest-asyncio, + pytest-cov-stub, pytest-httpx, poetry-core, pytestCheckHook, @@ -16,7 +17,7 @@ buildPythonPackage rec { pname = "pydiscovergy"; - version = "3.0.2"; + version = "3.1.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,11 +26,10 @@ buildPythonPackage rec { owner = "jpbede"; repo = "pydiscovergy"; tag = "v${version}"; - hash = "sha256-g6KWX7APdqB0dNe7p6WGualxSj5fiw+jRq+0qfqTs4w="; + hash = "sha256-OrMuMGN1zB4q6t4fWyZeQ9WRmNZHFyq+wIRq1kG2N30="; }; postPatch = '' - sed -i '/addopts =/d' pyproject.toml substituteInPlace pyproject.toml \ --replace-fail 'version = "0.0.0"' 'version = "${version}"' ''; @@ -45,6 +45,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio + pytest-cov-stub pytest-httpx pytestCheckHook respx