Date: Thursday, September 12, 2019 @ 12:25:09
  Author: aginiewicz
Revision: 509532

upgpkg: python-pandas 0.25.1-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-12 11:24:35 UTC (rev 509531)
+++ PKGBUILD    2019-09-12 12:25:09 UTC (rev 509532)
@@ -10,7 +10,7 @@
 # TODO: package python-pyreadstat (SPSS files reading)
 
 pkgname=python-pandas
-pkgver=0.25.0
+pkgver=0.25.1
 pkgrel=1
 pkgdesc="Library providing high-performance, easy-to-use data structures and 
data analysis tools"
 arch=('x86_64')
@@ -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=('914341ad2d5b1ea522798efa4016430b66107d05781dbfe7cf05eba8f37df995')
+sha256sums=('cb2e197b7b0687becb026b84d3c242482f20cbb29a9981e43604eb67576da9f6')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}

Reply via email to