From 0264919b7c669c93d009a1e0d3acbc35b99cee25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 20 Jan 2023 10:25:40 -0500 Subject: [PATCH] python3-pandas: update to 1.5.3. --- srcpkgs/python3-pandas/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template index bbc0f92c477..7f6c7200440 100644 --- a/srcpkgs/python3-pandas/template +++ b/srcpkgs/python3-pandas/template @@ -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