python3Packages.bleak: 1.1.1 -> 2.0.0

Diff: https://github.com/hbldh/bleak/compare/v1.1.1...v2.0.0

Changelog: https://github.com/hbldh/bleak/blob/v2.0.0/CHANGELOG.rst
This commit is contained in:
Robert Schütz
2026-01-08 00:52:30 +01:00
committed by Martin Weinelt
parent 3c325972ac
commit 3e5d967a2c
@@ -4,10 +4,12 @@
async-timeout,
bluez,
buildPythonPackage,
bumble,
dbus-fast,
fetchFromGitHub,
poetry-core,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
typing-extensions,
@@ -18,16 +20,14 @@
buildPythonPackage rec {
pname = "bleak";
version = "1.1.1";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "hbldh";
repo = "bleak";
tag = "v${version}";
hash = "sha256-z0Mxr1pUQWNEK01PKMV/CzpW+GeCRcv/+9BADts1FuU=";
hash = "sha256-UrKJoEyLa75HMCOgxmOqJi1z+32buMra+dwVe5qbBds=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
@@ -56,7 +56,9 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
bumble
pytest-asyncio
pytest-cov-stub
pytestCheckHook
];