Merge pull request #156246 from r-ryantm/auto-update/python3.10-bsblan

python310Packages.bsblan: 0.4.1 -> 0.5.0
This commit is contained in:
Mario Rodas 2022-01-23 10:19:10 -05:00 committed by GitHub
commit e98bf7d971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
, pytest-asyncio
, pytest-cov
, pytest-mock
, pythonOlder
, aiohttp
, attrs
, cattrs
@ -16,13 +17,16 @@
buildPythonPackage rec {
pname = "bsblan";
version = "0.4.1";
version = "0.5.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
rev = "v.${version}";
sha256 = "0vyg9vsrs34jahlav83qp2djv81p3ks31qz4qh46zdij2nx7l1fv";
sha256 = "1j41y2njnalcsp1vjqwl508yp3ki82lv8108ijz52hprhrq4fffb";
};
propagatedBuildInputs = [
@ -42,7 +46,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "bsblan" ];
pythonImportsCheck = [
"bsblan"
];
meta = with lib; {
description = "Python client for BSB-Lan";