diff options
author | Alexandre Bury | 2023-05-23 10:12:56 -0400 |
---|---|---|
committer | Alexandre Bury | 2023-05-23 10:12:56 -0400 |
commit | fe9c0108c919d2bdd7f0e28cca4773c05f577b8b (patch) | |
tree | fdca1771431353fbaf893400e7de23312d1e6183 | |
parent | 50b9c5203011c7875490c4d46184a4f5de14809d (diff) | |
download | aur-fe9c0108c919d2bdd7f0e28cca4773c05f577b8b.tar.gz |
Update to 0.17.15
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-polars pkgdesc = Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model - pkgver = 0.17.14 + pkgver = 0.17.15 pkgrel = 1 url = https://www.pola.rs/ arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = python-polars optdepends = python-pyarrow: for interoperability with arrow types optdepends = python-pytz: to enable conversion to python datetimes with timezones optdepends = python-fsspec: to transparently open files locally or remotely - source = https://github.com/pola-rs/polars/archive/refs/tags/py-0.17.14.tar.gz - b2sums = 8e4eb647a5a2a03c923ee1491a2aac75327212894dd62f1464869ad2bc445ed540de84f8125a4832ea49f398e81002ea34549e2169e72f995409f9d9600f5afe + source = https://github.com/pola-rs/polars/archive/refs/tags/py-0.17.15.tar.gz + b2sums = 70fe6aa4c1b378511bfbae01db1a611f843b62edc202aad0a939e6b183dc5f5d2b20672d3dafe908a0f6193512004e435e92f51fd13a20562af17ea076b09dee pkgname = python-polars @@ -1,7 +1,7 @@ # Maintainer: Alexandre Bury <alexandre.bury@gmail.com> pkgname=python-polars -pkgver=0.17.14 +pkgver=0.17.15 pkgrel=1 pkgdesc="Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model" arch=("x86_64") @@ -16,7 +16,7 @@ makedepends=('maturin' 'rust-nightly' 'cmake' 'python-installer') _name=${pkgname#python-} _tag="py-$pkgver" source=("https://github.com/pola-rs/polars/archive/refs/tags/$_tag.tar.gz") -b2sums=("8e4eb647a5a2a03c923ee1491a2aac75327212894dd62f1464869ad2bc445ed540de84f8125a4832ea49f398e81002ea34549e2169e72f995409f9d9600f5afe") +b2sums=("70fe6aa4c1b378511bfbae01db1a611f843b62edc202aad0a939e6b183dc5f5d2b20672d3dafe908a0f6193512004e435e92f51fd13a20562af17ea076b09dee") build() { rm wheels -rf |