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

python312Packages.tesla-fleet-api: 0.7.8 -> 0.8.4 (#347569)

parents 485f0043 92c83f75
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{
  lib,
  aiofiles,
  aiohttp,
  aiolimiter,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
  protobuf,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
  pname = "tesla-fleet-api";
  version = "0.7.8";
  version = "0.8.4";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -19,14 +22,17 @@ buildPythonPackage rec {
    owner = "Teslemetry";
    repo = "python-tesla-fleet-api";
    rev = "refs/tags/v${version}";
    hash = "sha256-jExS2bnxz35mqzN2f6qrqInpoNWGUYLzueKeXp//9/8=";
    hash = "sha256-tPMX8zmiwNF/j4FdOU/cWROrBCensfLKfl1A8ouF+0Y=";
  };

  build-system = [ setuptools ];

  dependencies = [
    aiofiles
    aiohttp
    aiolimiter
    cryptography
    protobuf
  ];

  # Module has no tests