Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / 
python-polars


Commits:
94f301f5 by Bert Peters at 2025-05-29T20:13:49+02:00
upgpkg: 1.30.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-polars
        pkgdesc = Blazingly fast DataFrames library using Apache Arrow Columnar 
Format as memory model
-       pkgver = 1.29.0
+       pkgver = 1.30.0
        pkgrel = 1
        url = https://www.pola.rs/
        arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = python-polars
        checkdepends = python-zstandard
        checkdepends = python-cloudpickle
        checkdepends = python-aiosqlite
+       checkdepends = python-boto3
        checkdepends = python-orjson
        makedepends = maturin
        makedepends = rustup
@@ -28,7 +29,7 @@ pkgbase = python-polars
        optdepends = python-pytz: to enable conversion to python datetimes with 
timezones
        optdepends = python-fsspec: to transparently open files locally or 
remotely
        options = !lto
-       source = 
https://github.com/pola-rs/polars/archive/refs/tags/py-1.29.0.tar.gz
-       b2sums = 
bd07e350307b1793b0f5f06cd0175becebdb7649ec5f8e9eae1ba2a204507cf2bc6b211c6b34e59e5a734d965b08b8b20fee63d272cccf56c525328155e7c3b7
+       source = 
https://github.com/pola-rs/polars/archive/refs/tags/py-1.30.0.tar.gz
+       b2sums = 
0a15b38b28c8953d7f5d3e54ef0713b191a0da529c29495fc1f3c57ade2a5b040fda81ee4978769f2f4f3bce453c2f08193ad8d40c68b24ccff67661ae648ac1
 
 pkgname = python-polars


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Bury <alexandre.b...@gmail.com>
 
 pkgname=python-polars
-pkgver=1.29.0
+pkgver=1.30.0
 pkgrel=1
 pkgdesc="Blazingly fast DataFrames library using Apache Arrow Columnar Format 
as memory model"
 arch=("x86_64")
@@ -27,11 +27,12 @@ checkdepends=('python-pytest'
               'python-zstandard'
               'python-cloudpickle'
               'python-aiosqlite'
+              'python-boto3'
               'python-orjson')
 _name=${pkgname#python-}
 _tag="py-$pkgver"
 source=("https://github.com/pola-rs/polars/archive/refs/tags/$_tag.tar.gz";)
-b2sums=('bd07e350307b1793b0f5f06cd0175becebdb7649ec5f8e9eae1ba2a204507cf2bc6b211c6b34e59e5a734d965b08b8b20fee63d272cccf56c525328155e7c3b7')
+b2sums=('0a15b38b28c8953d7f5d3e54ef0713b191a0da529c29495fc1f3c57ade2a5b040fda81ee4978769f2f4f3bce453c2f08193ad8d40c68b24ccff67661ae648ac1')
 
 prepare() {
     cd polars-$_tag/py-polars



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-polars/-/commit/94f301f5fd2882739a5a44351a80b8a16b0356a9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-polars/-/commit/94f301f5fd2882739a5a44351a80b8a16b0356a9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to