From 7bb8a4daaed3a16eb0462f48acb6969cd975d3a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 27 Jul 2021 10:05:08 -0400 Subject: [PATCH] python3-pandas: update to 1.3.1. --- 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 03ce644b48b..130b54166f7 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.0 +version=1.3.1 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=ca7462135b18db240525c3635466a2403e3518d4570a0ef4367c5cfabc9b8802 +checksum=9ed73997724945d3005551a8958820932bed9618e1fe0754143a96ae68a90ee7 pre_build() { # setup.py allows a -j argument to parallelize builds