pkgsrc-WIP-changes archive

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

py-fsspec: Update to 2023.1.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Feb 2 18:44:58 2023 -0800
Changeset:	d4510ec5bd9a3b81b543ddc91e56513e5a2d03d3

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

Log Message:
py-fsspec: Update to 2023.1.0

2023.1.0
Enhancements
    experimental DFReferenceFileSystem (#1157, 1138)
    pyarrow seeking (#1154)
    tar thread safety (#1132)
    fsid method (#1122)
Fixes
    ReferenceFS order fix (#1158)
    fix du and maxdepth (#1128, 1151)
    http ranges (#1141)
Other
    coverage on referenceFS (#1133, 1123)
    docs (#1152, 1150
    remove code duplication in unchain (#1143, 1156, 1121)

2022.11.0
Enhancements
    Speed up FSMap._key_to_str (#1101)
    Add modified/created to Memory and Arrow (#1096)
    Clear expired cache method (#1092)
    Allow seekable arrow file (#1091)
    Allow append for arrow (#1089)
    recursive for sftp.get (#1082)
    topdown arg to walk() (#1081)
Fixes
    fix doc warnings (#1106, #1084)
    Fix HDFS _strip_protocol (#1103)
    Allow URLs with protocol for HDFS (#1099)
    yarl in doc deps (#1095)
    missing await in genericFS.cp (#1094)
    explicit IPv4 for test HTTP server (#1088)
    sort when merging ranges for referenceFS (#1087)
Other
    Check that snappy is snappy (#1079)

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

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 be6841ba42..fb83afd0bb 100644
--- a/py-fsspec/Makefile
+++ b/py-fsspec/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FSSPEC_VERSION=	2022.10.0
+FSSPEC_VERSION=	2023.1.0
 DISTNAME=	fsspec-${FSSPEC_VERSION}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils
diff --git a/py-fsspec/distinfo b/py-fsspec/distinfo
index 42f45d864d..ba60eec488 100644
--- a/py-fsspec/distinfo
+++ b/py-fsspec/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (fsspec-2022.10.0.tar.gz) = 9e79b47e7fd6ad07692b6b46dce2fafd9880a8e2e6b24a876233488e343f47b7
-SHA512 (fsspec-2022.10.0.tar.gz) = 006876cc3eb07ad34da1e84bdb3880e894a8c8e584057ca6d335231f7e7d4de6a73b47434f3477d2ed1c7f08925c435860cf526d6fd261500ccd86e8f0841cb4
-Size (fsspec-2022.10.0.tar.gz) = 338822 bytes
+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


Home | Main Index | Thread Index | Old Index