summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bury2023-05-23 10:12:56 -0400
committerAlexandre Bury2023-05-23 10:12:56 -0400
commitfe9c0108c919d2bdd7f0e28cca4773c05f577b8b (patch)
treefdca1771431353fbaf893400e7de23312d1e6183
parent50b9c5203011c7875490c4d46184a4f5de14809d (diff)
downloadaur-fe9c0108c919d2bdd7f0e28cca4773c05f577b8b.tar.gz
Update to 0.17.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1086b890665f..c9d90d4c35c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index eead9ed6da33..a52d22be99c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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