mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
gis/OWSLib: Updated for version 0.19.1.
This commit is contained in:
parent
95ff8f0e3b
commit
89432dbc27
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for OWSLib
|
||||
|
||||
# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2013-2020 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.19.0}
|
||||
VERSION=${VERSION:-0.19.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="OWSLib"
|
||||
VERSION="0.19.0"
|
||||
VERSION="0.19.1"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/OWSLib/"
|
||||
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.19.0/OWSLib-0.19.0.tar.gz"
|
||||
MD5SUM="cc95d474dce9afef4a9182e91c92d5f2"
|
||||
DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.19.1/OWSLib-0.19.1.tar.gz"
|
||||
MD5SUM="198befd5de54cd909e2efbda45f73e1c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-dateutil pytz lxml six"
|
||||
|
|
Loading…
Reference in a new issue