Unverified Commit c76c91d0 authored by Emily's avatar Emily Committed by GitHub
Browse files

python3Packages.msmart-ng: 2025.7.0 -> 2025.9.0;...

python3Packages.msmart-ng: 2025.7.0 -> 2025.9.0; home-assistant-custom-components.midea_ac: 2025.7.0 -> 2025.9.0 (#439520)
parents 75b4e096 66223382
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "msmart-ng";
  version = "2025.7.0";
  version = "2025.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mill1000";
    repo = "midea-msmart";
    tag = version;
    hash = "sha256-4CqdAgWkpkZ4Kz/GfLBvZ/ogb/tb3/NPGSxOpyU9CIo=";
    hash = "sha256-pBAwEq1/fRLyJ9ioMmU5u1YgKQ6nW4+ol1HLh6/Wg8Y=";
  };

  build-system = [
@@ -39,15 +39,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  disabledTests = [
    # broken in upstream CI as well
    "test_properties_cascade"
  ];

  disabledTestPaths = [
    # network access
    "msmart/tests/test_cloud.py"
  ];
  env.CI = true;

  pythonImportsCheck = [ "msmart" ];

+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
  owner = "mill1000";
  domain = "midea_ac";
  version = "2025.7.0";
  version = "2025.9.0";

  src = fetchFromGitHub {
    owner = "mill1000";
    repo = "midea-ac-py";
    tag = version;
    hash = "sha256-tFUQa+19ksmEuSm8n2tTf7tdVnNQIovnFgbecq4XurY=";
    hash = "sha256-gpCxSTUQdkpLQWIHA2kKmM9bi21tCq1+du4qU5s+Uwk=";
  };

  dependencies = [ msmart-ng ];