gis/OWSLib: Updated for version 0.17.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-01-12 15:56:59 -08:00 committed by Willy Sudiarto Raharjo
parent ca98ad3991
commit 755da10c51
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for OWSLib
# Copyright 2013-2014 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2013-2019 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.17.0}
VERSION=${VERSION:-0.17.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="OWSLib"
VERSION="0.17.0"
VERSION="0.17.1"
HOMEPAGE="https://pypi.python.org/pypi/OWSLib/"
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.17.0/OWSLib-0.17.0.tar.gz"
MD5SUM="5dbdea0f56db48ad7a83ae63111168df"
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.17.1/OWSLib-0.17.1.tar.gz"
MD5SUM="a7259beed43944959b9c5050545e95cc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-dateutil pytz lxml six"