python313Packages.tesla-fleet-api: 0.9.13 -> 1.0.17

Diff: https://github.com/Teslemetry/python-tesla-fleet-api/compare/refs/tags/v0.9.13...v1.0.17
This commit is contained in:
Robert Schütz
2025-04-05 04:26:35 +02:00
committed by Martin Weinelt
parent 4f2c4b7272
commit f3d39263d4
@@ -3,6 +3,8 @@
aiofiles,
aiohttp,
aiolimiter,
bleak,
bleak-retry-connector,
buildPythonPackage,
cryptography,
fetchFromGitHub,
@@ -13,7 +15,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.9.13";
version = "1.0.17";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +24,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-Q+nALf5SBDjh6s6d8lZhFVIkz0vGvzRD8OgXX6v8mJY=";
hash = "sha256-3JLC+GXFNBy7xEPuk/ajVROp6IzZ7Jul+1VyOMB7t58=";
};
build-system = [ setuptools ];
@@ -31,6 +33,8 @@ buildPythonPackage rec {
aiofiles
aiohttp
aiolimiter
bleak
bleak-retry-connector
cryptography
protobuf
];
@@ -43,7 +47,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for Tesla Fleet API and Teslemetry";
homepage = "https://github.com/Teslemetry/python-tesla-fleet-api";
changelog = "https://github.com/Teslemetry/python-tesla-fleet-api/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};