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

python312Packages.pyenphase: 1.19.2 -> 1.20.0
This commit is contained in:
Fabian Affolter 2024-03-22 09:57:30 +01:00 committed by GitHub
commit 5d04187857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.19.2";
version = "1.20.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -27,19 +27,19 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-opzoIYNsFERS5R40vm64o92PYz4+1e3ACFv3W6+EYsc=";
hash = "sha256-/TyQ6oSA361at1VSr6dLefOOmbZP4otBgb/JDA2sNWo=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
--replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
awesomeversion
envoy-utils
httpx