[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Mon Dec 13 22:46:20 UTC 2021
Date: Monday, December 13, 2021 @ 22:46:20
Author: foxboron
Revision: 1072569
upgpkg: python-pandas 1.3.5-1
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-13 22:43:14 UTC (rev 1072568)
+++ PKGBUILD 2021-12-13 22:46:20 UTC (rev 1072569)
@@ -13,8 +13,8 @@
# TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
pkgname=python-pandas
-pkgver=1.3.4
-pkgrel=3
+pkgver=1.3.5
+pkgrel=1
pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python'
arch=('x86_64')
url="https://pandas.pydata.org/"
@@ -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=('a2aa18d3f0b7d538e21932f637fbfe8518d085238b429e4790a35e1e44a96ffc')
+sha256sums=('1e4285f5de1012de20ca46b188ccf33521bff61ba5c5ebd78b4fb28e5416a9f1')
build() {
cd pandas-${pkgver}
More information about the arch-commits
mailing list