python312Packages.python-bsblan: 0.6.2 -> 0.6.4

Diff: https://github.com/liudger/python-bsblan/compare/refs/tags/v0.6.2...v0.6.4

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v0.6.4
This commit is contained in:
Fabian Affolter
2024-11-07 19:05:00 +01:00
committed by Martin Weinelt
parent 57d9c48c44
commit fa6db55a55
@@ -6,9 +6,10 @@
backoff,
buildPythonPackage,
fetchFromGitHub,
mashumaro,
orjson,
packaging,
poetry-core,
mashumaro,
pytest-asyncio,
pytest-cov-stub,
pytest-mock,
@@ -19,7 +20,7 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "0.6.2";
version = "0.6.4";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +29,7 @@ buildPythonPackage rec {
owner = "liudger";
repo = "python-bsblan";
rev = "refs/tags/v${version}";
hash = "sha256-/rdYCd5eyFqW96XaIzQOhsApzcTkrI46Gt226sLTLUQ=";
hash = "sha256-mOVX65YRDUac0GoB9+tHIYtvNDGyxT0BSsj8I3OzuBI=";
};
postPatch = ''
@@ -43,8 +44,9 @@ buildPythonPackage rec {
aiohttp
async-timeout
backoff
packaging
mashumaro
orjson
packaging
yarl
];