lol

Merge pull request #231921 from NixOS/home-assistant

home-assistant: 2023.5.2 -> 2023.5.3

authored by

Martin Weinelt and committed by
GitHub
55237fb4 d38127eb

+16 -10
+2 -2
pkgs/development/python-modules/aionotion/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aionotion"; 17 - version = "2023.05.1"; 17 + version = "2023.05.4"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "bachya"; 24 24 repo = pname; 25 25 rev = version; 26 - hash = "sha256-gCHJBgPWe5aSzTvvETjfn3zoEuuCJV1s4lMQLP72a/8="; 26 + hash = "sha256-iQQbLMb3Bi+BzKeN5oEHWjCJryf+TUiINueqStGyktQ="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/bellows/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "bellows"; 18 - version = "0.35.2"; 18 + version = "0.35.5"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "zigpy"; 25 25 repo = "bellows"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-I9PXFdRXHQ7OnzCdB631nlfnkpConl+j5Z3iiH7RcA4="; 27 + hash = "sha256-JpRL4RxVcH+hzz7YTlRw+FHH95RavS/m1HWyBiLLWME="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [
+6
pkgs/development/python-modules/bx-py-utils/default.nix
··· 60 60 requests-mock 61 61 ]; 62 62 63 + disabledTests = [ 64 + # too closely affected by bs4 updates 65 + "test_pretty_format_html" 66 + "test_assert_html_snapshot_by_css_selector" 67 + ]; 68 + 63 69 disabledTestPaths = [ 64 70 "bx_py_utils_tests/tests/test_project_setup.py" 65 71 ];
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2023.5.2"; 5 + version = "2023.5.3"; 6 6 components = { 7 7 "3_day_blinds" = ps: with ps; [ 8 8 ];
+3 -3
pkgs/servers/home-assistant/default.nix
··· 321 321 extraBuildInputs = extraPackages python.pkgs; 322 322 323 323 # Don't forget to run parse-requirements.py after updating 324 - hassVersion = "2023.5.2"; 324 + hassVersion = "2023.5.3"; 325 325 326 326 in python.pkgs.buildPythonApplication rec { 327 327 pname = "homeassistant"; ··· 337 337 # Primary source is the pypi sdist, because it contains translations 338 338 src = fetchPypi { 339 339 inherit pname version; 340 - hash = "sha256-vBDYNnwx+9fjiVkMelDoaDtYwBKEq5BibLEs8iwIIFo="; 340 + hash = "sha256-ivsXZU48RxDJWngefAkg6MWOD5mJHgKxuB6H4EuVths="; 341 341 }; 342 342 343 343 # Secondary source is git for tests ··· 345 345 owner = "home-assistant"; 346 346 repo = "core"; 347 347 rev = "refs/tags/${version}"; 348 - hash = "sha256-4YvGxBr8YmOz5kzPJ9ve7mlWxwe9BfkQgLxjst4IIJ8="; 348 + hash = "sha256-bJz+rZ+ihBCaVUMh8FN79fKULo5myR1maNxO23za6yA="; 349 349 }; 350 350 351 351 nativeBuildInputs = with python3.pkgs; [
+2 -2
pkgs/servers/home-assistant/stubs.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "homeassistant-stubs"; 11 - version = "2023.5.2"; 11 + version = "2023.5.3"; 12 12 format = "pyproject"; 13 13 14 14 disabled = python.version != home-assistant.python.version; ··· 17 17 owner = "KapJI"; 18 18 repo = "homeassistant-stubs"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-JWPVubhKLXwY877fbRej04g27vaJTM8qgScLq9IjdiE="; 20 + hash = "sha256-iT2dDW+Kj/HGcOAFUbnCEYL3PUNN4avs6ALzySzpmRs="; 21 21 }; 22 22 23 23 nativeBuildInputs = [