summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pytables/pytables.SlackBuild10
-rw-r--r--python/pytables/pytables.info8
2 files changed, 9 insertions, 9 deletions
diff --git a/python/pytables/pytables.SlackBuild b/python/pytables/pytables.SlackBuild
index f9443f4938..08f02e5c9b 100644
--- a/python/pytables/pytables.SlackBuild
+++ b/python/pytables/pytables.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pytables
-# Copyright 2007-2014 LukenShiro, Italy
+# Copyright 2007-2015 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytables
-VERSION=${VERSION:-3.1.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.2.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -41,8 +41,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRC_PRGNAM=tables
-DOCFILES="RELEASE_NOTES.txt LICENSES/ THANKS ANNOUNCE.txt LICENSE.txt \
- PKG-INFO README.txt doc/html doc/scripts"
+DOCFILES="ANNOUNCE.txt LICENSE.txt LICENSES/ PKG-INFO README.rst \
+ RELEASE_NOTES.txt THANKS doc/html doc/scripts"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
diff --git a/python/pytables/pytables.info b/python/pytables/pytables.info
index 45103f3483..5320f07c30 100644
--- a/python/pytables/pytables.info
+++ b/python/pytables/pytables.info
@@ -1,8 +1,8 @@
PRGNAM="pytables"
-VERSION="3.1.1"
-HOMEPAGE="http://www.pytables.org/moin"
-DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.1.1.tar.gz"
-MD5SUM="38d917f0c6dfb0bc28ce9ea0c3492524"
+VERSION="3.2.0"
+HOMEPAGE="http://www.pytables.org"
+DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.2.0.tar.gz"
+MD5SUM="339a2225ee814a6899cb14e7ba28c081"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython hdf5 numexpr"