python3-pandas: update to 1.4.1.

This commit is contained in:
Andrew J. Hesford 2022-02-14 09:23:43 -05:00
parent d6c1ee15b5
commit 6a5ee10b56
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-pandas' # Template file for 'python3-pandas'
pkgname=python3-pandas pkgname=python3-pandas
version=1.4.0 version=1.4.1
revision=2 revision=1
wrksrc="pandas-${version}" wrksrc="pandas-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-numpy" hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://pandas.pydata.org/" homepage="https://pandas.pydata.org/"
changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html" changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html"
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz" distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
checksum=7e3f3fdd725ac0940203d25f8c3e6a870759e7f48badb6100359deba5fd50d70 checksum=123bf45a5d7fbd2980d2e4c348f6913406970f1558658e7f221324234c6c4825
pre_build() { pre_build() {
# setup.py allows a -j argument to parallelize builds # setup.py allows a -j argument to parallelize builds