summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"