diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2020-09-26 06:27:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:55 +0700 |
commit | 4d1028788516e4aa7ecc43c90522637257c1613d (patch) | |
tree | 30956bd1b9f8f49b43a14ed936465c417f800528 /python/python3-obspy | |
parent | 6ed1951e4258dc22044434b3553f862ff89eaf27 (diff) |
python/python3-obspy: Updated for version 1.2.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-obspy')
-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 7a7e95a77fa3..c0de78ffdb37 100644 --- a/python/python3-obspy/python3-obspy.SlackBuild +++ b/python/python3-obspy/python3-obspy.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-obspy SRCNAM=obspy -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-obspy/python3-obspy.info b/python/python3-obspy/python3-obspy.info index 6f8e6caf9220..b440e95868d8 100644 --- a/python/python3-obspy/python3-obspy.info +++ b/python/python3-obspy/python3-obspy.info @@ -1,8 +1,8 @@ PRGNAM="python3-obspy" -VERSION="1.2.1" +VERSION="1.2.2" HOMEPAGE="https://github.com/obspy/obspy/wiki" -DOWNLOAD="https://github.com/obspy/obspy/archive/1.2.1/obspy-1.2.1.tar.gz" -MD5SUM="2c924b5dc30d3ea560d137fb1d185552" +DOWNLOAD="https://github.com/obspy/obspy/archive/1.2.2/obspy-1.2.2.tar.gz" +MD5SUM="1c334f4bf1ddffb0eb836e0f996384e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator python3-future python-requests scipy3 lxml SQLAlchemy python3-basemap python3-certifi suds-jurko" |