python3-pandas: update to 1.2.5.

This commit is contained in:
Andrew J. Hesford 2021-06-28 12:28:36 -04:00
parent 1f478e4e4e
commit e3d307b217

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=1.2.4
version=1.2.5
revision=1
wrksrc="pandas-${version}"
build_style=python3-module
@ -9,12 +9,12 @@ makedepends="python3-devel python3-numpy python3-dateutil python3-pytz"
depends="python3-numpy python3-dateutil python3-pytz"
checkdepends="python3-pytest python3-hypothesis $depends"
short_desc="Python3 data analysis library"
maintainer="Alessio Sergi <al3hex@gmail.com>"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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=544aac5ad33db4fcb091f9b99603e30c049fc4c3622949c1c807d597eceb82bb
checksum=cdaeac09dc0df2bc16c4cab4f1a540135671d1c18891408542c28c805d6b9bcc
pre_build() {
# setup.py allows a -j argument to parallelize builds