python3-pandas: update to 1.4.0.

This commit is contained in:
Andrew J. Hesford 2022-01-25 10:32:02 -05:00
parent 901021c56c
commit 02fd2c8250

View file

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