From c019fcde714510cc14d196dda96b411ee84ede85 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 May 2024 10:18:55 +0200 Subject: [PATCH] python312Packages.pyrainbird: 4.0.2 -> 5.0.0 Diff: https://github.com/allenporter/pyrainbird/compare/refs/tags/4.0.2...5.0.0 Changelog: https://github.com/allenporter/pyrainbird/releases/tag/5.0.0 --- pkgs/development/python-modules/pyrainbird/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pyrainbird/default.nix b/pkgs/development/python-modules/pyrainbird/default.nix index 654c73b227b9..a84f8ebe5cec 100644 --- a/pkgs/development/python-modules/pyrainbird/default.nix +++ b/pkgs/development/python-modules/pyrainbird/default.nix @@ -4,9 +4,9 @@ , fetchFromGitHub , freezegun , ical +, mashumaro , parameterized , pycryptodome -, pydantic , pytest-aiohttp , pytest-asyncio , pytest-golden @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "pyrainbird"; - version = "4.0.2"; + version = "5.0.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "allenporter"; repo = "pyrainbird"; rev = "refs/tags/${version}"; - hash = "sha256-4AoxLZv0u8wCG3ihw0JqsqsO5zG5UyP4ebSX99ve8sg="; + hash = "sha256-72FmcZOCe90Yt/Osa5YALMbdZwxwNgTbpXSmvJdkC8Q="; }; postPatch = '' @@ -47,8 +47,8 @@ buildPythonPackage rec { dependencies = [ aiohttp-retry ical + mashumaro pycryptodome - pydantic python-dateutil pyyaml requests