python3-pandas: update to 1.3.5.

This commit is contained in:
Andrew J. Hesford 2021-12-12 15:43:37 -05:00
parent e02ec019d3
commit 81e97dad82

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=1.3.4
revision=2
version=1.3.5
revision=1
wrksrc="pandas-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@ -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=dd0fa7107ed4540e5a0cf8ca2a81852b14a8bf1f6b0f38f1c3a99f7441133ddb
checksum=34ed48884abf6d2f9e4f4fc6ca227178b49f5e66866eeb1112ea6eb74532eb4e
pre_build() {
# setup.py allows a -j argument to parallelize builds