gis/OWSLib: Updated for version 0.30.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessi 2024-03-20 19:58:27 +07:00 committed by Willy Sudiarto Raharjo
parent 45724ae6a4
commit ee04acc2fe
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for OWSLib
# Copyright 2023 Giancarlo Dessi, Cagliari, IT
# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OWSLib
VERSION=${VERSION:-0.29.3}
VERSION=${VERSION:-0.30.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="OWSLib"
VERSION="0.29.3"
VERSION="0.30.0"
HOMEPAGE="https://pypi.python.org/pypi/OWSLib/"
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.29.3/OWSLib-0.29.3.tar.gz"
MD5SUM="7e32f977c7ec05582301563689cdbc1f"
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.30.0/OWSLib-0.30.0.tar.gz"
MD5SUM="c2ba9d5fd13b4c8795153e89c0c65322"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lxml python3-dateutil pytz"
REQUIRES="python3-dateutil pytz python3-lxml"
MAINTAINER="Giancarlo Dessi"
EMAIL="slack@giand.it"