guix-commits
[Top][All Lists]
Advanced

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

54/55: gnu: python-geopandas: Update to 0.14.2.


From: guix-commits
Subject: 54/55: gnu: python-geopandas: Update to 0.14.2.
Date: Mon, 15 Jan 2024 07:42:28 -0500 (EST)

rekado pushed a commit to branch wip-python-science
in repository guix.

commit 7b21f8b25ab0ac70df0b456e7a93dfc907d310a8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 17:10:03 2024 +0100

    gnu: python-geopandas: Update to 0.14.2.
    
    * gnu/packages/geo.scm (python-geopandas): Update to 0.14.2.
    [arguments]: Disable test_pandas_kind tests.
    
    Change-Id: I2a49d6ef73a79b84751ce0225757a2b83019cd42
---
 gnu/packages/geo.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 91d1358084..14e2d9f16b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -939,14 +939,14 @@ pyproj, Rtree, and Shapely.")
 (define-public python-geopandas
   (package
     (name "python-geopandas")
-    (version "0.13.2")
+    (version "0.14.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "geopandas" version))
         (sha256
           (base32
-            "0s59jjk02l1zajz95n1c7fr3fyj44wzxn569q2y7f34042f6vdg5"))))
+            "1nycf79nzris058lz1fyg0byj874wxq33an3y74zvybnhdxxawbf"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -955,6 +955,8 @@ pyproj, Rtree, and Shapely.")
          ;; Test files are missing
          "--ignore=geopandas/tests/test_overlay.py"
          "--ignore=geopandas/io/tests/test_file.py"
+         ;; Number of open figures changed during test
+         "-k" "not test_pandas_kind"
          ;; Disable tests that require internet access.
          "-m" "not web")))
     (propagated-inputs



reply via email to

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