gis/OWSLib: Updated for version 0.21.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2021-01-02 10:22:18 -08:00 committed by Willy Sudiarto Raharjo
parent af87b99747
commit c76059db18
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for OWSLib
# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=OWSLib
VERSION=${VERSION:-0.20.0}
VERSION=${VERSION:-0.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="OWSLib"
VERSION="0.20.0"
VERSION="0.21.0"
HOMEPAGE="https://pypi.python.org/pypi/OWSLib/"
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.20.0/OWSLib-0.20.0.tar.gz"
MD5SUM="f5a39aa237e2fddb663f2caa20e9275f"
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.21.0/OWSLib-0.21.0.tar.gz"
MD5SUM="788da794922a85deb021924a537c5336"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-dateutil python3-dateutil pytz lxml six python3-six"