python313Packages.python-tado: 0.18.6 -> 0.18.9

Diff: https://github.com/wmalgadey/PyTado/compare/refs/tags/0.18.6...0.18.9

Changelog: https://github.com/wmalgadey/PyTado/releases/tag/0.18.9
This commit is contained in:
Robert Schütz
2025-04-05 04:26:35 +02:00
committed by Martin Weinelt
parent eae7a66662
commit 4f2c4b7272
@@ -5,7 +5,6 @@
pytest-cov-stub,
pytest-mock,
pytestCheckHook,
pythonOlder,
requests,
responses,
setuptools,
@@ -13,16 +12,14 @@
buildPythonPackage rec {
pname = "python-tado";
version = "0.18.6";
version = "0.18.9";
pyproject = true;
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "wmalgadey";
repo = "PyTado";
tag = version;
hash = "sha256-pDT159TY1PEG3TLoIaNy5VVpIklclgOvFy4W5HKy7uM=";
hash = "sha256-zGz3ySD+7zkHY/+IS2Kfrp9Y64It+rrEF7ImwbZG7ks=";
};
build-system = [ setuptools ];
@@ -50,7 +47,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "PyTado" ];
meta = with lib; {
description = "Python binding for Tado web API. Pythonize your central heating!";
description = "Python binding for Tado web API";
homepage = "https://github.com/wmalgadey/PyTado";
changelog = "https://github.com/wmalgadey/PyTado/releases/tag/${src.tag}";
license = licenses.gpl3Plus;