Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-narwhals
Commits: b4400f9a by Bert Peters at 2025-11-19T20:44:51+01:00 upgpkg: 2.12.0-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/issues/13 - - - - - 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.11.0 + pkgver = 2.12.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.11.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.11.0.tar.gz - sha256sums = 15fa54e256568fd99ec633243e8732fe2b442e5b4db286f8eb6bc1796539b3f0 + source = python-narwhals-2.12.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.12.0.tar.gz + sha256sums = bed8e9636c73e3fc48627800c6ebaf6b608429f28f0a2862f626d95419f9413e pkgname = python-narwhals ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-narwhals _name=${pkgname#python-} -pkgver=2.11.0 +pkgver=2.12.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=('15fa54e256568fd99ec633243e8732fe2b442e5b4db286f8eb6bc1796539b3f0') +sha256sums=('bed8e9636c73e3fc48627800c6ebaf6b608429f28f0a2862f626d95419f9413e') build() { cd "$_name-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/b4400f9a87750c43d0accfb29d86370c47ad8a9e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/b4400f9a87750c43d0accfb29d86370c47ad8a9e You're receiving this email because of your account on gitlab.archlinux.org.
