Date: Wednesday, December 2, 2020 @ 18:07:00 Author: foxboron Revision: 769227
upgpkg: python-pandas 1.1.4-1 Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-02 17:37:12 UTC (rev 769226) +++ PKGBUILD 2020-12-02 18:07:00 UTC (rev 769227) @@ -1,4 +1,5 @@ # Maintainer: Andrzej Giniewicz <[email protected]> +# Maintainer: Morten Linderud <[email protected]> # Contributor: Keith Hughitt <[email protected]> # TODO: move python-fastparque from AUR to community (Apache Parquet) @@ -12,8 +13,8 @@ # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet) pkgname=python-pandas -pkgver=1.1.3 -pkgrel=3 +pkgver=1.1.4 +pkgrel=1 pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python' arch=('x86_64') url="https://pandas.pydata.org/" @@ -46,7 +47,7 @@ 'xsel: needed for read_clipboard function (only one needed)' 'zlib: needed for compression for msgpack') source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz") -sha256sums=('babbeda2f83b0686c9ad38d93b10516e68cdcd5771007eb80a763e98aaf44613') +sha256sums=('a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6') build() { cd "$srcdir"/pandas-${pkgver}
