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: Mon Feb 5 10:59:17 UTC 2024
Modified Files:
pkgsrc/sysutils/py-fsspec: Makefile distinfo
Log Message:
py-fsspec: updated to 2024.2.0
2024.2.0
Enhancements
add 9P known implementation
allow TqdmCallback subclassing
callbacks/branching kwargs handling and scopes
add aluuxioFS to known implementations
implement pipe_file for dirFS
Fixes
infer compression for .lzma files
fix append to categorical/parquet references
allow for FTP servers that list with leading "total" line
convert FTP failure to FileNotFound
out of order reference fix
retry "backoff" response for DBFS
referenceFS case for scalar arrays
fix create_parents for SFTP
fix local .ls() on files
allow Path and similar in _expand_path
make lazy references editable
fix eq for abstract buffered files
fit tqdm cleanup
fix passing kwargs from cached file to underlying FS
Other
fix tests for supports_empty_directories=False
don't read references in init for referenceFS
code cleaning
pass through "replication" for HDFS
record more info for HTTP info()
add timeout argument to githubFS
add more security pars to webHDFS
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/sysutils/py-fsspec/Makefile:1.7
--- pkgsrc/sysutils/py-fsspec/Makefile:1.6 Sun Dec 17 20:25:29 2023
+++ pkgsrc/sysutils/py-fsspec/Makefile Mon Feb 5 10:59:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/12/17 20:25:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/02/05 10:59:17 adam Exp $
-DISTNAME= fsspec-2023.12.2
+DISTNAME= fsspec-2024.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fsspec/}
Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.5 pkgsrc/sysutils/py-fsspec/distinfo:1.6
--- pkgsrc/sysutils/py-fsspec/distinfo:1.5 Sun Dec 17 20:25:29 2023
+++ pkgsrc/sysutils/py-fsspec/distinfo Mon Feb 5 10:59:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/12/17 20:25:29 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/02/05 10:59:17 adam Exp $
-BLAKE2s (fsspec-2023.12.2.tar.gz) = 92e8ec4dd104d087ff41f3d8244a34df4d3ec7bcab245040e4566584a254362d
-SHA512 (fsspec-2023.12.2.tar.gz) = e74934b0dc7d79f19007e712994ddee58722163a82b371378992d399250c53bb478b32a022c56d89e79f205d03f4a12d4108b8d6f39447c197fb9aefa1d438fb
-Size (fsspec-2023.12.2.tar.gz) = 167507 bytes
+BLAKE2s (fsspec-2024.2.0.tar.gz) = a0c3d21df77008d53fb0b58beb7fe536665e70e9b944e9ee031efbd890109f7b
+SHA512 (fsspec-2024.2.0.tar.gz) = dac6b082d4a7dfe452aa465394a2118c2b5d615d030ac83494ecaf17cc274953c080301e2d41b07b2e742d3f9f8cb56179f001b245baf11442886c1d352a51ab
+Size (fsspec-2024.2.0.tar.gz) = 169578 bytes
Home |
Main Index |
Thread Index |
Old Index