pkgsrc-WIP-changes archive

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

py-fsspec: Update to 2022.7.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Aug 25 13:44:05 2022 -0700
Changeset:	efe7b41b4eea295134b3090c52cf31deb2df2056

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

Log Message:
py-fsspec: Update to 2022.7.1

2022.7.1
Fixes
    Remove fspath from LocalFileOpener (#1005)
    Revert 988 (#1003)

2022.7.0
Enhancements
    added fsspec-xrootd implementation to registry (#1000)
    memory file not to copy bytes (#999)
    Filie details passed to FUSE (#972)
Fixes
    Return info for root path of archives (#996)
    arbitrary kwargs passed through in pipe_file (#993)
    special cases for host in URLs for azure (#988)
    unstrip protocol criterion (#980)
    HTTPFile serialisation (#973)
Other
    Show erroring path in FileNotFounds (#989)
    Reference file info without searching directory tree (#985)
    Truncate for local files (#975)

2022.5.0
Enhancements
    mutable ReferenceFS (#958)

Fixes
    Make archive FSs not cachable (#966)
    glob fixes (#961)
    generic copy with unknown size (#959)
    zstd open (#956)
    empty archive file (#954)
    tar chaining (#950, 947)
    missing exceptions in mapper (#940)
Other
    update registry (#852)
    allow None cache (#942)
    mappers to remember init arguments (#939)
    cache docstrings (#933)

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

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

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

diffs:
diff --git a/py-fsspec/Makefile b/py-fsspec/Makefile
index 30837a2867..1db08b5b4f 100644
--- a/py-fsspec/Makefile
+++ b/py-fsspec/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	fsspec-2022.3.0
+DISTNAME=	fsspec-2022.7.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils
 GITHUB_PROJECT=	filesystem_spec
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/fsspec/filesystem_spec
 COMMENT=	Specifications for pythonic filesystems
 LICENSE=	modified-bsd
 
-WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-2022.3.0
+WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-2022.7.1
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
diff --git a/py-fsspec/PLIST b/py-fsspec/PLIST
index fda66857fc..3f647d7656 100644
--- a/py-fsspec/PLIST
+++ b/py-fsspec/PLIST
@@ -44,6 +44,9 @@ ${PYSITELIB}/fsspec/exceptions.pyo
 ${PYSITELIB}/fsspec/fuse.py
 ${PYSITELIB}/fsspec/fuse.pyc
 ${PYSITELIB}/fsspec/fuse.pyo
+${PYSITELIB}/fsspec/generic.py
+${PYSITELIB}/fsspec/generic.pyc
+${PYSITELIB}/fsspec/generic.pyo
 ${PYSITELIB}/fsspec/gui.py
 ${PYSITELIB}/fsspec/gui.pyc
 ${PYSITELIB}/fsspec/gui.pyo
diff --git a/py-fsspec/distinfo b/py-fsspec/distinfo
index ba91ca59eb..4495ef0368 100644
--- a/py-fsspec/distinfo
+++ b/py-fsspec/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (fsspec-2022.3.0.tar.gz) = d84ec7759f145f4b2860de3229ad8578e86cc8758dc3628329777ef7f469fbcb
-SHA512 (fsspec-2022.3.0.tar.gz) = 7c793b506e93f727bc4533a778f6108f82c9ab9274a8d259ecf483e0acbbfc97e3c8b07735f772f996867053d7e1f9c22687865f4f64cae6eb4fb511de2e9220
-Size (fsspec-2022.3.0.tar.gz) = 331768 bytes
+BLAKE2s (fsspec-2022.7.1.tar.gz) = 2397e9eafc84a64de8ed15e7e71d863edd92ad5a7efaa8bb9311fbf6967f7920
+SHA512 (fsspec-2022.7.1.tar.gz) = 07178bf22e07091935256296b303e273c03e2ddc15a5aa1110f84c27cadaf9c650204e37c472cb10280e92f24b01fa8b16fe32db21a30d14d232c5a11e05a45c
+Size (fsspec-2022.7.1.tar.gz) = 338526 bytes


Home | Main Index | Thread Index | Old Index