python3Packages.pyrainbird: 6.1.2 -> 6.3.1

Diff: https://github.com/allenporter/pyrainbird/compare/6.1.2...6.3.1

Changelog: https://github.com/allenporter/pyrainbird/releases/tag/6.3.1
This commit is contained in:
Robert Schütz
2026-05-07 02:59:20 +02:00
committed by Martin Weinelt
parent 9ec3b0f41e
commit 3439b4d630
@@ -1,5 +1,6 @@
{
lib,
aiohttp,
aiohttp-retry,
buildPythonPackage,
fetchFromGitHub,
@@ -9,41 +10,43 @@
parameterized,
pycryptodome,
pytest-aiohttp,
pytest-asyncio_0,
pytest-asyncio,
pytest-cov-stub,
pytest-golden,
pytest-mock,
pytestCheckHook,
python-dateutil,
pyyaml,
requests,
requests-mock,
responses,
setuptools,
syrupy,
}:
buildPythonPackage (finalAttrs: {
pname = "pyrainbird";
version = "6.1.2";
version = "6.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "pyrainbird";
tag = finalAttrs.version;
hash = "sha256-ac/QzhdfvOpqKi8tjz2Udge2+AIg/yEQBmbYCu0i/0A=";
hash = "sha256-0hjHPoUJP/sRljn0VS3qXUa5OhbxzYl5u/086kksLiE=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [
"aiohttp"
];
dependencies = [
aiohttp
aiohttp-retry
ical
mashumaro
pycryptodome
python-dateutil
pyyaml
requests
];
__darwinAllowLocalNetworking = true;
@@ -51,14 +54,13 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
freezegun
parameterized
(pytest-aiohttp.override { pytest-asyncio = pytest-asyncio_0; })
pytest-asyncio_0
pytest-aiohttp
pytest-asyncio
pytest-cov-stub
pytest-golden
pytest-mock
pytestCheckHook
requests-mock
responses
syrupy
];
pythonImportsCheck = [ "pyrainbird" ];