summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Cristiano Urban2022-10-28 01:34:36 +0200
committer Willy Sudiarto Raharjo2022-10-29 05:28:36 +0200
commit390f2a535f07177ff34ce3d2c78481a8048bf1b5 (patch)
tree60ccae216c15e778557299aaccf3c5b11bf1d687 /python
parenta85185379b31e78f412c833ec71cb4d656c61012 (diff)
downloadslackbuilds-390f2a535f07177ff34ce3d2c78481a8048bf1b5.tar.gz
python/python3-obspy: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-obspy/python3-obspy.SlackBuild4
-rw-r--r--python/python3-obspy/python3-obspy.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-obspy/python3-obspy.SlackBuild b/python/python3-obspy/python3-obspy.SlackBuild
index 02779ec410..8883c69f24 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.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGELOG.txt MANIFEST.in LICENSE.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGELOG.txt MANIFEST.in README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-obspy/python3-obspy.info b/python/python3-obspy/python3-obspy.info
index d423919a92..412dbbac1d 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.0"
+VERSION="1.3.1"
HOMEPAGE="https://github.com/obspy/obspy/wiki"
-DOWNLOAD="https://github.com/obspy/obspy/archive/1.3.0/obspy-1.3.0.tar.gz"
-MD5SUM="b0bc038992af90f697cb58dd83f38655"
+DOWNLOAD="https://github.com/obspy/obspy/archive/1.3.1/obspy-1.3.1.tar.gz"
+MD5SUM="6864fea23e14e4a3e3b3099c910433b6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator scipy3 greenlet lxml SQLAlchemy python3-basemap suds-jurko"