From 2134dd24de15ea29450a850a5e34c4645b98a918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 14 Apr 2026 14:08:04 -0700 Subject: [PATCH] python3Packages.deltachat2: 0.9.0 -> 0.10.0 Diff: https://github.com/adbenitez/deltachat2/compare/0.9.0...0.10.0 --- pkgs/development/python-modules/deltachat2/default.nix | 4 ++-- pkgs/development/python-modules/deltachat2/paths.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/deltachat2/default.nix b/pkgs/development/python-modules/deltachat2/default.nix index d23e2f8b6105..806195e0bb71 100644 --- a/pkgs/development/python-modules/deltachat2/default.nix +++ b/pkgs/development/python-modules/deltachat2/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "deltachat2"; - version = "0.9.0"; + version = "0.10.0"; pyproject = true; src = fetchFromGitHub { owner = "adbenitez"; repo = "deltachat2"; tag = version; - hash = "sha256-/Q524yoY25kcRNYgFw2k/lJJ3ydVN3hhoaC571nh1cw="; + hash = "sha256-04MXh1p2xRRnvyu5GrPqMuaraP08WQbFzXYhkXRznA4="; }; patches = [ diff --git a/pkgs/development/python-modules/deltachat2/paths.patch b/pkgs/development/python-modules/deltachat2/paths.patch index 92cfe11fc6f0..98c236ae4fc8 100644 --- a/pkgs/development/python-modules/deltachat2/paths.patch +++ b/pkgs/development/python-modules/deltachat2/paths.patch @@ -1,11 +1,11 @@ diff --git a/deltachat2/transport.py b/deltachat2/transport.py -index a93dc7e..251947b 100644 +index c48827e..bfbc390 100644 --- a/deltachat2/transport.py +++ b/deltachat2/transport.py @@ -71,7 +71,7 @@ class IOTransport: # `process_group` is not supported before Python 3.11. kwargs = {"preexec_fn": os.setpgrp, **self._kwargs} # noqa: PLW1509 - self.process = subprocess.Popen( # noqa: R1732 + self.process = subprocess.Popen( # pylint:disable=consider-using-with - "deltachat-rpc-server", + "@deltachatrpcserver@", stdin=subprocess.PIPE,