summaryrefslogtreecommitdiffstats
path: root/python/python3-pandas
diff options
context:
space:
mode:
author Jeremy Hansen2023-10-26 23:25:37 +0200
committer Willy Sudiarto Raharjo2023-10-28 07:11:23 +0200
commit08eb64ba8b8c66d21e5f59d498c9d4565e5b96e3 (patch)
tree7bb317127b5e2192794ed33ac6572fb3a6909056 /python/python3-pandas
parent28bbe37edbf8f8b73c12931544091d372ecfab47 (diff)
downloadslackbuilds-08eb64ba8b8c66d21e5f59d498c9d4565e5b96e3.tar.gz
python/python3-pandas: Version bump to 2.1.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pandas')
-rw-r--r--python/python3-pandas/python3-pandas.SlackBuild2
-rw-r--r--python/python3-pandas/python3-pandas.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild
index 480c33e84f..d24c072087 100644
--- a/python/python3-pandas/python3-pandas.SlackBuild
+++ b/python/python3-pandas/python3-pandas.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pandas
SRCNAM=pandas
-VERSION=${VERSION:-2.1.1}
+VERSION=${VERSION:-2.1.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 125868501e..193e5c2b2a 100644
--- a/python/python3-pandas/python3-pandas.info
+++ b/python/python3-pandas/python3-pandas.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pandas"
-VERSION="2.1.1"
+VERSION="2.1.2"
HOMEPAGE="https://pandas.pydata.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-2.1.1.tar.gz"
-MD5SUM="922757466055068bddebd57bf443f2ed"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-2.1.2.tar.gz"
+MD5SUM="0962864470c6ca559f6a313b9642dda0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel python3-numpy python3-dateutil pytz tzdata python3-versioneer python3-mesonpy"