Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-fsspec
From: Adam Ciarcinski
Date: 2023-10-16 15:01:45
Message id: 20231016130145.12392FADC@cvs.NetBSD.org
Log Message:
py-fsspec: updated to 2023.9.2
2023.9.2
Fixes
revert: auto_mkdir in open()
Other
code style updates
update CI setup
2023.9.1
Enhancements
* save file cache metadata in JSON
* remove some unnecessary list iterations
Fixes
* re-allow None for default port for SMB
* initialising GUI widget FS with kwargs
* pass auto_mkdir vi url_to_fs again
Other
* auto delete temp cache directory
2023.9.0
Enhancements
* add ocilake protocol
* implement async-sync and async-async generic cp and rsync
* add lakefs protocol
* add goatcounter to docs
* add xethub protocol
* in HTTP, check content-encoding when getting length
* add on_error in walk
* add dirfs attribute to mappers
* configure port for smb
Fixes
* don't reorder paths in bulk ops if source and dest are both lists
* allow mode="x" in get_fs_token_paths
* allow generic to work with complex URLs
* exclude bytes-cache kwargs in url_to_fs
* remote utcnow/utcfromtimestamp
* dirFS's protocol
* use get_file rather than get in file caching
* allow bz2 to be optional
Other
* more bulk ops testing
* separate out classes in file caching for future enhancements
Files: