emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66438: closed ([PATCH] gnu: python-pyvista: Update to 0.42.3.)


From: GNU bug Tracking System
Subject: bug#66438: closed ([PATCH] gnu: python-pyvista: Update to 0.42.3.)
Date: Tue, 17 Oct 2023 09:56:02 +0000

Your message dated Tue, 17 Oct 2023 10:53:17 +0100
with message-id <87a5sh7ev8.fsf@cbaines.net>
and subject line Re: [bug#66438] [PATCH] gnu: python-pyvista: Update to 0.42.3.
has caused the debbugs.gnu.org bug report #66438,
regarding [PATCH] gnu: python-pyvista: Update to 0.42.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66438: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66438
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-pyvista: Update to 0.42.3. Date: Tue, 10 Oct 2023 13:29:48 +0000
* 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(-)

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")

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#66438] [PATCH] gnu: python-pyvista: Update to 0.42.3. Date: Tue, 17 Oct 2023 10:53:17 +0100 User-agent: mu4e 1.10.5; emacs 28.2
"Paul A. Patience" <paul@apatience.com> writes:

> * 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(-)

Thanks for the patch, I've pushed this to master as
4aa6a924b26d3a26cfce1a547fd260f80ca6bc86.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]