From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YJYqJXCvImCOSgAA0tVLHw (envelope-from ) for ; Tue, 09 Feb 2021 15:51:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id SLX/IHCvImDNPAAAB5/wlQ (envelope-from ) for ; Tue, 09 Feb 2021 15:51:12 +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 2A5C7940466 for ; Tue, 9 Feb 2021 15:51:12 +0000 (UTC) Received: from localhost ([::1]:40046 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9VIF-0004UK-23 for larch@yhetil.org; Tue, 09 Feb 2021 10:51:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9VI6-0004RX-AU for guix-patches@gnu.org; Tue, 09 Feb 2021 10:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42867) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l9VI6-00058a-30 for guix-patches@gnu.org; Tue, 09 Feb 2021 10:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l9VI6-00047A-2U for guix-patches@gnu.org; Tue, 09 Feb 2021 10:51:02 -0500 Subject: bug#45699: [PATCH] gnu: python-scipy: Update to 1.6.0. Resent-From: Jelle Licht Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 09 Feb 2021 15:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45699 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan , 45699-done@debbugs.gnu.org Mail-Followup-To: 45699@debbugs.gnu.org, jlicht@fsfe.org, code@greghogan.com Received: via spool by 45699-done@debbugs.gnu.org id=D45699.161288582615765 (code D ref 45699); Tue, 09 Feb 2021 15:51:01 +0000 Received: (at 45699-done) by debbugs.gnu.org; 9 Feb 2021 15:50:26 +0000 Received: from localhost ([127.0.0.1]:54411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9VHW-00046D-IU for submit@debbugs.gnu.org; Tue, 09 Feb 2021 10:50:26 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:37878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9VHU-000464-GG for 45699-done@debbugs.gnu.org; Tue, 09 Feb 2021 10:50:25 -0500 From: Jelle Licht In-Reply-To: References: Date: Tue, 09 Feb 2021 16:50:21 +0100 Message-ID: <86wnvh44w2.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.26 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=fsfe.org (policy=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-Migadu-Queue-Id: 2A5C7940466 X-Spam-Score: -2.26 X-Migadu-Scanner: scn1.migadu.com X-TUID: JfWjJl5x2t1l Greg Hogan writes: > From d03cf7fcf8351827dcf5d1a342c26bc5ffee7046 Mon Sep 17 00:00:00 2001 > From: Greg Hogan > Date: Tue, 5 Jan 2021 17:09:15 +0000 > Subject: [PATCH] gnu: python-scipy: Update to 1.6.0. > > * gnu/packages/python-xyz.scm (python-scipy): Update to 1.6.0. > [inputs]: Add pybind11. > [arguments]<#:phases>['change-home-dir]: New phase. Pushed as 2571cf025e61f9f767e316841961904912beedf0 to master, thanks!