From a83b0df317d744d98c01abd2cf4b5cc1f244ca48 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Sep 2024 10:14:44 +0200 Subject: [PATCH] python312Packages.pydiscovergy: 3.0.1 -> 3.0.2 Diff: jpbede/pydiscovergy@refs/tags/v3.0.1...v3.0.2 Changelog: https://github.com/jpbede/pydiscovergy/releases/tag/v3.0.2 --- pkgs/development/python-modules/pydiscovergy/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/pydiscovergy/default.nix b/pkgs/development/python-modules/pydiscovergy/default.nix index 919eec4fae1f..8a5379fd1bdd 100644 --- a/pkgs/development/python-modules/pydiscovergy/default.nix +++ b/pkgs/development/python-modules/pydiscovergy/default.nix @@ -11,13 +11,12 @@ poetry-core, pytestCheckHook, pythonOlder, - pytz, respx, }: buildPythonPackage rec { pname = "pydiscovergy"; - version = "3.0.1"; + version = "3.0.2"; pyproject = true; disabled = pythonOlder "3.10"; @@ -26,7 +25,7 @@ buildPythonPackage rec { owner = "jpbede"; repo = "pydiscovergy"; rev = "refs/tags/v${version}"; - hash = "sha256-0zyg1EBPOfcA1jAgtNbDCVaTv9hJQ2Xidl+doHbjKrM="; + hash = "sha256-g6KWX7APdqB0dNe7p6WGualxSj5fiw+jRq+0qfqTs4w="; }; postPatch = '' @@ -35,13 +34,11 @@ buildPythonPackage rec { build-system = [ poetry-core ]; - dependencies = [ authlib httpx mashumaro orjson - pytz ]; nativeCheckInputs = [