From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxyE7-0001Gp-Q6 for guix-patches@gnu.org; Tue, 11 Apr 2017 12:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxyE2-0001fy-9C for guix-patches@gnu.org; Tue, 11 Apr 2017 12:01:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44959) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cxyE2-0001fm-5X for guix-patches@gnu.org; Tue, 11 Apr 2017 12:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cxyE1-0003Bx-UM for guix-patches@gnu.org; Tue, 11 Apr 2017 12:01:01 -0400 Subject: bug#26438: [PATCH] Add fabric, python-paramiko: Update to 1.17.4. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87a87nwzo9.fsf@sturm.com.au> Date: Tue, 11 Apr 2017 18:00:40 +0200 In-Reply-To: <87a87nwzo9.fsf@sturm.com.au> (Ben Sturmfels's message of "Tue, 11 Apr 2017 10:33:42 +1000") Message-ID: <87o9w3q6hj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ben Sturmfels Cc: 26438-done@debbugs.gnu.org Hello, Ben Sturmfels skribis: > Couple of notes: > > 1. I found that I needed to upgrade python-paramiko to minimum 1.17.4 to > avoid an incompatibility between python-paramiko and newer > python-pycrypto. I'm not sure what the implications are of this. > Technically only the Python 2 version needs to be upgraded, since Fabric > is Python 2 only, but I've upgraded both for consistency. Sounds good. > 2. I've disabled tests for now as they fail when the package attempts to > download the "test-require" dependency "fudge". What's the normal way to > stop the Python package doing it's own dependency downloading? Happy to > also package "python2-fudge", but that didn't fix the downloading issue. I would expect that adding python2-fudge would indeed fix the problem (the setuptools machinery checks for already-available packages and only tries to download as a last resort.) Would need more investigation I guess! >>>From 521b29606ca4e1a34c9db89fbc22201eea581370 Mon Sep 17 00:00:00 2001 > From: Ben Sturmfels > Date: Tue, 11 Apr 2017 00:06:20 +1000 > Subject: [PATCH] gnu: Add fabric, python-paramiko: Update to 1.17.4. > > * gnu/packages/python.scm (python-paramiko): Update to 1.17.4. > * gnu/packages/admin.scm (fabric): New variable. I=E2=80=99ve split it into two commits and applied. Thank you, and welcome! Ludo=E2=80=99.