python3-pandas: update to 1.3.3.

This commit is contained in:
Andrew J. Hesford 2021-09-13 16:27:12 -04:00
parent e6654b54a5
commit ea51b22014

View file

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