From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id gOtzKhtMfWNX8AAAbAwnHQ (envelope-from ) for ; Tue, 22 Nov 2022 23:24:27 +0100 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id OJhuKhtMfWNAHwAA9RJhRA (envelope-from ) for ; Tue, 22 Nov 2022 23:24:27 +0100 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 aspmx2.migadu.com (Postfix) with ESMTPS id 48BE6300C0 for ; Tue, 22 Nov 2022 23:24:27 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxbgV-0006Jv-V5; Tue, 22 Nov 2022 17:24:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxbgQ-0006JG-RM for guix-patches@gnu.org; Tue, 22 Nov 2022 17:24:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oxbgQ-0004n2-JJ for guix-patches@gnu.org; Tue, 22 Nov 2022 17:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oxbgQ-0006h0-F9 for guix-patches@gnu.org; Tue, 22 Nov 2022 17:24:02 -0500 Subject: bug#57698: [PATCH staging 0/3] Update suitesparse. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 22 Nov 2022 22:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57698 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan Cc: 57698-done@debbugs.gnu.org Mail-Followup-To: 57698@debbugs.gnu.org, ludo@gnu.org, code@greghogan.com Received: via spool by 57698-done@debbugs.gnu.org id=D57698.166915584125711 (code D ref 57698); Tue, 22 Nov 2022 22:24:02 +0000 Received: (at 57698-done) by debbugs.gnu.org; 22 Nov 2022 22:24:01 +0000 Received: from localhost ([127.0.0.1]:52787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxbgP-0006gX-C4 for submit@debbugs.gnu.org; Tue, 22 Nov 2022 17:24:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxbgN-0006gF-1b for 57698-done@debbugs.gnu.org; Tue, 22 Nov 2022 17:23:59 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxbgH-0004kY-Ok; Tue, 22 Nov 2022 17:23:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ffYqLtQEBW1Bsk2Jeg8NQQtuKuGuNNAqOM1P0hSre0I=; b=F+VF45HU3lrN/8laGa6H gB4qfKCdc7CssmqeJEWIjP/W+kLzutG15FrPumVi+G77Mb/etfqGO+TunchVjvGlXFQninDVKQJdZ riRNr+JvgnyHu71hWJgEFzUjFRy73zzqeQxqsEI+a+aFOMnAKmIqGvBeEyqvd6zwIs0bxBkiBkzdE aJscMQwGQEw3ZJ1ez6MtDOuItEzRUKujPli6TIiIfF0bCu1R1J2fI9YK3szatYWsBfLnSNP0XGAbs YQJ4J6h90YxilQzf+fjSYtIoz4W9TJBDJKPQQhOpU0pC6tnmuKKYh3V66K96GsH46PIJ2fmfbJ+dS NxFmN16RhxUycg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxbgH-00078S-CX; Tue, 22 Nov 2022 17:23:53 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Tue, 22 Nov 2022 23:23:50 +0100 In-Reply-To: (Greg Hogan's message of "Fri, 9 Sep 2022 14:29:44 +0000") Message-ID: <87edtuhbm1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669155867; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ffYqLtQEBW1Bsk2Jeg8NQQtuKuGuNNAqOM1P0hSre0I=; b=MMS36aaH1A1AC++rtac3F2G7155s6RgeoTMlPQTn/UD0AULBS19EeZWebD7On94m9xsjKd wSQXzD4P0+rVJ+bborwVF3w3obyg/sW7gKclYAKD41WBkYgrauNi4jjM3rvcdxkB4LFHUW kPt0MuYApeySlsG8samloVOYm+nWy6zZAZQmbgCTG0ws3Nrb7NtNOEfETBaG8HsIaMYAD4 Vebw/Cp/4VOfGDgbfd4EHh3Ul26hPBD7qiFE8vt8wst6KAqI5ozrKO/W+7MOzc7OxVG0oP uAJNJtdBHTAyMcSSUuvlr+5aU24/dIY0rk2PvwZOPyY7ghT6s/llmBV1vMJhUA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669155867; a=rsa-sha256; cv=none; b=BAgaLXPHj4hDbhKNnJZmq69SFpALgX9rXViX6tj2NruaiHuGY7TwM6uq3KXydFavufDk2k DaiCOgfYh6UOm/NzWMpkmk/i73OiPf5OtXTfUlxlik8I7uAvrmg8UAngc/pqxQ+2Lw0MHN Q8Qs2RE9McYWihuBdNvyRGxtqOF3Lu6iCnBdATTxOTVoW8My6c6a32HRx62hVBr7Epj8XT iw4lry3NGyCCGLK3tsuRYhxZjUgN3BQlPknLQ0z1eAESD54kB6bmpaf1QIx6sYZ+3qbKmY aME1Zbl+nDKTq0h4tcDBW4wAMDsX1KkRDBULLaH2BF1/BXDqKzcgCNfmRFvoFw== ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=F+VF45HU; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx2.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.41 Authentication-Results: aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=F+VF45HU; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx2.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 48BE6300C0 X-Spam-Score: -3.41 X-Migadu-Scanner: scn0.migadu.com X-TUID: ITxsr3hb48J/ Hi Greg, Greg Hogan skribis: > All dependents successfully build except the continued failure of > python-bokeh, python-dolfin-adjoint, and shogun. > > Greg Hogan (3): > gnu: suitesparse: Update to 5.13.0. > gnu: octave: Update to 7.2.0. > gnu: python-hmmlearn: Update to 0.2.7. I went ahead and pushed these on =E2=80=98master=E2=80=99: it=E2=80=99s sli= ghtly above the documented threshold but dependents are small packages and this is a rather safe update (I checked on current =E2=80=98master=E2=80=99 that ther= e=E2=80=99s no regression). Thank you and sorry for the delay! Ludo=E2=80=99.