summaryrefslogtreecommitdiffstats
path: root/python/python3-pandas
diff options
context:
space:
mode:
author Jeremy Hansen2023-11-14 04:18:48 +0100
committer Willy Sudiarto Raharjo2023-11-18 03:16:04 +0100
commita30e7cc112f0911655810267dfc434833580a756 (patch)
treeff9666493cb22aab1b87b46747d4a1713d4a5d98 /python/python3-pandas
parente32be863768ba1f9132749d40d845442bac828b2 (diff)
downloadslackbuilds-a30e7cc112f0911655810267dfc434833580a756.tar.gz
python/python3-pandas: Updated for version 2.1.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild
index d24c072087..6abea91468 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.2}
+VERSION=${VERSION:-2.1.3}
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 193e5c2b2a..cc8f998c99 100644
--- a/python/python3-pandas/python3-pandas.info
+++ b/python/python3-pandas/python3-pandas.info
@@ -1,10 +1,10 @@
PRGNAM="python3-pandas"
-VERSION="2.1.2"
+VERSION="2.1.3"
HOMEPAGE="https://pandas.pydata.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-2.1.2.tar.gz"
-MD5SUM="0962864470c6ca559f6a313b9642dda0"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-2.1.3.tar.gz"
+MD5SUM="3febfe27c8d78fb007c3f0d1e0f0569a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-wheel python3-numpy python3-dateutil pytz tzdata python3-versioneer python3-mesonpy"
+REQUIRES="python3-numpy python3-dateutil pytz tzdata python3-versioneer python3-mesonpy"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"