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

python3Packages.pymitsubishi: 0.4.2 -> 0.5.0,...

python3Packages.pymitsubishi: 0.4.2 -> 0.5.0, home-assistant-custom-components.mitsubishi: 0.4.3 -> 0.5.3 (#484673)
parents 037c8e4f 3099a81c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pymitsubishi";
  version = "0.4.2";
  version = "0.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pymitsubishi";
    repo = "pymitsubishi";
    tag = "v${version}";
    hash = "sha256-frqyAXAP2O8TZzXx5ephcLSLJA9p0P74KJrPoSKPYYo=";
    hash = "sha256-Y+peVtaPWuvgM+2x7bIuwCicscv6xkZHzqpFSyiJQWQ=";
  };

  postPatch = ''
+2 −4
Original line number Diff line number Diff line
@@ -11,21 +11,19 @@
buildHomeAssistantComponent rec {
  owner = "pymitsubishi";
  domain = "mitsubishi";
  version = "0.4.3";
  version = "0.5.3";

  src = fetchFromGitHub {
    owner = "pymitsubishi";
    repo = "homeassistant-mitsubishi";
    tag = "v${version}";
    hash = "sha256-jhcclDealb1T84zNse2tpT3MDvDaOqhTMGrBhiUXHPc=";
    hash = "sha256-yVj3QPH00u7WEvhK3pHKmrNx6o9ybK9LgRhq51OvjAc=";
  };

  dependencies = [
    pymitsubishi
  ];

  doCheck = false; # TODO: remove in the next release after 0.4.0

  nativeCheckInputs = [
    pytest-cov-stub
    pytestCheckHook