diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-07-01 20:15:25 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:48 +0700 |
commit | fd756102fa9f80d331dd91e117d14cab525ad8c4 (patch) | |
tree | 2cc6758ac9d33efa81fe0c312cecf0ccb8a04941 /python/python3-pandas | |
parent | 56094721474a24c7cc5c8675eb279aded08d3b4e (diff) |
python/python3-pandas: Updated for version 1.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pandas')
-rw-r--r-- | python/python3-pandas/python3-pandas.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pandas/python3-pandas.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild index 8da8b1dd6d9a..6bb2399d2aba 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:-1.0.3} +VERSION=${VERSION:-1.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pandas/python3-pandas.info b/python/python3-pandas/python3-pandas.info index 68b515ecefda..439c958789f5 100644 --- a/python/python3-pandas/python3-pandas.info +++ b/python/python3-pandas/python3-pandas.info @@ -1,8 +1,8 @@ PRGNAM="python3-pandas" -VERSION="1.0.3" +VERSION="1.0.5" HOMEPAGE="https://pandas.pydata.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-1.0.3.tar.gz" -MD5SUM="a3ea90326c5b55944d369bef87740a72" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-1.0.5.tar.gz" +MD5SUM="5183db713194e6fbc96c45f30a0d1311" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy3 python3-Cython python3-dateutil pytz" |