Merge pull request #305221 from r-ryantm/auto-update/python312Packages.pyenphase

python312Packages.pyenphase: 1.20.1 -> 1.20.2
This commit is contained in:
Fabian Affolter 2024-04-19 09:50:06 +02:00 committed by GitHub
commit 83dc6c5711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 24 deletions

View File

@ -1,24 +1,25 @@
{ lib
, awesomeversion
, buildPythonPackage
, envoy-utils
, fetchFromGitHub
, httpx
, lxml
, orjson
, poetry-core
, pyjwt
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, respx
, syrupy
, tenacity
{
lib,
awesomeversion,
buildPythonPackage,
envoy-utils,
fetchFromGitHub,
httpx,
lxml,
orjson,
poetry-core,
pyjwt,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
respx,
syrupy,
tenacity,
}:
buildPythonPackage rec {
pname = "pyenphase";
version = "1.20.1";
version = "1.20.2";
pyproject = true;
disabled = pythonOlder "3.11";
@ -27,7 +28,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-Bxwd8qHsvq9BuBMSu5JI/Yk/KC5aQ7b7lnXuIoNQ6EI=";
hash = "sha256-sjZaLqTYoXJ1cpaSuyLNAsUrACOMVah7DKaKxGkG0zE=";
};
postPatch = ''
@ -35,9 +36,7 @@ buildPythonPackage rec {
--replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
'';
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
awesomeversion
@ -61,9 +60,7 @@ buildPythonPackage rec {
"test_with_7_x_firmware"
];
pythonImportsCheck = [
"pyenphase"
];
pythonImportsCheck = [ "pyenphase" ];
meta = with lib; {
description = "Library to control enphase envoy";