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.
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
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";
|
||||
@@ -22,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "craigjmidwinter";
|
||||
repo = "total-connect-client";
|
||||
tag = version;
|
||||
hash = "sha256-zzSYi/qhHmugH30bnYHK9lCBVN5wuv6n9rvaZC/sIag=";
|
||||
hash = "sha256-xVpR5gd185eZBoqUhVVcFGPbPFjCavwOZP7yFObzGic=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
pycryptodome
|
||||
pyjwt
|
||||
requests-oauthlib
|
||||
zeep
|
||||
];
|
||||
|
||||
@@ -45,7 +47,7 @@ buildPythonPackage rec {
|
||||
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user