diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-16 10:40:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-17 17:57:36 +0700 |
commit | cfd22febb01a619d0ec2f10d95a9075d5408a72c (patch) | |
tree | 8152c1ab72ccb212b154d43aa51ebafbbed031f3 /development/pandas | |
parent | 445d6471037742c2bc9fa4bb04d1014ac73ee9a1 (diff) | |
download | slackbuilds-cfd22febb01a619d0ec2f10d95a9075d5408a72c.tar.gz |
development/pandas: Updated for version 0.18.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development/pandas')
-rw-r--r-- | development/pandas/pandas.SlackBuild | 4 | ||||
-rw-r--r-- | development/pandas/pandas.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild index 2d1cd22cfa..68196bcc00 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-2016 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.17.1} +VERSION=${VERSION:-0.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info index 42ab5850d1..66b2c78fea 100644 --- a/development/pandas/pandas.info +++ b/development/pandas/pandas.info @@ -1,8 +1,8 @@ PRGNAM="pandas" -VERSION="0.17.1" +VERSION="0.18.0" HOMEPAGE="http://pandas.pydata.org" -DOWNLOAD="https://github.com/pydata/pandas/archive/v0.17.1.tar.gz" -MD5SUM="ef1c09e1d66c54a2b227fead292b0359" +DOWNLOAD="https://github.com/pydata/pandas/archive/v0.18.0.tar.gz" +MD5SUM="2f4ab544ae8153d100ba1a45a088091e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy python-dateutil pytz" |