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 Jun 29 05:32:00 UTC 2026

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

Log Message:
py-fsspec: updated to 2026.6.0

2026.6.0

Fixes

- FTP: preserve filenames containing whitespace in _mlsd2
- Prevent attribute error for 'forced' before flushing cache
- Reflect async _walk correctly
- Fix infinite recursion in expand_path with glob magic characters
- Do not strip trailing slashes from data URIs
- Fix referenceFS for new zarr and pandas
- Omit get_ident() from cache token for async impl in sync mode

Other

- Fix AsyncFileSystem._cat_ranges on_error handling
- Forward kwargs from cat_ranges to cat_file
- Don't parse refFS templates by default
- fix s3fs ci
- fix: pass on_error when mv calls copy


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/sysutils/py-fsspec/Makefile:1.29
--- pkgsrc/sysutils/py-fsspec/Makefile:1.28     Wed May  6 10:07:24 2026
+++ pkgsrc/sysutils/py-fsspec/Makefile  Mon Jun 29 05:31:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/05/06 10:07:24 adam Exp $
+# $NetBSD: Makefile,v 1.29 2026/06/29 05:31:59 adam Exp $
 
-DISTNAME=      fsspec-2026.4.0
+DISTNAME=      fsspec-2026.6.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.27 pkgsrc/sysutils/py-fsspec/distinfo:1.28
--- pkgsrc/sysutils/py-fsspec/distinfo:1.27     Wed May  6 10:07:24 2026
+++ pkgsrc/sysutils/py-fsspec/distinfo  Mon Jun 29 05:31:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/05/06 10:07:24 adam Exp $
+$NetBSD: distinfo,v 1.28 2026/06/29 05:31:59 adam Exp $
 
-BLAKE2s (fsspec-2026.4.0.tar.gz) = 06221ac7cc55f9b5194b9edf30a221d063c7081fb8071312d18ca7792abcdea9
-SHA512 (fsspec-2026.4.0.tar.gz) = c764c4d831ff57da031bda827e9489ff3b036f8d4fe45c8450e4252941d8ccc95a27bf7fe504fb93c763afd43f56c09c45b1dceaa0c96b10e2fd6203d62c410f
-Size (fsspec-2026.4.0.tar.gz) = 312760 bytes
+BLAKE2s (fsspec-2026.6.0.tar.gz) = 4ccba6c787d2e6080dccff0f595a15e6f425fe835efd6a5383bc240902120d9a
+SHA512 (fsspec-2026.6.0.tar.gz) = fdafe55f1408b356b9e9875a3989917e72c180d3d2a1b97fabaaacc4446661c1573acf2d84b3776422eb75867721519224fd04146cc674dfdb34092bd0f31b0f
+Size (fsspec-2026.6.0.tar.gz) = 313646 bytes



Home | Main Index | Thread Index | Old Index