aboutsummaryrefslogtreecommitdiff
path: root/python/python3-rtree
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2025-09-05 00:45:07 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-05 21:16:25 +0700
commitbd17c2fd9bf762e850a35885d7fd6e6a8e842106 (patch)
tree43273274c4a535ec9923053504b683eb5e35b683 /python/python3-rtree
parent39f42e17851e7840acb6eeadb83279e6600e0d28 (diff)
python/python3-rtree: Update for 1.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rtree')
-rw-r--r--python/python3-rtree/python3-rtree.SlackBuild2
-rw-r--r--python/python3-rtree/python3-rtree.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-rtree/python3-rtree.SlackBuild b/python/python3-rtree/python3-rtree.SlackBuild
index bf817f0cac..2c5277af16 100644
--- a/python/python3-rtree/python3-rtree.SlackBuild
+++ b/python/python3-rtree/python3-rtree.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rtree
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-rtree/python3-rtree.info b/python/python3-rtree/python3-rtree.info
index 7bb657e4a8..53bc6667b5 100644
--- a/python/python3-rtree/python3-rtree.info
+++ b/python/python3-rtree/python3-rtree.info
@@ -1,8 +1,8 @@
PRGNAM="python3-rtree"
-VERSION="1.4.0"
+VERSION="1.4.1"
HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
-DOWNLOAD="https://github.com/Toblerity/rtree/archive/1.4.0/rtree-1.4.0.tar.gz"
-MD5SUM="e67350a53ae2c3ef8b34bb21357158c6"
+DOWNLOAD="https://github.com/Toblerity/rtree/archive/1.4.1/rtree-1.4.1.tar.gz"
+MD5SUM="844fbd0e2e9da10e81aca356c457da62"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libspatialindex python3-setuptools-opt"