Merge pull request #301643 from r-ryantm/auto-update/python312Packages.teslajsonpy

python312Packages.teslajsonpy: 3.10.2 -> 3.10.3
This commit is contained in:
Fabian Affolter
2024-04-05 00:47:54 +02:00
committed by GitHub
@@ -1,23 +1,24 @@
{ lib
, aiohttp
, authcaptureproxy
, backoff
, beautifulsoup4
, buildPythonPackage
, fetchFromGitHub
, httpx
, orjson
, poetry-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, tenacity
, wrapt
{
lib,
aiohttp,
authcaptureproxy,
backoff,
beautifulsoup4,
buildPythonPackage,
fetchFromGitHub,
httpx,
orjson,
poetry-core,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
tenacity,
wrapt,
}:
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.10.2";
version = "3.10.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,12 +27,10 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = "teslajsonpy";
rev = "refs/tags/v${version}";
hash = "sha256-M3/1J73C3gUqyZYsu10O6FnACKYVbGuMH+8Ns0s2Rwc=";
hash = "sha256-g5csh014gXdYJ28cBn0Frk5g3zFuZ9ufrypcLcNPwg0=";
};
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
authcaptureproxy
@@ -49,9 +48,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"teslajsonpy"
];
pythonImportsCheck = [ "teslajsonpy" ];
meta = with lib; {
description = "Python library to work with Tesla API";