diff options
-rw-r--r-- | python/python3-obspy/python3-obspy.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-obspy/python3-obspy.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-obspy/python3-obspy.SlackBuild b/python/python3-obspy/python3-obspy.SlackBuild index 9c8eb0ef13379..02779ec410118 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.2.2} +VERSION=${VERSION:-1.3.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 faf2a35f34f34..d423919a927e5 100644 --- a/python/python3-obspy/python3-obspy.info +++ b/python/python3-obspy/python3-obspy.info @@ -1,10 +1,10 @@ PRGNAM="python3-obspy" -VERSION="1.2.2" +VERSION="1.3.0" HOMEPAGE="https://github.com/obspy/obspy/wiki" -DOWNLOAD="https://github.com/obspy/obspy/archive/1.2.2/obspy-1.2.2.tar.gz" -MD5SUM="1c334f4bf1ddffb0eb836e0f996384e3" +DOWNLOAD="https://github.com/obspy/obspy/archive/1.3.0/obspy-1.3.0.tar.gz" +MD5SUM="b0bc038992af90f697cb58dd83f38655" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator scipy3 lxml SQLAlchemy python3-basemap suds-jurko" +REQUIRES="decorator scipy3 greenlet lxml SQLAlchemy python3-basemap suds-jurko" MAINTAINER="Cristiano Urban" EMAIL="cristiano.urban.slack@gmail.com" |