home-assistant: 2025.10.2 -> 2025.10.3 (#453107)

This commit is contained in:
dotlambda
2025-10-18 18:19:30 +00:00
committed by GitHub
9 changed files with 31 additions and 38 deletions
@@ -4,25 +4,22 @@
buildPythonPackage,
fetchFromGitHub,
pytest-cov-stub,
pytest-asyncio_0,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "aioasuswrt";
version = "1.4.0";
version = "1.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "kennedyshead";
repo = "aioasuswrt";
tag = "V${version}";
hash = "sha256-RQxIgAU9KsTbcTKc/Zl+aP77lbDSeiYzR48MtIVwacc=";
tag = "v${version}";
hash = "sha256-4bVDho1JtNoWW3ueDgfu+GfRtrxWP6XxIK5R3BXgqfQ=";
};
build-system = [ setuptools ];
@@ -30,7 +27,7 @@ buildPythonPackage rec {
dependencies = [ asyncssh ];
nativeCheckInputs = [
pytest-asyncio_0
pytest-asyncio
pytest-cov-stub
pytest-mock
pytestCheckHook
@@ -41,8 +38,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for Asuswrt";
homepage = "https://github.com/kennedyshead/aioasuswrt";
changelog = "https://github.com/kennedyshead/aioasuswrt/releases/tag/V${version}";
license = with licenses; [ mit ];
changelog = "https://github.com/kennedyshead/aioasuswrt/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiocomelit";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiocomelit";
tag = "v${version}";
hash = "sha256-/loKnKmLF8EDuZVWdSgxQUslrTKU4DxNmJlFZ0Xv9v8=";
hash = "sha256-MPX9WXK2Z+QLGfQSJUlPrUhpjI2oNh7T6u6IfaVglO0=";
};
build-system = [ poetry-core ];
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "opower";
version = "0.15.6";
version = "0.15.7";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "opower";
tag = "v${version}";
hash = "sha256-jSokUs3aJJmcsTPkt2OEkCATLekuOVDGBufi8Fb2rtg=";
hash = "sha256-NB3Hoieykkcf+EHjW77aOUdbJj5fSUTmJ5EPGlp4LXw=";
};
build-system = [ setuptools ];
@@ -1,5 +1,6 @@
{
bleak,
bleak-retry-connector,
buildPythonPackage,
fetchFromGitHub,
lib,
@@ -8,20 +9,21 @@
buildPythonPackage rec {
pname = "pyprobeplus";
version = "1.0.1";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pantherale0";
repo = "pyprobeplus";
tag = version;
hash = "sha256-ixrkwnvqjHwqnKG3Xo4qJP/FcP7fuAOPKpar13e8U1w=";
hash = "sha256-pD8o+Wb9X1yTMPh1eY1PwOc5KR2W5KoxDDQ/otHz6zI=";
};
build-system = [ setuptools ];
dependencies = [
bleak
bleak-retry-connector
];
pythonImportsCheck = [ "pyprobeplus" ];
@@ -1,34 +1,28 @@
{
lib,
aiohttp,
async-timeout,
buildPythonPackage,
fetchFromGitHub,
pytest-asyncio,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "pysqueezebox";
version = "0.12.1";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "rajlaud";
repo = "pysqueezebox";
tag = "v${version}";
hash = "sha256-Bi809OzIoQ2TJH77kZlsSSPEmDNgz6hAybmOXbFn3LM=";
hash = "sha256-1kkvqmmO197IjIcUlnmnKoeOq+0njbrgwogDU+ivIqw=";
};
build-system = [ setuptools ];
dependencies = [
async-timeout
aiohttp
];
@@ -39,9 +33,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pysqueezebox" ];
disabledTests = lib.optionals (pythonAtLeast "3.12") [
# AttributeError: 'has_calls' is not a valid assertion. Use a spec for the mock if 'has_calls' is meant to be an attribute.
"test_verified_pause"
disabledTests = [
# Test contacts 192.168.1.1
"test_bad_response"
];
disabledTestPaths = [
@@ -49,11 +43,11 @@ buildPythonPackage rec {
"tests/test_integration.py"
];
meta = with lib; {
meta = {
description = "Asynchronous library to control Logitech Media Server";
homepage = "https://github.com/rajlaud/pysqueezebox";
changelog = "https://github.com/rajlaud/pysqueezebox/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ nyanloutre ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ nyanloutre ];
};
}
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.10.2";
version = "2025.10.3";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -330,7 +330,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2025.10.2";
hassVersion = "2025.10.3";
in
python.pkgs.buildPythonApplication rec {
@@ -351,13 +351,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-Y9StuiDaICKgqRrYc8d0i/Ey6R78J/5tvk/0qGVeZPQ=";
hash = "sha256-b4yNS1uNoZSnTpYr3bVvSru/2KUe2d/xfe1tiAWibCg=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-tIUImUHGh8nrf0IuSOjSuV718B0SIS/oL6yLnyu8gOE=";
hash = "sha256-BjPva2mxlArG9yDnk9PpjpdLiL2MA4Eeb8AP1nkoqKk=";
};
build-system = with python.pkgs; [
+2 -2
View File
@@ -8,7 +8,7 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20251001.2";
version = "20251001.4";
format = "wheel";
src = fetchPypi {
@@ -16,7 +16,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-VDfj1dshILdTD/r6tuiImzYFMO3suytMQoFQzJfIeBQ=";
hash = "sha256-yrGIgx8VgCi4G+xWFjy37lI4i1ohPV1bttJfejnkkXA=";
};
# there is nothing to strip in this package
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2025.10.2";
version = "2025.10.3";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
hash = "sha256-iLQm7ERY5S9rMuk0RCLmGNxHiwIAAckuUvAjeKPvu1Q=";
hash = "sha256-A4nzqyjuYGgFJQR7pTg1fNzSzwcdXumiECLpYBOM+TM=";
};
build-system = [