summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-05-11 06:52:20 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-12 21:53:54 +0700
commit12bd57eceacb6196a9a843d897a25f3a393d94da (patch)
treea762ee50564df1d831cc0700a07c8ce892239a84 /development
parent9b017c9eb31442bb9e90f8e4cde297c770b38398 (diff)
downloadslackbuilds-12bd57eceacb6196a9a843d897a25f3a393d94da.tar.gz
slackbuilds-12bd57eceacb6196a9a843d897a25f3a393d94da.tar.xz
development/pandas: Updated for version 0.18.1.
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 68196bcc00..66bd0bdc5d 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.18.0}
+VERSION=${VERSION:-0.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index 66b2c78fea..c12b1abdce 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -1,8 +1,8 @@
PRGNAM="pandas"
-VERSION="0.18.0"
+VERSION="0.18.1"
HOMEPAGE="http://pandas.pydata.org"
-DOWNLOAD="https://github.com/pydata/pandas/archive/v0.18.0.tar.gz"
-MD5SUM="2f4ab544ae8153d100ba1a45a088091e"
+DOWNLOAD="https://github.com/pydata/pandas/archive/v0.18.1.tar.gz"
+MD5SUM="c6cb010d115a05842878c77f6959b8b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy python-dateutil pytz"