Merge pull request #288985 from fabaff/aioautomower-bump

python311Packages.aioautomower: 2024.2.4 -> 2024.2.6
This commit is contained in:
Nick Cao 2024-02-15 09:13:48 -05:00 committed by GitHub
commit fd028855a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,12 @@
, pytestCheckHook
, pythonOlder
, setuptools
, syrupy
}:
buildPythonPackage rec {
pname = "aioautomower";
version = "2024.2.4";
version = "2024.2.6";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "Thomas55555";
repo = "aioautomower";
rev = "refs/tags/${version}";
hash = "sha256-bgNfV87rHMbNGy8azCS0b6PgkalY2RrbSW2VtjtgPrw=";
hash = "sha256-iYC2bYkO9INbSeny9gy/I0cDSYeyrJiD9MJddUFIlhg=";
};
postPatch = ''
@ -45,12 +46,17 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
syrupy
];
pythonImportsCheck = [
"aioautomower"
];
pytestFlagsArray = [
"--snapshot-update"
];
meta = with lib; {
description = "Module to communicate with the Automower Connect API";
homepage = "https://github.com/Thomas55555/aioautomower";