File tree Expand file tree Collapse file tree 16 files changed +52
-30
lines changed
development/python-modules Expand file tree Collapse file tree 16 files changed +52
-30
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ with lib.maintainers;
525525
526526 home-assistant = {
527527 members = [
528+ dotlambda
528529 fab
529530 hexa
530531 ] ;
Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1616
1717buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 1212
1313buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 55 bleak-retry-connector ,
66 bluetooth-data-tools ,
77 buildPythonPackage ,
8+ cython ,
89 fetchFromGitHub ,
910 habluetooth ,
1011 lru-dict ,
1314 pytest-codspeed ,
1415 pytest-cov-stub ,
1516 pytestCheckHook ,
17+ setuptools ,
1618} :
1719
1820buildPythonPackage 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
Original file line number Diff line number Diff line change 2020
2121buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 1818
1919buildPythonPackage 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 = [
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 11{
22 lib ,
33 aiohttp ,
4+ aiohttp-sse-client2 ,
45 aioresponses ,
5- aiosseclient ,
66 buildPythonPackage ,
77 fetchFromGitHub ,
88 mashumaro ,
1818
1919buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments