Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-narwhals
Commits: 6b037539 by Bert Peters at 2026-06-03T20:08:25+02:00 upgpkg: 2.22.0-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/work_items/25 - - - - - 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.21.2 + pkgver = 2.22.0 pkgrel = 1 url = https://narwhals-dev.github.io/narwhals/ arch = any @@ -14,12 +14,12 @@ pkgbase = python-narwhals makedepends = python-build makedepends = python-installer makedepends = python-wheel - makedepends = python-hatchling + makedepends = python-uv-build depends = python optdepends = python-pandas: for Pandas support optdepends = python-pyarrow: for PyArrows support optdepends = python-polars: for Polars support - source = python-narwhals-2.21.2.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.21.2.tar.gz - sha256sums = 0b77980360863ca4b19c21e8487ed02eab220efc52b811e97e8a6c198f224686 + source = python-narwhals-2.22.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v2.22.0.tar.gz + sha256sums = ae3e01e53d0d1c839a39f64df46c922caad702dcd056990b33f55985bf55749b pkgname = python-narwhals ===================================== PKGBUILD ===================================== @@ -2,14 +2,14 @@ pkgname=python-narwhals _name=${pkgname#python-} -pkgver=2.21.2 +pkgver=2.22.0 pkgrel=1 pkgdesc="Extremely lightweight and extensible compatibility layer between dataframe libraries" arch=('any') url="https://narwhals-dev.github.io/narwhals/" license=('MIT') depends=(python) -makedepends=(python-build python-installer python-wheel python-hatchling) +makedepends=(python-build python-installer python-wheel python-uv-build) # Not included, as it's not currently packaged for [extra]: duckdb optdepends=('python-pandas: for Pandas support' 'python-pyarrow: for PyArrows support' @@ -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=('0b77980360863ca4b19c21e8487ed02eab220efc52b811e97e8a6c198f224686') +sha256sums=('ae3e01e53d0d1c839a39f64df46c922caad702dcd056990b33f55985bf55749b') build() { cd "$_name-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/6b0375392bc94a6e4d7fb61ee5e1c34f80c3989f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/6b0375392bc94a6e4d7fb61ee5e1c34f80c3989f 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
