Skip to content

Commit 41bb262

Browse files
authored
home-assistant: 2025.3.1 -> 2025.3.2 (NixOS#389025)
2 parents 77a4930 + ad28528 commit 41bb262

File tree

16 files changed

+52
-30
lines changed

16 files changed

+52
-30
lines changed

maintainers/team-list.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ with lib.maintainers;
525525

526526
home-assistant = {
527527
members = [
528+
dotlambda
528529
fab
529530
hexa
530531
];

pkgs/development/python-modules/aioambient/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ buildPythonPackage rec {
3030
hash = "sha256-F1c2S0c/CWHeCd24Zc8ib3aPR7yj9gCPBJpmpgoddQY=";
3131
};
3232

33+
postPatch = ''
34+
substituteInPlace pyproject.toml \
35+
--replace-fail poetry-core==2.0.1 poetry-core
36+
'';
37+
3338
build-system = [ poetry-core ];
3439

3540
dependencies = [

pkgs/development/python-modules/aioguardian/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ buildPythonPackage rec {
3030
hash = "sha256-RoVD2O/OAk4l96kYEq7ZM/2QuckcPxDluf1MT4HdKc4=";
3131
};
3232

33+
postPatch = ''
34+
substituteInPlace pyproject.toml \
35+
--replace-fail poetry-core==2.0.1 poetry-core
36+
'';
37+
3338
pythonRelaxDeps = [
3439
"asyncio_dgram"
3540
"typing-extensions"

pkgs/development/python-modules/aiowebdav2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "aiowebdav2";
19-
version = "0.4.1";
19+
version = "0.4.2";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "jpbede";
2424
repo = "aiowebdav2";
2525
tag = "v${version}";
26-
hash = "sha256-IhIfz3XVspQi/4uYxxKOexbg1/oYmOuBKfbpuUZ1n24=";
26+
hash = "sha256-ftz5FYY1mTVSI0dn1Oc0GfDv7rBnsl/sIn81YG9IARE=";
2727
};
2828

2929
build-system = [ poetry-core ];

pkgs/development/python-modules/ayla-iot-unofficial/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "ayla-iot-unofficial";
15-
version = "1.4.5";
15+
version = "1.4.7";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "rewardone";
2020
repo = "ayla-iot-unofficial";
2121
tag = "v${version}";
22-
hash = "sha256-FV3jes1cpvYbpCmJ+gdzBdsii1kyYe46R1NIpxiELBY=";
22+
hash = "sha256-N3xgtqb6QL58FgG7kv7vD8wwNxqZZWAcz2E1NvPwcfI=";
2323
};
2424

2525
build-system = [ setuptools ];

pkgs/development/python-modules/bleak-esphome/default.nix

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
bleak-retry-connector,
66
bluetooth-data-tools,
77
buildPythonPackage,
8+
cython,
89
fetchFromGitHub,
910
habluetooth,
1011
lru-dict,
@@ -13,21 +14,31 @@
1314
pytest-codspeed,
1415
pytest-cov-stub,
1516
pytestCheckHook,
17+
setuptools,
1618
}:
1719

1820
buildPythonPackage rec {
1921
pname = "bleak-esphome";
20-
version = "2.9.0";
22+
version = "2.11.0";
2123
pyproject = true;
2224

2325
src = fetchFromGitHub {
2426
owner = "bluetooth-devices";
2527
repo = "bleak-esphome";
2628
tag = "v${version}";
27-
hash = "sha256-KuaaZXABR/jbC9ZNbVOyrezUZzb6w7Tn7s3VuVuAtfI=";
29+
hash = "sha256-5APHpb2h//krpgVJs6pOPLapGZFzbFKNjFxDqpNyApQ=";
2830
};
2931

30-
build-system = [ poetry-core ];
32+
postPatch = ''
33+
substituteInPlace pyproject.toml \
34+
--replace-fail "setuptools>=75.8.2" setuptools
35+
'';
36+
37+
build-system = [
38+
cython
39+
poetry-core
40+
setuptools
41+
];
3142

3243
dependencies = [
3344
aioesphomeapi

pkgs/development/python-modules/evohome-async/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "evohome-async";
23-
version = "1.0.3";
23+
version = "1.0.4";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.12";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "zxdavb";
3030
repo = "evohome-async";
3131
tag = version;
32-
hash = "sha256-VjUndmthuKGlvFX6sTWWxeGWFWDwN+UEtS9J/8nKQ9s=";
32+
hash = "sha256-nQEnhm70BseurCX3SR6jZvgq2TRI1DtmY6ygyalsZKY=";
3333
};
3434

3535
build-system = [ hatchling ];

pkgs/development/python-modules/pydrawise/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pydrawise";
21-
version = "2025.2.0";
21+
version = "2025.3.0";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.10";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "dknowles2";
2828
repo = "pydrawise";
2929
tag = version;
30-
hash = "sha256-eyAhEIUUqDURzp/6/MX51W0efYCeY75M6LTaoNVwkw4=";
30+
hash = "sha256-sstHydNXoz7fwNrN/9gIRg+9H6vF8WR6sGL04RatTkw=";
3131
};
3232

3333
build-system = [

pkgs/development/python-modules/pyheos/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "pyheos";
13-
version = "1.0.2";
13+
version = "1.0.3";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "andrewsayre";
1818
repo = "pyheos";
1919
tag = version;
20-
hash = "sha256-1JybtE5wweuIgZ8eFUX9XYPji7FzxbRFPKy75Fp1nw0=";
20+
hash = "sha256-1Jv1889RSjuediG5RGRcNdr1OmlOhpzqodgjnNmE2RY=";
2121
};
2222

2323
build-system = [ setuptools ];

pkgs/development/python-modules/pysmartthings/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
lib,
33
aiohttp,
4+
aiohttp-sse-client2,
45
aioresponses,
5-
aiosseclient,
66
buildPythonPackage,
77
fetchFromGitHub,
88
mashumaro,
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pysmartthings";
21-
version = "2.7.0";
21+
version = "2.7.2";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.12";
@@ -27,14 +27,14 @@ buildPythonPackage rec {
2727
owner = "andrewsayre";
2828
repo = "pysmartthings";
2929
rev = "v${version}";
30-
hash = "sha256-ocLJWefXGq2gk6EBi5cKP8kdNBkPiF4I4NXFAaIkAjs=";
30+
hash = "sha256-2MBm0I9dBr2N5iorN9BSKecHLnvmiTmcsIuGjDIWIKQ=";
3131
};
3232

3333
build-system = [ poetry-core ];
3434

3535
dependencies = [
3636
aiohttp
37-
aiosseclient
37+
aiohttp-sse-client2
3838
mashumaro
3939
orjson
4040
yarl

0 commit comments

Comments
 (0)