Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-fsspec
From: Adam Ciarcinski
Date: 2023-08-26 00:14:01
Message id: 20230825221401.D1E67FBDB@cvs.NetBSD.org
Log Message:
py-fsspec: updated to 2023.6.0
2023.6.0
Enhancements
* add maxdepth fo cp/get/put
* allow dir modification during walk()
* add boxfs to registry
* optimise referenceFS lazy lookups, especially for writing parquet
* "encoding" for FTP
Fixes
* (re)allow reading .zstd reference sets
* resource.error for win32
* range reads in dbfs
* create parent directories in get_file
* off-by-one in reference block writing
* strip protocol in local rm_file
Other
* async bulk tests
* types and mypy
* drop outdated forms io.open, IOError
2023.5.0
Enhancements
* allow writing ReferenceFS references directly to parquet
Fixes
* copy of glob to single output directory
* non-recursive copy of directory (no-op)
* cleanup fix on close of ZIP FS
* ignore dirs when copying list of files
* don't error on register without clobber is registering same thing again
* special case for other_files and relative path
Other
* add test harness into released wheel package
* docs and tests around common bulk file operations
Files: