python3-pandas: update to 1.3.2.

This commit is contained in:
Andrew J. Hesford 2021-08-17 21:11:07 -04:00
parent 667aa21f31
commit d9e8ede4d4

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=1.3.1
version=1.3.2
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=9ed73997724945d3005551a8958820932bed9618e1fe0754143a96ae68a90ee7
checksum=2917bf5d23a584ee6dc0a80fade7e06db22f63786a5ecdf80aedb4387884f312
pre_build() {
# setup.py allows a -j argument to parallelize builds