From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#35673: pypi importer returns the wheel hash when it fails to find a proper source. Date: Fri, 10 May 2019 14:41:23 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPAT5-0004hT-9R for bug-guix@gnu.org; Fri, 10 May 2019 14:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPAT4-0005aK-Bp for bug-guix@gnu.org; Fri, 10 May 2019 14:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hPAT4-0005a8-8A for bug-guix@gnu.org; Fri, 10 May 2019 14:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hPAT4-0007gt-3K for bug-guix@gnu.org; Fri, 10 May 2019 14:42:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:44492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPAST-0004f4-PW for bug-guix@gnu.org; Fri, 10 May 2019 14:41:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPASS-00055n-Sj for bug-guix@gnu.org; Fri, 10 May 2019 14:41:25 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:59160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPASS-00054W-O7 for bug-guix@gnu.org; Fri, 10 May 2019 14:41:24 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hPASR-00008y-IP for bug-guix@gnu.org; Fri, 10 May 2019 14:41:23 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35673@debbugs.gnu.org As discussed on guix-devel[0] the pypi importer should probably not fill in the hash with that of the wheel if a proper source archive is not found on pypi. [0] https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html Best, Jack