From a3acedca70f9ea13acec1abcb4aa2a71dc5430a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 12 Jul 2023 10:37:04 -0400 Subject: [PATCH] python3-pandas: update to 2.0.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 db885e48656..2831b6e56f1 100644 --- a/srcpkgs/python3-pandas/template +++ b/srcpkgs/python3-pandas/template @@ -1,6 +1,6 @@ # Template file for 'python3-pandas' pkgname=python3-pandas -version=2.0.2 +version=2.0.3 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy python3-versioneer" @@ -12,7 +12,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=44f41cb263726716ff513081bf57ea62fec704f367e3fc8adb15e54991c98273 +checksum=e7ea4798650316b2c45cf801ff02e3d6e79614696c8f0731b24715aad9969516 # Builds seem to sometimes have missing symbol problems; # the intermittent nature suggests this might be a race disable_parallel_build=yes