python312Packages.deebot-client: 8.3.0 -> 8.4.0 (#339508)

This commit is contained in:
Robert Schütz 2024-09-04 11:57:16 -07:00 committed by GitHub
commit e9f994aaff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,21 +7,21 @@
defusedxml,
docker,
fetchFromGitHub,
hatch-vcs,
hatchling,
numpy,
pillow,
pycountry,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
setuptools-scm,
svg-py,
testfixtures,
}:
buildPythonPackage rec {
pname = "deebot-client";
version = "8.3.0";
version = "8.4.0";
pyproject = true;
disabled = pythonOlder "3.12";
@ -30,15 +30,18 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
rev = "refs/tags/${version}";
hash = "sha256-a6gFy+w+5FEs4YwS2Pfcyiv0grLcSzFpxxbcZ0AYIL4=";
hash = "sha256-VWXJykG9XSrpTjnv5radUAp/OMCH2YVlmkT6L8S+wyI=";
};
build-system = [
setuptools
setuptools-scm
pythonRelaxDeps = [
"aiohttp"
"defusedxml"
];
pythonRelaxDeps = [ "aiohttp" ];
build-system = [
hatch-vcs
hatchling
];
dependencies = [
aiohttp