From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9In6-0002L8-Rq for guix-patches@gnu.org; Fri, 12 May 2017 18:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9In6-0002Ex-4T for guix-patches@gnu.org; Fri, 12 May 2017 18:12:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38741) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9In6-0002Et-0o for guix-patches@gnu.org; Fri, 12 May 2017 18:12:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9In4-0004yt-CZ for guix-patches@gnu.org; Fri, 12 May 2017 18:12:03 -0400 Subject: bug#26772: [PATCH 3/3] import: pypi: Robustify latest-release. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170504100627.27553-1-m.othacehe@gmail.com> <20170504100627.27553-3-m.othacehe@gmail.com> Date: Sat, 13 May 2017 00:11:47 +0200 In-Reply-To: <20170504100627.27553-3-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Thu, 4 May 2017 12:06:27 +0200") Message-ID: <877f1l67z0.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: Mathieu Othacehe Cc: 26772@debbugs.gnu.org Mathieu Othacehe skribis: > * guix/import/pypi.scm (latest-release): Check if pypi-fetch has > failed. If so return #f, else construct the . OK! Thanks for fixing all these things! Ludo=E2=80=99.