python3Packages.python-bsblan: 4.1.0 -> 5.1.2

Diff: https://github.com/liudger/python-bsblan/compare/v4.1.0...v5.1.2

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v5.1.2
This commit is contained in:
Sandro Jäckel
2026-03-08 13:57:59 -07:00
committed by Robert Schütz
parent 2ec864a001
commit bd064401b4
@@ -6,9 +6,8 @@
buildPythonPackage,
fetchFromGitHub,
hatchling,
mashumaro,
orjson,
packaging,
pydantic,
pytest-asyncio,
pytest-cov-stub,
pytest-mock,
@@ -20,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-bsblan";
version = "4.1.0";
version = "5.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
tag = "v${finalAttrs.version}";
hash = "sha256-t60WMq1kbCIkcQSfr03K9Z6ro3zFGaDxCnl/84by+Qw=";
hash = "sha256-P7c+5x5wQaWfNeeYKkylhV2AQESp40duSQfwsTDVW6M=";
};
postPatch = ''
@@ -42,9 +41,8 @@ buildPythonPackage (finalAttrs: {
dependencies = [
aiohttp
backoff
mashumaro
orjson
packaging
pydantic
yarl
];