Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
python-narwhals
Commits:
fb6c2e49 by Bert Peters at 2025-02-05T22:30:31+01:00
upgpkg: 1.25.1-1
- - - - -
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 = 1.25.0
+ pkgver = 1.25.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-1.25.0.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v1.25.0.tar.gz
- sha256sums =
ce836b4d36ba6521688f6b8e6cdcabec78c4fdae35e9059a1e0123575a730110
+ source =
python-narwhals-1.25.1.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v1.25.1.tar.gz
+ sha256sums =
d72039ceaaf785dd5e8726f7cd39f2041b145302618b66f95144e63af42c3e49
pkgname = python-narwhals
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-narwhals
_name=${pkgname#python-}
-pkgver=1.25.0
+pkgver=1.25.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=('ce836b4d36ba6521688f6b8e6cdcabec78c4fdae35e9059a1e0123575a730110')
+sha256sums=('d72039ceaaf785dd5e8726f7cd39f2041b145302618b66f95144e63af42c3e49')
build() {
cd "$_name-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/fb6c2e4925fb2487aa1a947fe26d867ed9c7da63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/fb6c2e4925fb2487aa1a947fe26d867ed9c7da63
You're receiving this email because of your account on gitlab.archlinux.org.