Unverified Commit c212f41f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pymitsubishi: 0.1.8 -> 0.3.0 (#442170)

parents dd3c6568 2130a6c0
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -5,19 +5,20 @@
  setuptools,
  requests,
  pycryptodome,
  pytest-cov-stub,
  pytestCheckHook,
}:

buildPythonPackage rec {
  pname = "pymitsubishi";
  version = "0.1.8";
  version = "0.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pymitsubishi";
    repo = "pymitsubishi";
    tag = "v${version}";
    hash = "sha256-hawPxP8WqpHUikmbcSFIjSeSTNyWu1zYtgT/TCPbOro=";
    hash = "sha256-cfLKFvhzLN9dM0cMogCL93LVfRd8jDFo9x+nnEWInSc=";
  };

  build-system = [ setuptools ];
@@ -27,12 +28,15 @@ buildPythonPackage rec {
    pycryptodome
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  nativeCheckInputs = [
    pytest-cov-stub
    pytestCheckHook
  ];

  pythonImportsCheck = [ "pymitsubishi" ];

  meta = {
    description = "A Python library for controlling and monitoring Mitsubishi MAC-577IF-2E air conditioners";
    description = "Library for controlling and monitoring Mitsubishi MAC-577IF-2E air conditioners";
    homepage = "https://github.com/pymitsubishi/pymitsubishi";
    changelog = "https://github.com/pymitsubishi/pymitsubishi/releases/tag/${src.tag}";
    license = lib.licenses.mit;
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
  owner = "pymitsubishi";
  domain = "mitsubishi";
  version = "0.1.8";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "pymitsubishi";
    repo = "homeassistant-mitsubishi";
    tag = "v${version}";
    hash = "sha256-qxYdE70APMO+ydv+lQzJY3gRYr/y5p0zJSgPt/k1cys=";
    hash = "sha256-V8fT/w7a/uUN4yKJ+jB6UUQDP6dif80MvlqV9n4KENc=";
  };

  dependencies = [