python311Packages.aioautomower: 2024.2.4 -> 2024.2.6

Changelog: https://github.com/Thomas55555/aioautomower/releases/tag/2024.2.6
This commit is contained in:
Fabian Affolter
2024-02-15 09:04:22 +01:00
parent 35548de77f
commit 42f0f3e655
@@ -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";