pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-fsspec
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 11 10:22:05 UTC 2025
Modified Files:
pkgsrc/sysutils/py-fsspec: Makefile PLIST distinfo
Log Message:
py-fsspec: updated to 2025.10.0
2025.10.0
Enhancements
- specify storage_options not use use for tokenising; test instance cache
- base class "chained" for FSs that pass through operations
Fixes
- strip protocol for sftp
- use one-step mv in jupyterfs
- raise errors in jupyterfs, not return
- add protocol attribute to http
- allow ls() on a single file for arrowFS
- support kwargs in webhdfs ls()
- better discrimination for parquet in referenceFS
- accept all mode= types in memoryFS
- pass path list to put() in localtempfile for efficiency
- fix docs errors
Other
- add CoC
- restrict github/gist tests because of rate limiting
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/py-fsspec/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/py-fsspec/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-fsspec/Makefile
diff -u pkgsrc/sysutils/py-fsspec/Makefile:1.22 pkgsrc/sysutils/py-fsspec/Makefile:1.23
--- pkgsrc/sysutils/py-fsspec/Makefile:1.22 Wed Sep 3 07:16:36 2025
+++ pkgsrc/sysutils/py-fsspec/Makefile Tue Nov 11 10:22:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/09/03 07:16:36 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/11/11 10:22:05 adam Exp $
-DISTNAME= fsspec-2025.9.0
+DISTNAME= fsspec-2025.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fsspec/}
Index: pkgsrc/sysutils/py-fsspec/PLIST
diff -u pkgsrc/sysutils/py-fsspec/PLIST:1.10 pkgsrc/sysutils/py-fsspec/PLIST:1.11
--- pkgsrc/sysutils/py-fsspec/PLIST:1.10 Sun May 25 07:28:51 2025
+++ pkgsrc/sysutils/py-fsspec/PLIST Tue Nov 11 10:22:05 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/05/25 07:28:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/11/11 10:22:05 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -66,6 +66,9 @@ ${PYSITELIB}/fsspec/implementations/cach
${PYSITELIB}/fsspec/implementations/cached.py
${PYSITELIB}/fsspec/implementations/cached.pyc
${PYSITELIB}/fsspec/implementations/cached.pyo
+${PYSITELIB}/fsspec/implementations/chained.py
+${PYSITELIB}/fsspec/implementations/chained.pyc
+${PYSITELIB}/fsspec/implementations/chained.pyo
${PYSITELIB}/fsspec/implementations/dask.py
${PYSITELIB}/fsspec/implementations/dask.pyc
${PYSITELIB}/fsspec/implementations/dask.pyo
Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.21 pkgsrc/sysutils/py-fsspec/distinfo:1.22
--- pkgsrc/sysutils/py-fsspec/distinfo:1.21 Wed Sep 3 07:16:36 2025
+++ pkgsrc/sysutils/py-fsspec/distinfo Tue Nov 11 10:22:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/09/03 07:16:36 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/11/11 10:22:05 adam Exp $
-BLAKE2s (fsspec-2025.9.0.tar.gz) = ce7e498809f4085282a43ea0b5ec777bc4bfd6966c11bc40e51f7f08404af13b
-SHA512 (fsspec-2025.9.0.tar.gz) = 2aa2b89ab6d5d145844d785e88ba5e964c42b0af4903237a51765bb2084ea06d603cdbfc41bf6b7efe423541461cd5d2156b48db17e91e8b2ac4e7b63bcfc17c
-Size (fsspec-2025.9.0.tar.gz) = 304847 bytes
+BLAKE2s (fsspec-2025.10.0.tar.gz) = 9c5a9f0748056bce59710025234133a1a4e761065af1e251622dabc3232d74be
+SHA512 (fsspec-2025.10.0.tar.gz) = d412eb32ac74fe8eddcdc263d386927e8caa95963e2ecb9f5a218343d63d03e42237608bd9530492585961308ef2bc562e79a592cf653fcd72d01b4bf1caac48
+Size (fsspec-2025.10.0.tar.gz) = 309285 bytes
Home |
Main Index |
Thread Index |
Old Index