python3-pandas: update to 1.5.3.

This commit is contained in:
Andrew J. Hesford 2023-01-20 10:25:40 -05:00
parent d9bd628a51
commit 0264919b7c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=1.5.2
version=1.5.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@ -13,7 +13,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=d86005633c52dd704f1a92bed4e50949596760a3a40ecfe2d7a0a0d0a0e16679
checksum=d8abf9c2bf33cac75b28f32c174c29778414eb249e5e2ccb69b1079b97a8fc66
# Builds seem to sometimes have missing symbol problems;
# the intermittent nature suggests this might be a race
disable_parallel_build=yes