[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: python-pyshp: Update to 2.3.1.
From: |
guix-commits |
Subject: |
06/09: gnu: python-pyshp: Update to 2.3.1. |
Date: |
Wed, 7 Feb 2024 12:35:27 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 556a7484f152467883b74a0c0c0704d6855225b9
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Feb 4 16:47:16 2024 +0000
gnu: python-pyshp: Update to 2.3.1.
* gnu/packages/geo.scm (python-pyshp): Update to 2.3.1.
[arguments]: Disable test that requires network access.
Change-Id: Iba7bd8191c17ecf255375a8443319b449057e094
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/geo.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 6135451c16..6648dc2d25 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1323,7 +1323,7 @@ utilities for data translation and processing.")
(define-public python-pyshp
(package
(name "python-pyshp")
- (version "2.1.3")
+ (version "2.3.1")
(source
(origin
(method git-fetch)
@@ -1332,8 +1332,13 @@ utilities for data translation and processing.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jsraqzq82pw19wvx84x7w5cs8agr44a9b5y0jjw540wim4xa73r"))))
+ (base32 "02pbr091p8v4kfv1p6p2aa4asgm9r74dc12r35lvgmhs9y163z69"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ ;; This test requires internet access.
+ '(list "--deselect" "test_shapefile.py::test_reader_url")))
(native-inputs
(list python-pytest python-pytest-runner))
(home-page "https://github.com/GeospatialPython/pyshp")
- branch master updated (10dba10fd6 -> 5d2302a195), guix-commits, 2024/02/07
- 02/09: gnu: python-pyproj: Update to 3.6.1., guix-commits, 2024/02/07
- 06/09: gnu: python-pyshp: Update to 2.3.1.,
guix-commits <=
- 03/09: gnu: libgeotiff: Fix build with proj 9.3.1., guix-commits, 2024/02/07
- 05/09: gnu: python-shapely: Update to 2.0.2., guix-commits, 2024/02/07
- 01/09: gnu: proj: Update to 9.3.1., guix-commits, 2024/02/07
- 07/09: gnu: grass: Update to 7.8.8., guix-commits, 2024/02/07
- 08/09: gnu: qgis: Fix build against proj 9.3.1., guix-commits, 2024/02/07
- 04/09: gnu: geos: Update to 3.12.1., guix-commits, 2024/02/07
- 09/09: gnu: janet: Update to 1.33.0, guix-commits, 2024/02/07