python/python3-pandas: Updated for version 1.0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-07-01 20:15:25 -07:00 committed by Willy Sudiarto Raharjo
parent 5609472147
commit fd756102fa
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"