diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2022-11-28 11:25:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-28 11:25:45 +0700 |
commit | 269b958910f1f2d019e1d556e07f448944085c68 (patch) | |
tree | 89b6021e1306f71a5fb3bb9b3078195f3a638957 | |
parent | e924a7f69533074ff9e3723fd78e74e0bd8ad92a (diff) |
python/python3-obspy: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-obspy/python3-obspy.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-obspy/python3-obspy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-obspy/python3-obspy.SlackBuild b/python/python3-obspy/python3-obspy.SlackBuild index 8883c69f2487..7146214b584d 100644 --- a/python/python3-obspy/python3-obspy.SlackBuild +++ b/python/python3-obspy/python3-obspy.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-obspy SRCNAM=obspy -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-obspy/python3-obspy.info b/python/python3-obspy/python3-obspy.info index 56268345f706..2917e830524e 100644 --- a/python/python3-obspy/python3-obspy.info +++ b/python/python3-obspy/python3-obspy.info @@ -1,8 +1,8 @@ PRGNAM="python3-obspy" -VERSION="1.3.1" +VERSION="1.4.0" HOMEPAGE="https://github.com/obspy/obspy/wiki" -DOWNLOAD="https://github.com/obspy/obspy/archive/1.3.1/obspy-1.3.1.tar.gz" -MD5SUM="6864fea23e14e4a3e3b3099c910433b6" +DOWNLOAD="https://github.com/obspy/obspy/archive/1.4.0/obspy-1.4.0.tar.gz" +MD5SUM="9799dcae857151ecb9211cc993835ea4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator python3-scipy greenlet lxml SQLAlchemy python3-basemap suds-jurko" |