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:           Wed May  6 10:07:24 UTC 2026

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

Log Message:
py-fsspec: updated to 2026.4.0

2026.4.0

Fixes

- proper install in ci to grab versions
- encode URLs in HTTP pipe_file
- implement delete and write_test for dirFS
- allow multiple local protocols
- context closing for tar and zip
- fix cat_file and cat_ranges for WholeFileCache

Other

- usage warning to HTTP FS
- update adl: message following retirement


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.26 -r1.27 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.27 pkgsrc/sysutils/py-fsspec/Makefile:1.28
--- pkgsrc/sysutils/py-fsspec/Makefile:1.27     Tue Apr 14 13:49:28 2026
+++ pkgsrc/sysutils/py-fsspec/Makefile  Wed May  6 10:07:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/04/14 13:49:28 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/05/06 10:07:24 adam Exp $
 
-DISTNAME=      fsspec-2026.3.0
+DISTNAME=      fsspec-2026.4.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.26 pkgsrc/sysutils/py-fsspec/distinfo:1.27
--- pkgsrc/sysutils/py-fsspec/distinfo:1.26     Tue Apr 14 13:49:28 2026
+++ pkgsrc/sysutils/py-fsspec/distinfo  Wed May  6 10:07:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2026/04/14 13:49:28 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/05/06 10:07:24 adam Exp $
 
-BLAKE2s (fsspec-2026.3.0.tar.gz) = abf421a48357908b4706053527e22f82806b32a9f2b577b89ef4702e567f85b6
-SHA512 (fsspec-2026.3.0.tar.gz) = c57315efb92eea0361c8703efceaf29652b96868a3c5d0e5823274fcc8fb387379d30aabda2de7e433a565dcd813db4107621304a963c6a4a9b1b883b13fbfdd
-Size (fsspec-2026.3.0.tar.gz) = 313547 bytes
+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



Home | Main Index | Thread Index | Old Index