Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
python-narwhals
Commits:
092f0d90 by Bert Peters at 2025-02-02T20:10:32+01:00
upgpkg: 1.24.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-narwhals
pkgdesc = An open-source, interactive graphing library
- pkgver = 1.24.1
- pkgrel = 2
+ pkgver = 1.24.2
+ pkgrel = 1
url = https://narwhals-dev.github.io/narwhals/
arch = any
license = MIT
@@ -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.24.1.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v1.24.1.tar.gz
- sha256sums =
77e0065c48245659e9f7e865abe6af1d1504fdf737141da4d15fc74ae2c787a4
+ source =
python-narwhals-1.24.2.tar.gz::https://github.com/narwhals-dev/narwhals/archive/refs/tags/v1.24.2.tar.gz
+ sha256sums =
d04b93e55f986408442848dff6931717c2e41e227c3d3fbf8816b358154efc55
pkgname = python-narwhals
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-narwhals
_name=${pkgname#python-}
-pkgver=1.24.1
-pkgrel=2
+pkgver=1.24.2
+pkgrel=1
pkgdesc="An open-source, interactive graphing library"
arch=('any')
url="https://narwhals-dev.github.io/narwhals/"
@@ -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=('77e0065c48245659e9f7e865abe6af1d1504fdf737141da4d15fc74ae2c787a4')
+sha256sums=('d04b93e55f986408442848dff6931717c2e41e227c3d3fbf8816b358154efc55')
build() {
cd "$_name-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/092f0d90459e686c50c4b1d449d78aecb3c820f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/092f0d90459e686c50c4b1d449d78aecb3c820f7
You're receiving this email because of your account on gitlab.archlinux.org.