diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-05 20:05:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:45 +0700 |
commit | 1241952b4af9bbcc327e814581d5744cb93503f7 (patch) | |
tree | 16ebf045bc06eded4f3bf92cbd52868881d4b67d /python/python3-pandas | |
parent | fdb66d3d5f729caa7d654149f3b65f95f0ee044d (diff) | |
download | slackbuilds-1241952b4af9bbcc327e814581d5744cb93503f7.tar.gz |
python/python3-panda: Updated for version 1.4.2.
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 77b2144260..77458abb29 100644 --- a/python/python3-pandas/python3-pandas.SlackBuild +++ b/python/python3-pandas/python3-pandas.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pandas SRCNAM=pandas -VERSION=${VERSION:-1.4.1} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pandas/python3-pandas.info b/python/python3-pandas/python3-pandas.info index 7d91680b39..74e278ad2f 100644 --- a/python/python3-pandas/python3-pandas.info +++ b/python/python3-pandas/python3-pandas.info @@ -1,8 +1,8 @@ PRGNAM="python3-pandas" -VERSION="1.4.1" +VERSION="1.4.2" HOMEPAGE="https://pandas.pydata.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-1.4.1.tar.gz" -MD5SUM="c0a13228f1fba8e1735e06e0d80fb884" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-1.4.2.tar.gz" +MD5SUM="6e007c8e950c280f7ac31cfaec8ab361" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy3 python3-dateutil pytz" |