[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 15 11:34:07 UTC 2021
Date: Saturday, May 15, 2021 @ 11:34:07
Author: foxboron
Revision: 934635
upgpkg: python-pandas 1.2.4-1
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 11:20:29 UTC (rev 934634)
+++ PKGBUILD 2021-05-15 11:34:07 UTC (rev 934635)
@@ -13,8 +13,8 @@
# TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
pkgname=python-pandas
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.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/"
@@ -47,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=('df6f10b85aef7a5bb25259ad651ad1cc1d6bb09000595cab47e718cbac250b1d')
+sha256sums=('649ecab692fade3cbfcf967ff936496b0cfba0af00a55dfaacd82bdda5cb2279')
build() {
cd pandas-${pkgver}
More information about the arch-commits
mailing list