[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Fri Nov 15 20:32:24 UTC 2019
Date: Friday, November 15, 2019 @ 20:32:24
Author: aginiewicz
Revision: 529429
upgpkg: python-pandas 0.25.3-1
python-pandas: new upstream release
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-15 20:27:31 UTC (rev 529428)
+++ PKGBUILD 2019-11-15 20:32:24 UTC (rev 529429)
@@ -10,8 +10,8 @@
# TODO: package python-pyreadstat (SPSS files reading)
pkgname=python-pandas
-pkgver=0.25.2
-pkgrel=3
+pkgver=0.25.3
+pkgrel=1
pkgdesc="Library providing high-performance, easy-to-use data structures and data analysis tools"
arch=('x86_64')
url="https://pandas.pydata.org/"
@@ -40,7 +40,7 @@
'python-html5lib: needed for read_hmlt function (and/or python-lxml)'
'zlib: needed for compression for msgpack')
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz")
-sha256sums=('ca91a19d1f0a280874a24dca44aadce42da7f3a7edb7e9ab7c7baad8febee2be')
+sha256sums=('52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4')
build() {
cd "$srcdir"/pandas-${pkgver}
More information about the arch-commits
mailing list