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

Morten Linderud foxboron at gemini.archlinux.org
Fri Jan 28 17:47:21 UTC 2022


    Date: Friday, January 28, 2022 @ 17:47:21
  Author: foxboron
Revision: 1118369

upgpkg: python-pandas 1.4.0-1

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-28 17:28:50 UTC (rev 1118368)
+++ PKGBUILD	2022-01-28 17:47:21 UTC (rev 1118369)
@@ -13,7 +13,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
 
 pkgname=python-pandas
-pkgver=1.3.5
+pkgver=1.4.0
 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=('1e4285f5de1012de20ca46b188ccf33521bff61ba5c5ebd78b4fb28e5416a9f1')
+sha256sums=('cdd76254c7f0a1583bd4e4781fb450d0ebf392e10d3f12e92c95575942e37df5')
 
 build() {
   cd pandas-${pkgver}



More information about the arch-commits mailing list