diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-05-10 18:24:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-16 08:44:16 +0700 |
commit | 912c77fde3c79e34f9d21fe93bf28e8cc5b4c0d6 (patch) | |
tree | 5686c6d523d0976e1e1a8e6b096b07fcec20f8f5 | |
parent | a07ee5abdb29e6c8dca6fb0363c668b44fcd6265 (diff) | |
download | slackbuilds-912c77fde3c79e34f9d21fe93bf28e8cc5b4c0d6.tar.gz |
python/python3-pandas: Updated for version 1.0.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pandas/python3-pandas.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pandas/python3-pandas.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild index 443a4e5c80..8da8b1dd6d 100644 --- a/python/python3-pandas/python3-pandas.SlackBuild +++ b/python/python3-pandas/python3-pandas.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-pandas SRCNAM=pandas -VERSION=${VERSION:-0.25.3} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pandas/python3-pandas.info b/python/python3-pandas/python3-pandas.info index cc2c4ef491..68b515ecef 100644 --- a/python/python3-pandas/python3-pandas.info +++ b/python/python3-pandas/python3-pandas.info @@ -1,10 +1,10 @@ PRGNAM="python3-pandas" -VERSION="0.25.3" +VERSION="1.0.3" HOMEPAGE="https://pandas.pydata.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-0.25.3.tar.gz" -MD5SUM="c70bbdfed7f1b9807a738f85fcdd9767" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-1.0.3.tar.gz" +MD5SUM="a3ea90326c5b55944d369bef87740a72" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="numpy3 python3-dateutil pytz" +REQUIRES="numpy3 python3-Cython python3-dateutil pytz" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |