pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-fsspec: Update to 2023.3.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Mar 16 04:45:39 2023 -0700
Changeset:	3be9e019a666f4bea16978f6e425a9526759d067

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

Log Message:
py-fsspec: Update to 2023.3.0

2023.3.0
Enhancements
    #1201, add directory FS to the registry and constructable from URLs
    #1194, allow JSON for setting dict-like kwargs in the config
    #1181, give arrow FS proper place in the registry
    #1178, add experimental background-thread buffering cache
    #1162, make ZipFS writable
Fixes
    #1202, fix on_error=”omit” when using caching’s cat
    #1199, 1163, get/put/cp consistency and empty directories
    #1197, 1183 use bytes for setting value on mapper using numpy
    #1191, clean up open files in spec get_file
    #1164, pass on kwargs correctly to http
Other
    #1186, make seekable=True default for pyarrow files
    #1184, 1185, set minimum python version to 3.8

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3be9e019a666f4bea16978f6e425a9526759d067

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-fsspec/Makefile | 2 +-
 py-fsspec/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-fsspec/Makefile b/py-fsspec/Makefile
index 723f68b238..e19136da82 100644
--- a/py-fsspec/Makefile
+++ b/py-fsspec/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FSSPEC_VERSION=	2023.1.0
+FSSPEC_VERSION=	2023.3.0
 DISTNAME=	fsspec-${FSSPEC_VERSION}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils
diff --git a/py-fsspec/distinfo b/py-fsspec/distinfo
index ba60eec488..5422012e4d 100644
--- a/py-fsspec/distinfo
+++ b/py-fsspec/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (fsspec-2023.1.0.tar.gz) = 71d912fbbe044e11dbf2960c49f13e0260c818c655239e1e92d666eadffc454f
-SHA512 (fsspec-2023.1.0.tar.gz) = 181e5dfc05ba664d9464246b2398c70a0bad3f274dab462a2432eae24ecf3307c49af46674f8222fac87964fbf3666bb7ad9e709484dc959b0333447b9a82a2b
-Size (fsspec-2023.1.0.tar.gz) = 346962 bytes
+BLAKE2s (fsspec-2023.3.0.tar.gz) = 1bf24ab4d71e97f434e9dbfa51478ecf213b2f3ccb8b2473dfa7513db8afe3ae
+SHA512 (fsspec-2023.3.0.tar.gz) = 7c21eb60932267fe73dea3672d2e9b2d71fb3df26aedec9d109109168b91605602903518337563c00ae8b7d82212211ca569d3a91adb840eefd41eecab33c3ec
+Size (fsspec-2023.3.0.tar.gz) = 352352 bytes


Home | Main Index | Thread Index | Old Index