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:           Fri Aug 25 22:14:01 UTC 2023

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

Log Message:
py-fsspec: updated to 2023.6.0

2023.6.0

Enhancements

* add maxdepth fo cp/get/put
* allow dir modification during walk()
* add boxfs to registry
* optimise referenceFS lazy lookups, especially for writing parquet
* "encoding" for FTP

Fixes

* (re)allow reading .zstd reference sets
* resource.error for win32
* range reads in dbfs
* create parent directories in get_file
* off-by-one in reference block writing
* strip protocol in local rm_file

Other

* async bulk tests
* types and mypy
* drop outdated forms io.open, IOError

2023.5.0

Enhancements

* allow writing ReferenceFS references directly to parquet

Fixes

* copy of glob to single output directory
* non-recursive copy of directory (no-op)
* cleanup fix on close of ZIP FS
* ignore dirs when copying list of files
* don't error on register without clobber is registering same thing again
* special case for other_files and relative path

Other

* add test harness into released wheel package
* docs and tests around common bulk file operations


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-fsspec/Makefile \
    pkgsrc/sysutils/py-fsspec/PLIST 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.1 pkgsrc/sysutils/py-fsspec/Makefile:1.2
--- pkgsrc/sysutils/py-fsspec/Makefile:1.1      Mon Apr 24 07:01:43 2023
+++ pkgsrc/sysutils/py-fsspec/Makefile  Fri Aug 25 22:14:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/04/24 07:01:43 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/25 22:14:01 adam Exp $
 
-DISTNAME=      fsspec-2023.4.0
+DISTNAME=      fsspec-2023.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fsspec/}
Index: pkgsrc/sysutils/py-fsspec/PLIST
diff -u pkgsrc/sysutils/py-fsspec/PLIST:1.1 pkgsrc/sysutils/py-fsspec/PLIST:1.2
--- pkgsrc/sysutils/py-fsspec/PLIST:1.1 Mon Apr 24 07:01:43 2023
+++ pkgsrc/sysutils/py-fsspec/PLIST     Fri Aug 25 22:14:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/04/24 07:01:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/08/25 22:14:01 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -85,6 +85,14 @@ ${PYSITELIB}/fsspec/registry.py
 ${PYSITELIB}/fsspec/registry.pyc
 ${PYSITELIB}/fsspec/spec.py
 ${PYSITELIB}/fsspec/spec.pyc
+${PYSITELIB}/fsspec/tests/abstract/__init__.py
+${PYSITELIB}/fsspec/tests/abstract/__init__.pyc
+${PYSITELIB}/fsspec/tests/abstract/copy.py
+${PYSITELIB}/fsspec/tests/abstract/copy.pyc
+${PYSITELIB}/fsspec/tests/abstract/get.py
+${PYSITELIB}/fsspec/tests/abstract/get.pyc
+${PYSITELIB}/fsspec/tests/abstract/put.py
+${PYSITELIB}/fsspec/tests/abstract/put.pyc
 ${PYSITELIB}/fsspec/transaction.py
 ${PYSITELIB}/fsspec/transaction.pyc
 ${PYSITELIB}/fsspec/utils.py
Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.1 pkgsrc/sysutils/py-fsspec/distinfo:1.2
--- pkgsrc/sysutils/py-fsspec/distinfo:1.1      Mon Apr 24 07:01:43 2023
+++ pkgsrc/sysutils/py-fsspec/distinfo  Fri Aug 25 22:14:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/04/24 07:01:43 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/08/25 22:14:01 adam Exp $
 
-BLAKE2s (fsspec-2023.4.0.tar.gz) = 2412025974a77053780651b7fec8607401f5b3571ead53fc755f6a1c8b901489
-SHA512 (fsspec-2023.4.0.tar.gz) = 23792988ec7c1f38cf288d5db853ff14c9a38c18b02cf0bdcadc994c9ca6300129ce1fec972b641536a7bee3b9c0d52bec5cfeb0039676bd43d5b6fcf2064fd6
-Size (fsspec-2023.4.0.tar.gz) = 145945 bytes
+BLAKE2s (fsspec-2023.6.0.tar.gz) = fa560ad446c1d80bcea2ea656793cea49f08d55b04656646927d21c4002bf1fd
+SHA512 (fsspec-2023.6.0.tar.gz) = c8013a9e623827d5d09376399f39519290fe7ab839a12f1e6d534d43994e122c315b2307842e655ae1c407d3140ab1c50256a7dd4d8fbd7c4ee8c606e288b441
+Size (fsspec-2023.6.0.tar.gz) = 154432 bytes



Home | Main Index | Thread Index | Old Index