pkgsrc-WIP-changes archive

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

py-fsspec: Update to 2022.10.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Oct 21 12:59:10 2022 -0700
Changeset:	eedf0701c26ac3db4a835901f8fa13d8768380c0

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

Log Message:
py-fsspec: Update to 2022.10.0

2022.10.0
Enhancements
    referenceFS consolidates reads in the same remote file (#1063)
    localfs: add link/symlink/islink (#1059)
    asyncfs: make mirroring methods optional (#1054)
    local: info: provide st_ino and st_nlink from stat (#1053)
    arrow_hdfs replaces hdfs (#1051)
    Add read/write_text (#1047)
    Add pipe/cat to genericFS (#1038)
Fixes
    SSH write doesn’t return number of bytes (#1072)
    wrap flush method for LocalFileOpened (#1070)
    localfs: fix support for pathlib/os.PathLike objects in rm (#1058)
    don’t get_file remote FTP directory (#1056)
    fix zip write to remote (#1046)
    fix zip del following failed init (#1040)
Other
    add asynclocalfs to the registry (#1060)
    add DVCFileSystem to the registry (#1049)
    add downstream tests (#1037)
    Don’t auto-close OpenFiles (#1035)

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

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

diffstat:
 py-fsspec/Makefile | 3 ++-
 py-fsspec/PLIST    | 4 ----
 py-fsspec/distinfo | 6 +++---
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-fsspec/Makefile b/py-fsspec/Makefile
index 555ad4a8b0..eef70c911b 100644
--- a/py-fsspec/Makefile
+++ b/py-fsspec/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FSSPEC_VERSION=	2022.8.2
+FSSPEC_VERSION=	2022.10.0
 DISTNAME=	fsspec-${FSSPEC_VERSION}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils
@@ -15,6 +15,7 @@ WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-${FSSPEC_VERSION}
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+TEST_DEPENDS+=	${PYPKGPREFIX}-wrapt>=1.14.1:../../devel/py-wrapt
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock>=3.6.1:../../devel/py-test-mock
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-asyncio>=0.18.3:../../devel/py-test-asyncio
diff --git a/py-fsspec/PLIST b/py-fsspec/PLIST
index b29840ebda..de756edb0e 100644
--- a/py-fsspec/PLIST
+++ b/py-fsspec/PLIST
@@ -49,16 +49,12 @@ ${PYSITELIB}/fsspec/implementations/dbfs.py
 ${PYSITELIB}/fsspec/implementations/dbfs.pyc
 ${PYSITELIB}/fsspec/implementations/dirfs.py
 ${PYSITELIB}/fsspec/implementations/dirfs.pyc
-${PYSITELIB}/fsspec/implementations/dvc.py
-${PYSITELIB}/fsspec/implementations/dvc.pyc
 ${PYSITELIB}/fsspec/implementations/ftp.py
 ${PYSITELIB}/fsspec/implementations/ftp.pyc
 ${PYSITELIB}/fsspec/implementations/git.py
 ${PYSITELIB}/fsspec/implementations/git.pyc
 ${PYSITELIB}/fsspec/implementations/github.py
 ${PYSITELIB}/fsspec/implementations/github.pyc
-${PYSITELIB}/fsspec/implementations/hdfs.py
-${PYSITELIB}/fsspec/implementations/hdfs.pyc
 ${PYSITELIB}/fsspec/implementations/http.py
 ${PYSITELIB}/fsspec/implementations/http.pyc
 ${PYSITELIB}/fsspec/implementations/jupyter.py
diff --git a/py-fsspec/distinfo b/py-fsspec/distinfo
index 01f0c06244..42f45d864d 100644
--- a/py-fsspec/distinfo
+++ b/py-fsspec/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (fsspec-2022.8.2.tar.gz) = 3839722c4371154a6fa5721848e327c9fdd1987c7c18b128bcbde575479570ea
-SHA512 (fsspec-2022.8.2.tar.gz) = 696f726000c413ba78380b5e17e312ecca30b51093ebf8d7c3658fb7b82ace57223d3aac471e3a772d350523142bdf983b547277838cca0b182ecb4e0a4b3924
-Size (fsspec-2022.8.2.tar.gz) = 338446 bytes
+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


Home | Main Index | Thread Index | Old Index