python3Packages.python-bsblan: 3.1.6 -> 4.1.0

Diff: https://github.com/liudger/python-bsblan/compare/v3.1.6...v4.1.0

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v4.1.0
This commit is contained in:
Robert Schütz
2026-02-04 11:50:15 -08:00
parent 5bd84de4f2
commit 45e9852b47
@@ -2,7 +2,6 @@
lib,
aiohttp,
aresponses,
async-timeout,
backoff,
buildPythonPackage,
fetchFromGitHub,
@@ -16,18 +15,19 @@
pytest-xdist,
pytestCheckHook,
yarl,
zeroconf,
}:
buildPythonPackage (finalAttrs: {
pname = "python-bsblan";
version = "3.1.6";
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
tag = "v${finalAttrs.version}";
hash = "sha256-FMbba7z/Di5oD6xrjpF2cyJzdzdFjSw7wfTwS8Sjo8c=";
hash = "sha256-t60WMq1kbCIkcQSfr03K9Z6ro3zFGaDxCnl/84by+Qw=";
};
postPatch = ''
@@ -55,6 +55,7 @@ buildPythonPackage (finalAttrs: {
pytest-mock
pytest-xdist
pytestCheckHook
zeroconf
];
__darwinAllowLocalNetworking = true;