python3Packages.deebot-client: 15.1.0 -> 16.3.0
Diff: https://github.com/DeebotUniverse/client.py/compare/15.1.0...16.3.0 Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/16.0.0 https://github.com/DeebotUniverse/client.py/releases/tag/16.1.0 https://github.com/DeebotUniverse/client.py/releases/tag/16.2.0 https://github.com/DeebotUniverse/client.py/releases/tag/16.3.0
This commit is contained in:
@@ -15,13 +15,14 @@
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
rustPlatform,
|
||||
syrupy,
|
||||
testfixtures,
|
||||
xz,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "deebot-client";
|
||||
version = "15.1.0";
|
||||
version = "16.3.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.13";
|
||||
@@ -30,12 +31,12 @@ buildPythonPackage rec {
|
||||
owner = "DeebotUniverse";
|
||||
repo = "client.py";
|
||||
tag = version;
|
||||
hash = "sha256-ey7xr9ejDFwfSNwhNBmI2/oJ6zoeAmyTsByxLQ3MQe4=";
|
||||
hash = "sha256-FjUHYG0AkZ/AS1jZhPc28f8rnjuWIyRpumnRnDaoRqY=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version src;
|
||||
hash = "sha256-28Rkm5doYRtrH+Rc64gYxzNwVjBaGzLTynej8OwBqVg=";
|
||||
hash = "sha256-jAycxAxSSWwDNhtdvSCLujMsa7dMQ1lFLtMtVsKHdvk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -66,6 +67,7 @@ buildPythonPackage rec {
|
||||
pytest-asyncio
|
||||
pytest-codspeed
|
||||
pytestCheckHook
|
||||
syrupy
|
||||
testfixtures
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user