summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-11-20 22:22:27 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-21 11:44:13 +0700
commit19c7bc936769bede2b69c6be839df32dee0aa902 (patch)
treed765746ab151510e90f67f29365d2f26a2c7a045
parent3171a03f9de3571477b7a537fcb1768ae2f7f40a (diff)
downloadslackbuilds-19c7bc936769bede2b69c6be839df32dee0aa902.tar.gz
slackbuilds-19c7bc936769bede2b69c6be839df32dee0aa902.tar.xz
development/pandas: Updated for version 0.17.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--development/pandas/pandas.SlackBuild4
-rw-r--r--development/pandas/pandas.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild
index e2c2d16c3f..2d1cd22cfa 100644
--- a/development/pandas/pandas.SlackBuild
+++ b/development/pandas/pandas.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pandas
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pandas
-VERSION=${VERSION:-0.16.2}
+VERSION=${VERSION:-0.17.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index 826cba19b1..3f4866222a 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -1,8 +1,8 @@
PRGNAM="pandas"
-VERSION="0.16.2"
+VERSION="0.17.1"
HOMEPAGE="http://pandas.pydata.org"
-DOWNLOAD="https://github.com/pydata/pandas/archive/v0.16.2.tar.gz"
-MD5SUM="3b05778198f39dbad9ffe1b6edd810dd"
+DOWNLOAD="https://github.com/pydata/pandas/archive/v0.17.1.tar.gz"
+MD5SUM="ef1c09e1d66c54a2b227fead292b0359"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython numpy python-dateutil pytz"