diff options
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 |
commit | bd4b202e7dc7fc1ce1419bcfcbef9d7427452f37 (patch) | |
tree | 126347c756694880c425079650f8af795b1fa00d /development/pandas | |
parent | 7745e57ccf18c239c9bc459ee07c5e52b1c88573 (diff) |
development/pandas: Updated for version 0.19.2.
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 e32453e90638..7c3b44ed4a86 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 80da8d4c21c1..ed215b19bfea 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" |