summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--academic/sympy/README4
-rw-r--r--academic/sympy/sympy.SlackBuild6
-rw-r--r--academic/sympy/sympy.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/academic/sympy/README b/academic/sympy/README
index fa9f59ab1f..26abdb06e1 100644
--- a/academic/sympy/README
+++ b/academic/sympy/README
@@ -6,5 +6,5 @@ any external libraries.
Optional dependencies are pyglet (needed only for plotting) and ipython.
-Please read https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.0
-for backward compatibility issues with sympy 0.6.x.
+Please read the release notes at https://github.com/sympy/sympy/wiki/_pages
+for any backward compatibility issues.
diff --git a/academic/sympy/sympy.SlackBuild b/academic/sympy/sympy.SlackBuild
index 62d42547b4..e2d2ac6dd0 100644
--- a/academic/sympy/sympy.SlackBuild
+++ b/academic/sympy/sympy.SlackBuild
@@ -4,10 +4,10 @@
# Written by Grissiom <chaos.proton@gmail.com>
# Updated for 0.6.7 by João Felipe Santos <joao.eel@gmail.com>
-# Updated for 0.7.1 by Serban Udrea <S.Udrea@gsi.de>
+# Updated up to 0.7.5 by Serban Udrea <S.Udrea@gsi.de>
PRGNAM=sympy
-VERSION=${VERSION:-0.7.3}
+VERSION=${VERSION:-0.7.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,7 +48,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS LICENSE TODO \
+ AUTHORS LICENSE PKG-INFO README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/academic/sympy/sympy.info b/academic/sympy/sympy.info
index c4eca49bfc..1f89682552 100644
--- a/academic/sympy/sympy.info
+++ b/academic/sympy/sympy.info
@@ -1,8 +1,8 @@
PRGNAM="sympy"
-VERSION="0.7.3"
+VERSION="0.7.5"
HOMEPAGE="http://sympy.org"
-DOWNLOAD="https://github.com/sympy/sympy/releases/download/sympy-0.7.3/sympy-0.7.3.tar.gz"
-MD5SUM="91e3dc58c0af063bc64b17674296cb35"
+DOWNLOAD="https://github.com/sympy/sympy/releases/download/sympy-0.7.5/sympy-0.7.5.tar.gz"
+MD5SUM="7de1adb49972a15a3dd975e879a2bea9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""