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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Aug 9 15:52:12 UTC 2020


    Date: Sunday, August 9, 2020 @ 15:52:11
  Author: aginiewicz
Revision: 673158

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

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 15:28:52 UTC (rev 673157)
+++ PKGBUILD	2020-08-09 15:52:11 UTC (rev 673158)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
 
 pkgname=python-pandas
-pkgver=1.0.5
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python'
 arch=('x86_64')
@@ -39,6 +39,7 @@
             'python-pymysql: needed for MySQL engine for sqlalchemy'
             'python-qtpy: needed for read_clipboard function (only one needed)'
             'python-tabulate: needed for printing in Markdown-friendly format'
+            'python-fsspec: needed for handling files aside from local and HTTP'
             'xclip: needed for read_clipboard function (only one needed)'
             'python-xlrd: needed for Excel XLS input'
             'python-xlwt: needed for Excel XLS output'
@@ -45,7 +46,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=('69c5d920a0b2a9838e677f78f4dde506b95ea8e4d30da25859db6469ded84fa8')
+sha256sums=('b39508562ad0bb3f384b0db24da7d68a2608b9ddc85b1d931ccaaa92d5e45273')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}



More information about the arch-commits mailing list