Date: Wednesday, October 7, 2020 @ 16:17:40 Author: aginiewicz Revision: 720740
upgpkg: python-pandas 1.1.3-1: python-pandas: new upstream release Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-07 16:15:11 UTC (rev 720739) +++ PKGBUILD 2020-10-07 16:17:40 UTC (rev 720740) @@ -12,7 +12,7 @@ # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet) pkgname=python-pandas -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python' arch=('x86_64') @@ -46,7 +46,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=('b64ffd87a2cfd31b40acd4b92cb72ea9a52a48165aec4c140e78fd69c45d1444') +sha256sums=('babbeda2f83b0686c9ad38d93b10516e68cdcd5771007eb80a763e98aaf44613') build() { cd "$srcdir"/pandas-${pkgver}