Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-narwhals
Commits: d2e19671 by Bert Peters at 2026-03-14T11:45:54+01:00 upgpkg: 2.18.0-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/issues/19 - - - - - 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.17.0 + pkgver = 2.18.0 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.17.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.17.0.tar.gz - sha256sums = f940d3ae4aacb7e1dd55d4e5952037c582783b9490537645038418ce660df9c5 + source = python-narwhals-2.18.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.18.0.tar.gz + sha256sums = ed12bddb5572ec33cf9019e4cf9bcb3d812a0b29c3c577756bfb6fa427a187bb pkgname = python-narwhals ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-narwhals _name=${pkgname#python-} -pkgver=2.17.0 +pkgver=2.18.0 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=('f940d3ae4aacb7e1dd55d4e5952037c582783b9490537645038418ce660df9c5') +sha256sums=('ed12bddb5572ec33cf9019e4cf9bcb3d812a0b29c3c577756bfb6fa427a187bb') build() { cd "$_name-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/d2e19671cfae478279ba96c56674fa2da17c4c4d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/d2e19671cfae478279ba96c56674fa2da17c4c4d You're receiving this email because of your account on gitlab.archlinux.org.
