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:           Tue Mar 11 13:47:41 UTC 2025

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

Log Message:
py-fsspec: updated to 2025.3.0

2025.3.0

Enhancements

- add pipe_file to HTTP
- add sync http for pyodide
- ls performance for local and detail=False

Fixes

- dir/info consistency in dirfs
- referenceFS async consistency
- CI


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/py-fsspec/PLIST
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/sysutils/py-fsspec/Makefile:1.17
--- pkgsrc/sysutils/py-fsspec/Makefile:1.16     Sun Feb  2 10:42:47 2025
+++ pkgsrc/sysutils/py-fsspec/Makefile  Tue Mar 11 13:47:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/02/02 10:42:47 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/03/11 13:47:41 adam Exp $
 
-DISTNAME=      fsspec-2025.2.0
+DISTNAME=      fsspec-2025.3.0
 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.8 pkgsrc/sysutils/py-fsspec/PLIST:1.9
--- pkgsrc/sysutils/py-fsspec/PLIST:1.8 Tue Dec 24 17:53:54 2024
+++ pkgsrc/sysutils/py-fsspec/PLIST     Tue Mar 11 13:47:41 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/12/24 17:53:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/03/11 13:47:41 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -90,6 +90,9 @@ ${PYSITELIB}/fsspec/implementations/gith
 ${PYSITELIB}/fsspec/implementations/http.py
 ${PYSITELIB}/fsspec/implementations/http.pyc
 ${PYSITELIB}/fsspec/implementations/http.pyo
+${PYSITELIB}/fsspec/implementations/http_sync.py
+${PYSITELIB}/fsspec/implementations/http_sync.pyc
+${PYSITELIB}/fsspec/implementations/http_sync.pyo
 ${PYSITELIB}/fsspec/implementations/jupyter.py
 ${PYSITELIB}/fsspec/implementations/jupyter.pyc
 ${PYSITELIB}/fsspec/implementations/jupyter.pyo

Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.15 pkgsrc/sysutils/py-fsspec/distinfo:1.16
--- pkgsrc/sysutils/py-fsspec/distinfo:1.15     Sun Feb  2 10:42:47 2025
+++ pkgsrc/sysutils/py-fsspec/distinfo  Tue Mar 11 13:47:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/02/02 10:42:47 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/03/11 13:47:41 adam Exp $
 
-BLAKE2s (fsspec-2025.2.0.tar.gz) = 43ef1c04f0d1743e6aafe0fec631f27d4f04a0d5138969ef7b6e6da4561141d0
-SHA512 (fsspec-2025.2.0.tar.gz) = f76bdc22d647b92d945970477ab7aaadda91cb05827fe4412a498ed6f7a90cf6c5d7a5b34816057abe6c5a5ec04e210336eacf5866c95582ddf8e1b4764033d2
-Size (fsspec-2025.2.0.tar.gz) = 292283 bytes
+BLAKE2s (fsspec-2025.3.0.tar.gz) = 03c3725f0860cc197a89e1f5f88765d6ccf04af9daf6dfb7ff6cb79356a57ffc
+SHA512 (fsspec-2025.3.0.tar.gz) = e282ededeb351df6a95e20a76b11eb1440f98a5a12f51fd33c5e208a1d8e4f80657b62ce2202b3474c272270db65ebfb243c6606b773606454f5a90bb5437df6
+Size (fsspec-2025.3.0.tar.gz) = 298491 bytes



Home | Main Index | Thread Index | Old Index