summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bury2022-08-01 10:06:13 -0400
committerAlexandre Bury2022-08-01 10:06:13 -0400
commitd73a78adb52ae13f3fb869f87b3b0df54a72c53a (patch)
tree7814faaa068ba0e9d7a71c965c2ea04b7450a9e3
parentba41ac83d3513209deca3ef1748f1b5757cc8eba (diff)
downloadaur-d73a78adb52ae13f3fb869f87b3b0df54a72c53a.tar.gz
Update to 0.13.59
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45877ec5a9d..c4added0831f 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.13.58
+ pkgver = 0.13.59
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://files.pythonhosted.org/packages/source/p/polars/polars-0.13.58.tar.gz
- b2sums = ec90881028b08cb33c0f82d33e2b2e566a2b7c5adc6e4ba8931b55f0b387dda7546598847a35089a6b29b91fab8fea181a3fd8aae912593f5af3397d28a060a0
+ source = https://files.pythonhosted.org/packages/source/p/polars/polars-0.13.59.tar.gz
+ b2sums = be0e78da5d4172b1e6a76b24a6fbe74ec0d3eb66cda5b0b57e21b95104880eedf17acd130d91b85b56e971b37f30720f7d6362feb288df9092f8a8bbcfd84dd4
pkgname = python-polars
diff --git a/PKGBUILD b/PKGBUILD
index 6e88dd855803..7fccc47422c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bury <alexandre.bury@gmail.com>
pkgname=python-polars
-pkgver=0.13.58
+pkgver=0.13.59
pkgrel=1
pkgdesc="Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model"
arch=("x86_64")
@@ -15,7 +15,7 @@ optdepends=('python-pandas: for interoperability with pandas frames'
makedepends=('maturin' 'rust-nightly' 'cmake' 'python-installer')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-b2sums=("ec90881028b08cb33c0f82d33e2b2e566a2b7c5adc6e4ba8931b55f0b387dda7546598847a35089a6b29b91fab8fea181a3fd8aae912593f5af3397d28a060a0")
+b2sums=("be0e78da5d4172b1e6a76b24a6fbe74ec0d3eb66cda5b0b57e21b95104880eedf17acd130d91b85b56e971b37f30720f7d6362feb288df9092f8a8bbcfd84dd4")
build() {
cd $_name-$pkgver