aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pandas
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pandas')
-rw-r--r--python/python3-pandas/README3
-rw-r--r--python/python3-pandas/python3-pandas.SlackBuild2
-rw-r--r--python/python3-pandas/python3-pandas.info6
3 files changed, 4 insertions, 7 deletions
diff --git a/python/python3-pandas/README b/python/python3-pandas/README
index 52bcdcc388..f0d115f3d9 100644
--- a/python/python3-pandas/README
+++ b/python/python3-pandas/README
@@ -2,6 +2,3 @@ The Python Data Analysis Library (Pandas) is an open source,
BSD-licensed library providing high-performance, easy-to-use data
structures and data analysis tools for the Python programming
language.
-
-python3-pandas 1.4.2 is the last possible version for Slackware 15.0.
-Newer versions require a newer Cython (as a build dependency).
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild
index 6abea91468..3d091f1dd8 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.3}
+VERSION=${VERSION:-2.1.4}
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 cc8f998c99..03c032e08a 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.3"
+VERSION="2.1.4"
HOMEPAGE="https://pandas.pydata.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-2.1.3.tar.gz"
-MD5SUM="3febfe27c8d78fb007c3f0d1e0f0569a"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-2.1.4.tar.gz"
+MD5SUM="e4b598d1e0aac2a3407ed32added3f62"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-numpy python3-dateutil pytz tzdata python3-versioneer python3-mesonpy"