Unverified Commit 293b472e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant: 2026.2.0 -> 2026.2.1 (#487789)

parents 06b4256d 67c86052
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "aioamazondevices";
  version = "11.1.2";
  version = "11.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "chemelli74";
    repo = "aioamazondevices";
    tag = "v${version}";
    hash = "sha256-9WZ8GlnlI1Coyvi1Aqtk0iVoREyohCLBnjg2kusP1cE=";
    hash = "sha256-VkdA661cChsHwSKuOAx864xEjVGzJ35IzG0dOevrqAc=";
  };

  build-system = [ poetry-core ];
+7 −7
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@
  voluptuous,
}:

buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
  pname = "evohome-async";
  version = "1.0.6";
  version = "1.1.3";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -28,8 +28,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "zxdavb";
    repo = "evohome-async";
    tag = version;
    hash = "sha256-8oeW6NWqYcZF+s2kRfeoVAp8JBbuDn+NQ0RU6nxVTAc=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Xc5GWbKqgcIIHKBvcAIS8zL9rZeEDEkwHOhhUdnImbE=";
  };

  build-system = [ hatchling ];
@@ -56,16 +56,16 @@ buildPythonPackage rec {
    pyyaml
    syrupy
  ]
  ++ optional-dependencies.cli;
  ++ finalAttrs.passthru.optional-dependencies.cli;

  pythonImportsCheck = [ "evohomeasync2" ];

  meta = {
    description = "Python client for connecting to Honeywell's TCC RESTful API";
    homepage = "https://github.com/zxdavb/evohome-async";
    changelog = "https://github.com/zxdavb/evohome-async/releases/tag/${version}";
    changelog = "https://github.com/zxdavb/evohome-async/releases/tag/${finalAttrs.src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fab ];
    mainProgram = "evo-client";
  };
}
})
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "librehardwaremonitor-api";
  version = "1.8.4";
  version = "1.9.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Sab44";
    repo = "librehardwaremonitor-api";
    tag = "v${version}";
    hash = "sha256-RGtR/VSamfpSpS5TN9nUPCjzkwp5eUcV41Q8R76MDAA=";
    hash = "sha256-fj+373+e4X8B7OrejeDe0SXRMQR7vsPO4DoGrmxBu7I=";
  };

  build-system = [ hatchling ];
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "python-smarttub";
  version = "0.0.46";
  version = "0.0.47";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mdz";
    repo = "python-smarttub";
    tag = "v${version}";
    hash = "sha256-Hx5WVQWB5zk22jExFeka3fzfexBFC/ZWjM7S5WWxxXU=";
    hash = "sha256-jKNXViqyRFPeHmoUGL9BGUUcVTQ1w3uJy7J8OlFikPw=";
  };

  build-system = [
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Do not edit!

{
  version = "2026.2.0";
  version = "2026.2.1";
  components = {
    "3_day_blinds" =
      ps: with ps; [
Loading