From e3d307b217c37cdfb43a3ea621b43364a8edb08e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 28 Jun 2021 12:28:36 -0400 Subject: [PATCH] python3-pandas: update to 1.2.5. --- srcpkgs/python3-pandas/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template index 1416f2d2bcc..4e9d513ba88 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.2.4 +version=1.2.5 revision=1 wrksrc="pandas-${version}" build_style=python3-module @@ -9,12 +9,12 @@ makedepends="python3-devel python3-numpy python3-dateutil python3-pytz" depends="python3-numpy python3-dateutil python3-pytz" checkdepends="python3-pytest python3-hypothesis $depends" short_desc="Python3 data analysis library" -maintainer="Alessio Sergi " +maintainer="Andrew J. Hesford " 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=544aac5ad33db4fcb091f9b99603e30c049fc4c3622949c1c807d597eceb82bb +checksum=cdaeac09dc0df2bc16c4cab4f1a540135671d1c18891408542c28c805d6b9bcc pre_build() { # setup.py allows a -j argument to parallelize builds