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

home-assistant: 2025.2.2 -> 2025.2.3 (#381580)

parents 9ea6cafa ae88fbbd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "deebot-client";
  version = "12.0.0";
  version = "12.1.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -32,12 +32,12 @@ buildPythonPackage rec {
    owner = "DeebotUniverse";
    repo = "client.py";
    tag = version;
    hash = "sha256-/lGLrFlKKneauC15eFQYQxxHY7Py5s626yrThkqNAps=";
    hash = "sha256-K5dsu4n3ClU7CPYkqSrvocQAPzV0tMrlBapueVBstQ0=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-oSvosZsGM0R5DRc43KvCNcqNIh4gbvzqgnrIJjAN+/k=";
    hash = "sha256-mrAPalyxEhJFE1VYNOZRjjdviXqU0JeeGuY3vFZYSNE=";
  };

  pythonRelaxDeps = [
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "hass-nabucasa";
  version = "0.89.0";
  version = "0.90.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "nabucasa";
    repo = "hass-nabucasa";
    tag = version;
    hash = "sha256-o6VUfg0mtaXw5isF4Q1afCZrOMSW9FSjbOOUcBne+dY=";
    hash = "sha256-OP+KUh0WsE6I0hKUvUBHhzrLCKM7jc5GhO++9OrLh4s=";
  };

  pythonRelaxDeps = [ "acme" ];
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "pyenphase";
  version = "1.23.1";
  version = "1.25.4";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "pyenphase";
    repo = "pyenphase";
    tag = "v${version}";
    hash = "sha256-xiwoFfKMZVgpMfh2CjzhkuZPxCD/NC2nK67r6Miu0eg=";
    hash = "sha256-J7MxHoFffdmPESxyt5CnFd9Y9klP5PiRhG8nzPMaYxw=";
  };

  pythonRelaxDeps = [ "tenacity" ];
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

buildPythonPackage rec {
  pname = "sentry-sdk";
  version = "1.45.0";
  version = "1.45.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
    owner = "getsentry";
    repo = "sentry-python";
    rev = "refs/tags/${version}";
    hash = "sha256-OWoMqJlf0vmBHWWsW6mF4u5X9USzxkFmCJyX7Ws0dD0=";
    hash = "sha256-ZNJsxbQcW5g/bKqN18z+BspKyI34+vkj6vQ9akE1Ook=";
  };

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "zeroconf";
  version = "0.143.0";
  version = "0.144.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "jstasiak";
    repo = "python-zeroconf";
    tag = version;
    hash = "sha256-yN5N+SosNDcwotEH2oyVMRI717LXIRKtzHQ4VI4WoMQ=";
    hash = "sha256-OpylhsMjM7Xc1/vVv2kNuxeO7XknjQjJ8jFVS2+3188=";
  };

  build-system = [
Loading