diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-08-10 14:10:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:15 +0700 |
commit | 31c55cd6cc440faf68f9c2f7526fbc62b418e5d9 (patch) | |
tree | 279b10018d427f34f9331f8bf5fac93a1a8af618 /development/pandas | |
parent | 0f543b44881bea2e528e000dd483d0cfae76c2ce (diff) | |
download | slackbuilds-31c55cd6cc440faf68f9c2f7526fbc62b418e5d9.tar.gz |
development/pandas: Updated for version 0.23.4.
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 4fed98d205..b2aaa906af 100644 --- a/development/pandas/pandas.SlackBuild +++ b/development/pandas/pandas.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pandas -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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.21.0} +VERSION=${VERSION:-0.23.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info index 3f0e484dda..c95b4a4821 100644 --- a/development/pandas/pandas.info +++ b/development/pandas/pandas.info @@ -1,8 +1,8 @@ PRGNAM="pandas" -VERSION="0.21.0" +VERSION="0.23.4" HOMEPAGE="http://pandas.pydata.org" -DOWNLOAD="https://pypi.python.org/packages/84/4c/622301f99725c6da76ae8079cb6b9091d9098098bd6b4eac47fb502b32f4/pandas-0.21.0.tar.gz" -MD5SUM="6f14884caaa87a0824b5e93fe032b904" +DOWNLOAD="https://files.pythonhosted.org/packages/e9/ad/5e92ba493eff96055a23b0a1323a9a803af71ec859ae3243ced86fcbd0a4/pandas-0.23.4.tar.gz" +MD5SUM="7b597c7f989652e0c9af5f09a157e3ae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy python-dateutil pytz" |