diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-12-15 14:26:17 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:08:18 +0700 |
commit | a3cc711d84ada59711c671c4e79be956d67db25f (patch) | |
tree | d6da590658664ff2c797205de82822ca597baab1 /python/python3-pandas | |
parent | bb48925c7e7ddd92b98d899fb38039be343f099a (diff) |
python/python3-pandas: Version bump to 2.1.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pandas')
-rw-r--r-- | python/python3-pandas/README | 3 | ||||
-rw-r--r-- | python/python3-pandas/python3-pandas.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pandas/python3-pandas.info | 6 |
3 files changed, 4 insertions, 7 deletions
diff --git a/python/python3-pandas/README b/python/python3-pandas/README index 52bcdcc388102..f0d115f3d9a89 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 6abea9146878f..3d091f1dd8a90 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 cc8f998c9942e..03c032e08ac7f 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" |