summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-16 15:14:24 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-20 11:53:29 +0700
commit2bd3f2c30f2f1020102e2fb4dafc04f3aad5ad0b (patch)
tree73e64ae5135b9da0bb42dfe9e73f5ad0272fd395 /development
parent16a137e9c095177d29a86fb2558c4bf5025b60ab (diff)
downloadslackbuilds-2bd3f2c30f2f1020102e2fb4dafc04f3aad5ad0b.tar.gz
slackbuilds-2bd3f2c30f2f1020102e2fb4dafc04f3aad5ad0b.tar.xz
development/pandas: Updated for version 0.16.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development')
-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 8b5335adee..e2c2d16c3f 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.16.1}
+VERSION=${VERSION:-0.16.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index 38bf457f04..826cba19b1 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -1,8 +1,8 @@
PRGNAM="pandas"
-VERSION="0.16.1"
+VERSION="0.16.2"
HOMEPAGE="http://pandas.pydata.org"
-DOWNLOAD="https://github.com/pydata/pandas/archive/v0.16.1.tar.gz"
-MD5SUM="2c42bf3f8fe0e2255bb363646cca33ee"
+DOWNLOAD="https://github.com/pydata/pandas/archive/v0.16.2.tar.gz"
+MD5SUM="3b05778198f39dbad9ffe1b6edd810dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython numpy python-dateutil pytz"