From d9e8ede4d44446308f9dbffa4a03b0ea93b7b153 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 17 Aug 2021 21:11:07 -0400 Subject: [PATCH] python3-pandas: update to 1.3.2. --- 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 130b54166f..f5d9a5200d 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.3.1 +version=1.3.2 revision=1 wrksrc="pandas-${version}" build_style=python3-module @@ -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=9ed73997724945d3005551a8958820932bed9618e1fe0754143a96ae68a90ee7 +checksum=2917bf5d23a584ee6dc0a80fade7e06db22f63786a5ecdf80aedb4387884f312 pre_build() { # setup.py allows a -j argument to parallelize builds