python310Packages.python-roborock: 0.35.3 -> 0.36.2

https://github.com/humbertogontijo/python-roborock/blob/v0.36.2/CHANGELOG.md
This commit is contained in:
R. Ryantm 2023-11-11 11:21:43 +00:00 committed by Martin Weinelt
parent 774442f610
commit 1a7f95b8e8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, aiohttp
, alexapy
, async-timeout
, buildPythonPackage
, click
@ -20,7 +19,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "0.35.3";
version = "0.36.2";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -29,12 +28,12 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-3XTVHs+mLePudLnr+bAN4pHvHtUcE0D5Hw+50Vxhlzw=";
hash = "sha256-FyoYAXWdNANxZJ9EKyfRrywKPJmSyt8QRPBlrk9jRIw=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "poetry-core==1.6.1" "poetry-core"
--replace "poetry-core==1.7.0" "poetry-core"
'';
pythonRelaxDeps = [
@ -47,7 +46,6 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
alexapy
aiohttp
async-timeout
click