pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/py-narwhals



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul 15 06:13:48 UTC 2026

Modified Files:
        pkgsrc/misc/py-narwhals: Makefile distinfo

Log Message:
py-narwhals: updated to 2.24.0

2.24.0

Enhancements

feat: Widen IntoSchema to accept IntoDType values and (name, dtype) pair sequences
feat: add nw.list
feat: Support plugin native objects in is_into_*
feat: stabilize dtype conversion across pandas, pyarrow, and modin test constructors

Bug fixes

fix: avoid potential sql injection in sink_parquet
fix(pyarrow): Adapt for pyarrow v25.0.0
fix(ci): sync all dependencies in altair downstream test
fix: Fix fill_null for Dask with expressions
fix: avoid potential sql injection for join_asof
fix assert_equal_data for objects where __eq__ returns non-bool

Documentation

docs: Add 'AI-assisted contributions' section in CONTRIBUTING.md and PR field


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-narwhals/Makefile \
    pkgsrc/misc/py-narwhals/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-narwhals/Makefile
diff -u pkgsrc/misc/py-narwhals/Makefile:1.1 pkgsrc/misc/py-narwhals/Makefile:1.2
--- pkgsrc/misc/py-narwhals/Makefile:1.1        Mon Jul 13 12:00:24 2026
+++ pkgsrc/misc/py-narwhals/Makefile    Wed Jul 15 06:13:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/07/13 12:00:24 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/07/15 06:13:48 adam Exp $
 
-DISTNAME=      narwhals-2.23.0
+DISTNAME=      narwhals-2.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/narwhals/}
Index: pkgsrc/misc/py-narwhals/distinfo
diff -u pkgsrc/misc/py-narwhals/distinfo:1.1 pkgsrc/misc/py-narwhals/distinfo:1.2
--- pkgsrc/misc/py-narwhals/distinfo:1.1        Mon Jul 13 12:00:24 2026
+++ pkgsrc/misc/py-narwhals/distinfo    Wed Jul 15 06:13:48 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/07/13 12:00:24 adam Exp $
+$NetBSD: distinfo,v 1.2 2026/07/15 06:13:48 adam Exp $
 
-BLAKE2s (narwhals-2.23.0.tar.gz) = 2bd485c97079e282d46a5734ea7a58511e373962e53aa65581702aa0147117a6
-SHA512 (narwhals-2.23.0.tar.gz) = 72752d620db34fd24fc048adb38ad8988ca88303d4bde18e4a47c21b3924699316141d7d111b2bf578a2a0f55568f9cb3112e27aad485684e53908c4698f2b3e
-Size (narwhals-2.23.0.tar.gz) = 656209 bytes
+BLAKE2s (narwhals-2.24.0.tar.gz) = 90bf06f7621ee96d83a75cf6864dcb801b7e0256b25a6563f5d237218707610f
+SHA512 (narwhals-2.24.0.tar.gz) = 701deb53fb9b188b37bdf1549fbd1b3092fceac161e0b073b0b7c5c57b55ab8cb1d766df3eefa43639ebb49bf0f768a37487779f20d74df77156e823a0bae94b
+Size (narwhals-2.24.0.tar.gz) = 661143 bytes



Home | Main Index | Thread Index | Old Index