python3Packages.pyenphase: 2.3.1 -> 2.4.1

Diff: https://github.com/pyenphase/pyenphase/compare/v2.3.1...v2.4.1

Changelog: https://github.com/pyenphase/pyenphase/blob/v2.4.1/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-10-31 09:22:31 -07:00
parent 863bf3dfa6
commit f46561f77b

View File

@@ -14,7 +14,7 @@
pytest-cov-stub, pytest-cov-stub,
pytest-timeout, pytest-timeout,
pytestCheckHook, pytestCheckHook,
pythonOlder, python-jsonpath,
respx, respx,
syrupy, syrupy,
tenacity, tenacity,
@@ -22,16 +22,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyenphase"; pname = "pyenphase";
version = "2.3.1"; version = "2.4.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pyenphase"; owner = "pyenphase";
repo = "pyenphase"; repo = "pyenphase";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Z6txaTkIkUTYWVWbsmvoI/huDTZKX5DxePqM5rsmIWY="; hash = "sha256-KgkXOWnKjnG3qHJN+NxHxeqEo+zVrWtWP0l3Lmn+NtI=";
}; };
pythonRelaxDeps = [ "tenacity" ]; pythonRelaxDeps = [ "tenacity" ];
@@ -54,6 +52,7 @@ buildPythonPackage rec {
pytest-cov-stub pytest-cov-stub
pytest-timeout pytest-timeout
pytestCheckHook pytestCheckHook
python-jsonpath
respx respx
syrupy syrupy
]; ];