python3Packages.motioneye-client: 0.3.11 -> 0.3.12

This commit is contained in:
Fabian Affolter 2021-11-17 10:23:35 +01:00
parent 2203c41882
commit e342685f43

View File

@ -11,15 +11,16 @@
buildPythonPackage rec {
pname = "motioneye-client";
version = "0.3.11";
version = "0.3.12";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "dermotduffy";
repo = pname;
rev = "v${version}";
sha256 = "0f34ig8njyn7dzy8272m0b1nlnnhir58ar3vx4zps10i0dc32hb2";
sha256 = "sha256-vEB9ztz0RTGoolFUVQcMV7DUthCEAx1kpwkAS2186OU=";
};
nativeBuildInputs = [
@ -41,7 +42,9 @@ buildPythonPackage rec {
--replace " --cov-report=html:htmlcov --cov-report=xml:coverage.xml --cov-report=term-missing --cov=motioneye_client --cov-fail-under=100" ""
'';
pythonImportsCheck = [ "motioneye_client" ];
pythonImportsCheck = [
"motioneye_client"
];
meta = with lib; {
description = "Python library for motionEye";