Merge pull request #142610 from fabaff/bump-teslajsonpy

python3Packages.teslajsonpy: 1.2.0 -> 1.2.1
This commit is contained in:
Fabian Affolter 2021-10-23 21:05:57 +02:00 committed by GitHub
commit 829d919b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@
, beautifulsoup4
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, httpx
, poetry-core
, pytest-asyncio
@ -16,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "1.2.0";
version = "1.2.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -25,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "v${version}";
sha256 = "05zn923zsr3jdilhj7bl16sabxy3ziwwlz30jq1xappbf824f9sa";
sha256 = "sha256-49dQgzYsEn5jmHWTJ3e3QOTqNeoTRMjUWxp+MaOYod4=";
};
nativeBuildInputs = [
@ -46,7 +45,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "teslajsonpy" ];
pythonImportsCheck = [
"teslajsonpy"
];
meta = with lib; {
description = "Python library to work with Tesla API";