From patchwork Tue Oct 10 13:29:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Paul A. Patience" X-Patchwork-Id: 54709 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id AF60F27BBE9; Tue, 10 Oct 2023 14:31:01 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 4D8A827BBE2 for ; Tue, 10 Oct 2023 14:30:59 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqCoz-0006nS-Vn; Tue, 10 Oct 2023 09:30:50 -0400 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 1qqCor-0006m7-Hu for guix-patches@gnu.org; Tue, 10 Oct 2023 09:30:41 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qqCor-0004Z3-8a for guix-patches@gnu.org; Tue, 10 Oct 2023 09:30:41 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qqCpC-00042b-Cr for guix-patches@gnu.org; Tue, 10 Oct 2023 09:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66438] [PATCH] gnu: python-pyvista: Update to 0.42.3. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 10 Oct 2023 13:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66438 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66438@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169694465215516 (code B ref -1); Tue, 10 Oct 2023 13:31:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Oct 2023 13:30:52 +0000 Received: from localhost ([127.0.0.1]:34326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqCp1-00042C-SL for submit@debbugs.gnu.org; Tue, 10 Oct 2023 09:30:52 -0400 Received: from lists.gnu.org ([2001:470:142::17]:51108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqCox-00041u-H8 for submit@debbugs.gnu.org; Tue, 10 Oct 2023 09:30:49 -0400 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 1qqCoW-0006ig-4p for guix-patches@gnu.org; Tue, 10 Oct 2023 09:30:20 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqCoR-0004P6-6G for guix-patches@gnu.org; Tue, 10 Oct 2023 09:30:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1696944606; x=1697203806; bh=z2SS5/XdjJBv32xY15tEn+UwfNVjiGXZvS/7fmdPcrI=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=It24Iq45H+1/n2WAwuo3etR08Ww1sCJrTkDO6amOwfI/RZW/V388gWbP9trmrF3XE iIMuvcughEZpksalpdNt+nYQslqsNF6pckDNNqeU2i6c6NziEn2KLShjWu6GsLPfbH oUShRyPM7+07AWWj5MwvGQd/9SMcifOPleZBq6lRYlM0XJjkowBOf7tHeMMPAKy9pD wECf+hQ0LCMSNjq6zaKrEYGuvNpcUaKrGcT+uWfK6dDYgrHiPiVrSe/LHGWmItqu8b k1dhF/Gm0jR9cR7D2xnQNE0BW/2cKjbayKjlMiPw1n0Qwjwkex1BELEkkWsjlfqnbp 15+AmZRcpxnZQ== Date: Tue, 10 Oct 2023 13:29:48 +0000 From: "Paul A. Patience" Message-ID: <63e76632929bb2084a4c94c0a2da84e11d26403f.1696944559.git.paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Received-SPF: pass client-ip=185.70.43.17; envelope-from=paul@apatience.com; helo=mail-4317.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-science.scm (python-pyvista): Update to 0.42.3. --- gnu/packages/python-science.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 927928a8a2..79a36a34d6 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1628,7 +1628,7 @@ (define-public python-plotnine (define-public python-pyvista (package (name "python-pyvista") - (version "0.39.1") + (version "0.42.3") (source ;; The PyPI tarball does not contain the tests. ;; (However, we don't yet actually run the tests.) @@ -1639,7 +1639,7 @@ (define-public python-pyvista (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00nij00z5r35f6dx7mwndsrpmiw43adjk8x35mk308c369ylbv9p")))) + (base32 "1qxq0y0hc72hb60w3qq48fma8l6ffz7bdm75ymn1020bvfqrm1s4")))) (build-system python-build-system) (propagated-inputs (list python-imageio @@ -1658,7 +1658,7 @@ (define-public python-pyvista (delete 'check) ;; Disable the sanity check, which fails with the following error: ;; - ;; ...checking requirements: ERROR: pyvista==0.39.1 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'}) + ;; ...checking requirements: ERROR: pyvista==0.42.3 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'}) (delete 'sanity-check)))) (home-page "https://docs.pyvista.org/") (synopsis "3D plotting and mesh analysis through VTK")