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:           Sun Dec 17 20:25:29 UTC 2023

Modified Files:
        pkgsrc/sysutils/py-fsspec: Makefile PLIST distinfo

Log Message:
py-fsspec: updated to 2023.12.2

2023.12.2

Fixes

top-level glob in ZIP
append mode on local ZIP files/truncate
restrict ":" as protocol marker to data:
sftp relative paths
http encoding in HTTP FS put_file

2023.12.1

Fixes

Remove trailing "/" from directory names in zipFS/archive

2023.12.0

Enhancements

allow HTTP size guess in more circumstances
allow kwargs passed to GUI to be dict
transaction support for writing via a cache FS
make cached FSs work better with async backends
allow FSs to set their transaction implementation
add dataFS
allow basic auth in webHDFS

Fixes

in referenceFS, maintain order when some keys are omitted in cat
nested subdirectory listing in referenceFS
allow "=" in webHDF paths
fix file mode to consistent "r+b" format
pass on kwargs in HTTP glob
allow Path in can_be_local and open_local
fix parent for cachedFS
"ends" list in _cat_ranges was incorrect

Other

smarter handling of exceptions when doing auto_mkdir


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-fsspec/PLIST \
    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.5 pkgsrc/sysutils/py-fsspec/Makefile:1.6
--- pkgsrc/sysutils/py-fsspec/Makefile:1.5      Fri Nov 10 18:52:38 2023
+++ pkgsrc/sysutils/py-fsspec/Makefile  Sun Dec 17 20:25:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/11/10 18:52:38 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/12/17 20:25:29 adam Exp $
 
-DISTNAME=      fsspec-2023.10.0
+DISTNAME=      fsspec-2023.12.2
 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.4 pkgsrc/sysutils/py-fsspec/PLIST:1.5
--- pkgsrc/sysutils/py-fsspec/PLIST:1.4 Sat Oct 28 19:57:16 2023
+++ pkgsrc/sysutils/py-fsspec/PLIST     Sun Dec 17 20:25:29 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/12/17 20:25:29 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -67,6 +67,9 @@ ${PYSITELIB}/fsspec/implementations/cach
 ${PYSITELIB}/fsspec/implementations/dask.py
 ${PYSITELIB}/fsspec/implementations/dask.pyc
 ${PYSITELIB}/fsspec/implementations/dask.pyo
+${PYSITELIB}/fsspec/implementations/data.py
+${PYSITELIB}/fsspec/implementations/data.pyc
+${PYSITELIB}/fsspec/implementations/data.pyo
 ${PYSITELIB}/fsspec/implementations/dbfs.py
 ${PYSITELIB}/fsspec/implementations/dbfs.pyc
 ${PYSITELIB}/fsspec/implementations/dbfs.pyo
Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.4 pkgsrc/sysutils/py-fsspec/distinfo:1.5
--- pkgsrc/sysutils/py-fsspec/distinfo:1.4      Fri Nov 10 18:52:38 2023
+++ pkgsrc/sysutils/py-fsspec/distinfo  Sun Dec 17 20:25:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/11/10 18:52:38 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/12/17 20:25:29 adam Exp $
 
-BLAKE2s (fsspec-2023.10.0.tar.gz) = 50106535a5d82b1cc63598cb977df80685b707f265181f628dcf9e620966a5cc
-SHA512 (fsspec-2023.10.0.tar.gz) = 4ec037c97867fd04bbc5de36daa60ac16d7373eb6c01f574f34ff51619231673d3174c9b7ede7c4ab68fb51cbabc797a04884ba8ebe39adaf4aa314b3cbff261
-Size (fsspec-2023.10.0.tar.gz) = 165452 bytes
+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



Home | Main Index | Thread Index | Old Index