[arch-commits] Commit in python-pandas/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Fri Feb 7 14:58:23 UTC 2020


    Date: Friday, February 7, 2020 @ 14:58:23
  Author: aginiewicz
Revision: 563731

upgpkg: python-pandas 1.0.1-1: python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 14:41:46 UTC (rev 563730)
+++ PKGBUILD	2020-02-07 14:58:23 UTC (rev 563731)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
 
 pkgname=python-pandas
-pkgver=1.0.0
+pkgver=1.0.1
 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=('3ea6cc86931f57f18b1240572216f09922d91b19ab8a01cf24734394a3db3bec')
+sha256sums=('3c07765308f091d81b6735d4f2242bb43c332cc3461cae60543df6b10967fe27')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}



More information about the arch-commits mailing list