From 19b40a1c41f8cf8dcab0ac2718ad25bc9f3c6a31 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 3 Oct 2022 10:47:43 -0400 Subject: [PATCH] python3-pandas: update to 1.5.0. --- 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 4e88fb8e552..3504251c9c4 100644 --- a/srcpkgs/python3-pandas/template +++ b/srcpkgs/python3-pandas/template @@ -1,20 +1,20 @@ # Template file for 'python3-pandas' pkgname=python3-pandas -version=1.4.4 +version=1.5.0 revision=1 wrksrc="pandas-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" makedepends="python3-devel python3-numpy python3-dateutil python3-pytz" depends="python3-numpy python3-dateutil python3-pytz" -checkdepends="python3-pytest-xdist python3-hypothesis $depends" +checkdepends="python3-pytest-xdist python3-pytest-asyncio python3-hypothesis $depends" short_desc="Python3 data analysis library" 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=591436a87c792b445c13e032ab32daf958319df271ec84b79cadf985c1c7e942 +checksum=ab23595e2105e2595b14c37f5e88a24d065eb60432e9f45c78f8613ba956eacd pre_build() { # setup.py allows a -j argument to parallelize builds