Unverified Commit b3fddf13 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #215341 from NixOS/home-assistant

home-assistant: 2023.2.2 -> 2023.2.3
parents 75ee2b45 dfd3e6e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "inkbird-ble";
  version = "0.5.5";
  version = "0.5.6";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-KUBOjeFM4h2Qt9eT0mQKPFYJJ8OWdbYy9+AiHsJWNyU=";
    hash = "sha256-re5HjPtssFkpcltCr0HEJmJyHbXJdkr2wDgaAHfy2Tk=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

buildPythonPackage rec {
  pname = "jaraco-abode";
  version = "3.2.1";
  version = "3.3.0";

  disabled = pythonOlder "3.7";

@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "jaraco";
    repo = "jaraco.abode";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZDdZba1oTOPaUm+r4fWC5E3ni/k8kXo6t5AWQTvfd5E=";
    hash = "sha256-LnbWzIST+GMtdsHDKg67WWt9GmHUcSuGZ5Spei3nEio=";
  };

  postPatch = ''
+14 −2
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, freezegun
, ical
, parameterized
, pycryptodome
, pydantic
, pytest-aiohttp
, pytest-asyncio
, pytest-golden
, pytest-mock
, pytestCheckHook
, python-dateutil
, pythonOlder
, pyyaml
, requests
@@ -15,7 +21,7 @@

buildPythonPackage rec {
  pname = "pyrainbird";
  version = "1.1.1";
  version = "2.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -24,7 +30,7 @@ buildPythonPackage rec {
    owner = "allenporter";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-e+neyzH+sGTzGwdy/N7n6GUvctHlHQgwDkRQsnzL7Jw=";
    hash = "sha256-fQHWamtGA1Cz/9Hbxbns5lDd08Q01nIvaMXp9PWrelM=";
  };

  postPatch = ''
@@ -36,15 +42,21 @@ buildPythonPackage rec {
  '';

  propagatedBuildInputs = [
    ical
    pycryptodome
    pydantic
    python-dateutil
    pyyaml
    requests
  ];

  nativeCheckInputs = [
    freezegun
    parameterized
    pytest-aiohttp
    pytest-asyncio
    pytest-golden
    pytest-mock
    pytestCheckHook
    requests-mock
    responses
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Do not edit!

{
  version = "2023.2.2";
  version = "2023.2.3";
  components = {
    "3_day_blinds" = ps: with ps; [
    ];
+2 −2
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ let
  extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);

  # Don't forget to run parse-requirements.py after updating
  hassVersion = "2023.2.2";
  hassVersion = "2023.2.3";

in python.pkgs.buildPythonApplication rec {
  pname = "homeassistant";
@@ -289,7 +289,7 @@ in python.pkgs.buildPythonApplication rec {
    owner = "home-assistant";
    repo = "core";
    rev = "refs/tags/${version}";
    hash = "sha256-HEL8e/2zoWPjeJL9iaCRu8aIldE3uTw9Yu9Q06Nyvz4=";
    hash = "sha256-cRdxlmlgkKTnrtqGQPbSpBLHf+vfI9T6sdETcGshN9M=";
  };

  nativeBuildInputs = with python3.pkgs; [