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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 19 11:58:27 UTC 2021


    Date: Thursday, August 19, 2021 @ 11:58:27
  Author: felixonmars
Revision: 1003794

upgpkg: python-pandas 1.3.2-1

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 11:56:12 UTC (rev 1003793)
+++ PKGBUILD	2021-08-19 11:58:27 UTC (rev 1003794)
@@ -13,7 +13,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
 
 pkgname=python-pandas
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python'
 arch=('x86_64')
@@ -47,7 +47,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=('341935a594db24f3ff07d1b34d1d231786aa9adfa84b76eab10bf42907c8aed3')
+sha256sums=('cbcb84d63867af3411fa063af3de64902665bb5b3d40b25b2059e40603594e87')
 
 build() {
   cd pandas-${pkgver}



More information about the arch-commits mailing list