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 Mar 17 10:08:48 UTC 2024

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

Log Message:
py-fsspec: updated to 2024.3.0

2024.3.0

Enhancements

coroutines throttle to stream pool rather than batches
write transactions in simplecache
allow deep nested refs in referenceFS/parquet

Fixes

Fixes bug
remove extra calling mapper contains
connection retry for SMB
zip64 should be on is allowZip64 is

Other

HTTP logging
url_to_fs exposed in package root
sort known_implementations
code quality/stype


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/sysutils/py-fsspec/Makefile:1.8
--- pkgsrc/sysutils/py-fsspec/Makefile:1.7      Mon Feb  5 10:59:17 2024
+++ pkgsrc/sysutils/py-fsspec/Makefile  Sun Mar 17 10:08:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/02/05 10:59:17 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/03/17 10:08:48 adam Exp $
 
-DISTNAME=      fsspec-2024.2.0
+DISTNAME=      fsspec-2024.3.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.6 pkgsrc/sysutils/py-fsspec/distinfo:1.7
--- pkgsrc/sysutils/py-fsspec/distinfo:1.6      Mon Feb  5 10:59:17 2024
+++ pkgsrc/sysutils/py-fsspec/distinfo  Sun Mar 17 10:08:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/02/05 10:59:17 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/03/17 10:08:48 adam Exp $
 
-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
+BLAKE2s (fsspec-2024.3.0.tar.gz) = 42eaad3188877dbfd675d5451c0dc2cd12cbdaa0b97d182cdf264a39d8ecfcd8
+SHA512 (fsspec-2024.3.0.tar.gz) = 85762a1489b5e966210095d043a0debe6dcdf45673fcf89a82bf4b34d257c68c08bf59c40adb2da863bcf7484581bbcf4f4366caa3cc7d34d65277a5367995d8
+Size (fsspec-2024.3.0.tar.gz) = 170720 bytes



Home | Main Index | Thread Index | Old Index