summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bury2022-11-06 16:07:56 -0500
committerAlexandre Bury2022-11-06 16:07:56 -0500
commitd6f04c98149641754410702bb64a97b76eac5352 (patch)
tree3ee4c37ae2671c0c9f7e7ce4188636aec80f70d4
parentc2ca907404719d21a6e3aa386ef072bad6576703 (diff)
downloadaur-d6f04c98149641754410702bb64a97b76eac5352.tar.gz
Update to 0.14.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1da8719bfdc7..32c0f30c7243 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.14.25
+ pkgver = 0.14.26
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.14.25.tar.gz
- b2sums = 6439e8173b14c75d3f4651f7fe03321ceab4ff14c6118efa3497cda028a62ff36d06cb8616c1f84b4f3ef5c5e6f6756d44f9d2995f7daf2fce4a53434f286954
+ source = https://github.com/pola-rs/polars/archive/refs/tags/py-0.14.26.tar.gz
+ b2sums = 5ce9399582a53747c4f1a13315a82df04b73f6b67718921d4112ea40833b1619bd6201cc8f23c3cc69809c44aa340b5232db82add07fc283c9081e884c5d2075
pkgname = python-polars
diff --git a/PKGBUILD b/PKGBUILD
index 97fd20096dd1..abe1ba2b2588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bury <alexandre.bury@gmail.com>
pkgname=python-polars
-pkgver=0.14.25
+pkgver=0.14.26
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=("6439e8173b14c75d3f4651f7fe03321ceab4ff14c6118efa3497cda028a62ff36d06cb8616c1f84b4f3ef5c5e6f6756d44f9d2995f7daf2fce4a53434f286954")
+b2sums=("5ce9399582a53747c4f1a13315a82df04b73f6b67718921d4112ea40833b1619bd6201cc8f23c3cc69809c44aa340b5232db82add07fc283c9081e884c5d2075")
build() {
rm wheels -rf