From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id pXF9En/ZnV/+NwAA0tVLHw (envelope-from ) for ; Sat, 31 Oct 2020 21:39:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QEzjDX/ZnV8jCQAA1q6Kng (envelope-from ) for ; Sat, 31 Oct 2020 21:39:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9E2569403CC for ; Sat, 31 Oct 2020 21:39:10 +0000 (UTC) Received: from localhost ([::1]:38182 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYyab-0008Vx-AC for larch@yhetil.org; Sat, 31 Oct 2020 17:39:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYyaU-0008VZ-32 for guix-patches@gnu.org; Sat, 31 Oct 2020 17:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51383) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kYyaT-0007lW-QL for guix-patches@gnu.org; Sat, 31 Oct 2020 17:39:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kYyaT-0005Jl-Oj for guix-patches@gnu.org; Sat, 31 Oct 2020 17:39:01 -0400 Subject: bug#39028: [PATCH] gnu: Add python-asyncssh Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 31 Oct 2020 21:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 39028 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Lars-Dominik Braun Cc: 39028-done@debbugs.gnu.org Mail-Followup-To: 39028@debbugs.gnu.org, mail@cbaines.net, ldb@leibniz-psychology.org Received: via spool by 39028-done@debbugs.gnu.org id=D39028.160418033520422 (code D ref 39028); Sat, 31 Oct 2020 21:39:01 +0000 Received: (at 39028-done) by debbugs.gnu.org; 31 Oct 2020 21:38:55 +0000 Received: from localhost ([127.0.0.1]:34694 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYyaN-0005JK-8d for submit@debbugs.gnu.org; Sat, 31 Oct 2020 17:38:55 -0400 Received: from mira.cbaines.net ([212.71.252.8]:58526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYyaK-0005JA-Ok for 39028-done@debbugs.gnu.org; Sat, 31 Oct 2020 17:38:54 -0400 Received: from localhost (188.28.126.167.threembb.co.uk [188.28.126.167]) by mira.cbaines.net (Postfix) with ESMTPSA id C60DC27BBF2; Sat, 31 Oct 2020 21:38:51 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id e2a257f4; Sat, 31 Oct 2020 21:38:49 +0000 (UTC) References: <20200428094458.GC3395@zpidnp36> <20200727083823.GA29891@zpidnp36> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <20200727083823.GA29891@zpidnp36> Date: Sat, 31 Oct 2020 21:38:49 +0000 Message-ID: <87k0v6xehi.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: jYF8QiZpko42 --=-=-= Content-Type: text/plain Lars-Dominik Braun writes: > since master now has python-cryptography==2.9, we can safely add > python-asyncssh without any custom patches. The attached patches first update > python-gssapi (a dependency) and then add python-asyncssh. Hi! This looks good to me, I tweaked the module (ssh seemed more appropriate) and indentation, and pushed to master as 48dec2e04efdc764e16828fb7837ca58064f3cbe. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+d2WlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xexpg/+KTTyLkUYSWcAFJKsi2SGNmwngnkpRZvu XF8uWluzoOz3hk7cm0WxnbimV4bLWBf5y5lj+skyhkOe2gkjxUU3PDeBN0dW3HxF VKyCtr3gupbjon3n0GlLHzDwETd1LjDesmCep+6yfg/44dYcc7pLpTVu+kV58Ana 23wvCgqer/0sQid0GZqha1oZurepAzQD990raLs5MxyIEzex/fu07zLU20XQlL94 lIRFoweQArfE3cRwet4tUodJwEdDqRpswLfHFGBNCiHFQHWvDKifaydWUz2RmeWB XiK5EaXWgQXed9bruL/uVLT5trj2GelPeJsaZz4oq+PC+GLeJNhgqdiqWdAsai6J EhcD3isZlfPJ8uhZyzT5qlKMJshUzBarE34wqJuV+8ocDG/F3Eo19kQkj/obm3cE cPOkzA764yF9LpIF4x7JUmMxQKlhOphdjj/zp4ZuBV23BLdMvl1rjVfPsq3TWSwl HQ+IY/JOgr0i6ssN99nAxeP3j59C+BihrYinc95TOSUTnccFYBP4VmO7W0uvcqny 9ZE/TWhmQRJmqqRxI9UB1pHMiXJqy160XsnjFQSptzPn0W6QvJJKGbA67doy9c8F Q/EHVVTfz69BIepu3mfcu0rQ+eUkFMuoFrodDE6ZRAfvBq3QdxYd1t2FdZTd/+bO tFTjzJWc590= =f4V2 -----END PGP SIGNATURE----- --=-=-=--