summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-01-12 01:12:22 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-15 06:35:52 +0700
commitbd4b202e7dc7fc1ce1419bcfcbef9d7427452f37 (patch)
tree126347c756694880c425079650f8af795b1fa00d
parent7745e57ccf18c239c9bc459ee07c5e52b1c88573 (diff)
downloadslackbuilds-bd4b202e7dc7fc1ce1419bcfcbef9d7427452f37.tar.gz
slackbuilds-bd4b202e7dc7fc1ce1419bcfcbef9d7427452f37.tar.xz
development/pandas: Updated for version 0.19.2.
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 e32453e906..7c3b44ed4a 100644
--- a/development/pandas/pandas.SlackBuild
+++ b/development/pandas/pandas.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pandas
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2017 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.19.0}
+VERSION=${VERSION:-0.19.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index 80da8d4c21..ed215b19bf 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -1,8 +1,8 @@
PRGNAM="pandas"
-VERSION="0.19.0"
+VERSION="0.19.2"
HOMEPAGE="http://pandas.pydata.org"
-DOWNLOAD="https://github.com/pydata/pandas/archive/v0.19.0.tar.gz"
-MD5SUM="ad13ddbb0b1e47934f8914facc7dbc94"
+DOWNLOAD="https://github.com/pydata/pandas/archive/v0.19.2.tar.gz"
+MD5SUM="ec94ff3e7e8f6c8ed8f96aa3aa9e6659"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy python-dateutil pytz"