Browse Source
python/python3-narwhals: Update for 2.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
master
Isaac Yu
1 week ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-narwhals/python3-narwhals.SlackBuild
-
python/python3-narwhals/python3-narwhals.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-narwhals |
|
|
|
VERSION=${VERSION:-2.5.0} |
|
|
|
VERSION=${VERSION:-2.6.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-narwhals" |
|
|
|
VERSION="2.5.0" |
|
|
|
VERSION="2.6.0" |
|
|
|
HOMEPAGE="https://narwhals-dev.github.io/narwhals/" |
|
|
|
DOWNLOAD="https://github.com/narwhals-dev/narwhals/releases/download/v2.5.0/narwhals-2.5.0.tar.gz" |
|
|
|
MD5SUM="564e573e5196a4173053cf90b73e72a1" |
|
|
|
DOWNLOAD="https://github.com/narwhals-dev/narwhals/releases/download/v2.6.0/narwhals-2.6.0.tar.gz" |
|
|
|
MD5SUM="0cce777df28e4c1b7bed159bda8cb65b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-hatchling" |
|
|
|