Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-narwhals
Commits: acf09058 by Bert Peters at 2026-06-08T22:12:33+02:00 upgpkg: 2.22.1-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/work_items/26 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-narwhals pkgdesc = Extremely lightweight and extensible compatibility layer between dataframe libraries - pkgver = 2.22.0 + pkgver = 2.22.1 pkgrel = 1 url = https://narwhals-dev.github.io/narwhals/ arch = any @@ -19,7 +19,7 @@ pkgbase = python-narwhals optdepends = python-pandas: for Pandas support optdepends = python-pyarrow: for PyArrows support optdepends = python-polars: for Polars support - source = python-narwhals-2.22.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.22.0.tar.gz - sha256sums = ae3e01e53d0d1c839a39f64df46c922caad702dcd056990b33f55985bf55749b + source = python-narwhals-2.22.1.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.22.1.tar.gz + sha256sums = 6cc0d330341f42a030536202d48899d8bfa3f31fe6977565c04773f1a6fda956 pkgname = python-narwhals ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-narwhals _name=${pkgname#python-} -pkgver=2.22.0 +pkgver=2.22.1 pkgrel=1 pkgdesc="Extremely lightweight and extensible compatibility layer between dataframe libraries" arch=('any') @@ -22,7 +22,7 @@ checkdepends=( python-polars ) source=($pkgname-$pkgver.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v$pkgver.tar.gz) -sha256sums=('ae3e01e53d0d1c839a39f64df46c922caad702dcd056990b33f55985bf55749b') +sha256sums=('6cc0d330341f42a030536202d48899d8bfa3f31fe6977565c04773f1a6fda956') build() { cd "$_name-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/acf09058e53df75e51466411a049c90e32dd6f11 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/acf09058e53df75e51466411a049c90e32dd6f11 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
