python/python3-obspy: Updated for version 1.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2020-04-01 23:42:59 +07:00 committed by Willy Sudiarto Raharjo
parent 1a1e61f306
commit a71904b100
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=python3-obspy
SRCNAM=obspy
VERSION=${VERSION:-1.1.1}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="python3-obspy"
VERSION="1.1.1"
VERSION="1.2.1"
HOMEPAGE="https://github.com/obspy/obspy/wiki"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.1.1/obspy-1.1.1.tar.gz"
MD5SUM="ae7b75055a1de926f80d4818a60a127c"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.2.1/obspy-1.2.1.tar.gz"
MD5SUM="2c924b5dc30d3ea560d137fb1d185552"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator python3-future python-requests scipy3 lxml SQLAlchemy python3-basemap suds-jurko"
REQUIRES="decorator python3-future python-requests scipy3 lxml SQLAlchemy python3-basemap python3-certifi suds-jurko"
MAINTAINER="Cristiano Urban"
EMAIL="cristiano.urban.slack@gmail.com"