[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Thu Mar 19 12:11:15 UTC 2020
Date: Thursday, March 19, 2020 @ 12:11:14
Author: aginiewicz
Revision: 600861
upgpkg: python-pandas 1.0.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-03-19 11:41:07 UTC (rev 600860)
+++ PKGBUILD 2020-03-19 12:11:14 UTC (rev 600861)
@@ -12,7 +12,7 @@
# TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
pkgname=python-pandas
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python'
arch=('x86_64')
@@ -45,7 +45,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=('76334ba36aa42f93b6b47b79cbc32187d3a178a4ab1c3a478c8f4198bcd93a73')
+sha256sums=('32f42e322fb903d0e189a4c10b75ba70d90958cc4f66a1781ed027f1a1d14586')
build() {
cd "$srcdir"/pandas-${pkgver}
More information about the arch-commits
mailing list