diff options
author | ArTourter <artourter@gmail.com> | 2021-12-04 15:12:14 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-05 02:05:05 +0700 |
commit | 755528a1c24f4dfc434ad363f4e99bd8a8a186f0 (patch) | |
tree | 04bc7a6420f7ca0f3e397f48419b67de9ed203f7 /gis | |
parent | 7302ddf00543644a1e8fb69f226b789ead5f7d9e (diff) |
gis/python-pygeos: Updated for version 1.12.0
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python-pygeos/python-pygeos.SlackBuild | 2 | ||||
-rw-r--r-- | gis/python-pygeos/python-pygeos.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/python-pygeos/python-pygeos.SlackBuild b/gis/python-pygeos/python-pygeos.SlackBuild index b8760b4313b07..32464f3fb4572 100644 --- a/gis/python-pygeos/python-pygeos.SlackBuild +++ b/gis/python-pygeos/python-pygeos.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-pygeos -VERSION=${VERSION:-0.11.1} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/python-pygeos/python-pygeos.info b/gis/python-pygeos/python-pygeos.info index 5da98c46257c4..fd7ebbbd67152 100644 --- a/gis/python-pygeos/python-pygeos.info +++ b/gis/python-pygeos/python-pygeos.info @@ -1,8 +1,8 @@ PRGNAM="python-pygeos" -VERSION="0.11.1" +VERSION="0.12.0" HOMEPAGE="https://pygeos.readthedocs.io" -DOWNLOAD="https://pypi.python.org/packages/source/p/pygeos/pygeos-0.11.1.tar.gz" -MD5SUM="533eb68e75cbfdf74887cd6c3c311eca" +DOWNLOAD="https://pypi.python.org/packages/source/p/pygeos/pygeos-0.12.0.tar.gz" +MD5SUM="eda4493db1aeb0503c83db5dfe84ee1a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos numpy3" |