python3Packages.total-connect-client: 2025.1.4 -> 2025.5

https://github.com/craigjmidwinter/total-connect-client/releases/tag/2025.5

This commit was automatically generated using update-python-libraries.

Changed files
+5 -3
pkgs
development
python-modules
total-connect-client
+5 -3
pkgs/development/python-modules/total-connect-client/default.nix
···
pytestCheckHook,
pythonOlder,
requests-mock,
+
requests-oauthlib,
setuptools,
zeep,
}:
buildPythonPackage rec {
pname = "total-connect-client";
-
version = "2025.1.4";
+
version = "2025.5";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "craigjmidwinter";
repo = "total-connect-client";
tag = version;
-
hash = "sha256-zzSYi/qhHmugH30bnYHK9lCBVN5wuv6n9rvaZC/sIag=";
+
hash = "sha256-xVpR5gd185eZBoqUhVVcFGPbPFjCavwOZP7yFObzGic=";
};
build-system = [ setuptools ];
···
dependencies = [
pycryptodome
pyjwt
+
requests-oauthlib
zeep
];
···
meta = with lib; {
description = "Interact with Total Connect 2 alarm systems";
homepage = "https://github.com/craigjmidwinter/total-connect-client";
-
changelog = "https://github.com/craigjmidwinter/total-connect-client/releases/tag/${version}";
+
changelog = "https://github.com/craigjmidwinter/total-connect-client/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};