Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-narwhals
Commits: 43c6b091 by Bert Peters at 2025-10-18T14:02:14+02:00 upgpkg: 2.8.0-1: upstream release fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/issues/6 - - - - - 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.7.0 + pkgver = 2.8.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.7.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.7.0.tar.gz - sha256sums = f74e09ddeac7b8d9f40c93694f8c124131fbf5454da7924205e57a2f1fce3b1a + source = python-narwhals-2.8.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.8.0.tar.gz + sha256sums = 8d4ac728173c6aa4cf60ba1bd7d3ce271c1d25513873fce259788b8470f406cb pkgname = python-narwhals ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-narwhals _name=${pkgname#python-} -pkgver=2.7.0 +pkgver=2.8.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=('f74e09ddeac7b8d9f40c93694f8c124131fbf5454da7924205e57a2f1fce3b1a') +sha256sums=('8d4ac728173c6aa4cf60ba1bd7d3ce271c1d25513873fce259788b8470f406cb') build() { cd "$_name-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/43c6b0911873ef17b6d442278d32e30415738bb7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/43c6b0911873ef17b6d442278d32e30415738bb7 You're receiving this email because of your account on gitlab.archlinux.org.
