summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/pandas/pandas.SlackBuild2
-rw-r--r--development/pandas/pandas.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild
index 61840671a8..dfea238c60 100644
--- a/development/pandas/pandas.SlackBuild
+++ b/development/pandas/pandas.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pandas
-VERSION=${VERSION:-0.14.1}
+VERSION=${VERSION:-0.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index dd22e8079e..8b51f5f9a2 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -1,8 +1,8 @@
PRGNAM="pandas"
-VERSION="0.14.1"
+VERSION="0.15.2"
HOMEPAGE="http://pandas.pydata.org"
-DOWNLOAD="https://github.com/pydata/pandas/archive/v0.14.1.tar.gz"
-MD5SUM="cda1fd7da4d14e1b7531cc19c11c1ea2"
+DOWNLOAD="https://github.com/pydata/pandas/archive/v0.15.2.tar.gz"
+MD5SUM="3f510684278068e4409fa9a986033512"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython numpy python-dateutil pytz"