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: Thu Jun 6 05:03:14 UTC 2024
Modified Files:
pkgsrc/sysutils/py-fsspec: Makefile PLIST distinfo
Log Message:
py-fsspec: updated to 2024.6.0
2024.6.0
Enhancements
- allow dicts (not just bytes) for referenceFS
- make filesystems JSON serializeable
- implement multifile cat() for github
Fixes
- implement auto_mkdir for SMB
Other
- add doc deps to pyproject
- re-remove test from package
- formatting
- change monthly download badge
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-fsspec/PLIST
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/sysutils/py-fsspec/Makefile:1.11
--- pkgsrc/sysutils/py-fsspec/Makefile:1.10 Wed May 15 15:19:03 2024
+++ pkgsrc/sysutils/py-fsspec/Makefile Thu Jun 6 05:03:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/05/15 15:19:03 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/06/06 05:03:14 adam Exp $
-DISTNAME= fsspec-2024.5.0
+DISTNAME= fsspec-2024.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.6 pkgsrc/sysutils/py-fsspec/PLIST:1.7
--- pkgsrc/sysutils/py-fsspec/PLIST:1.6 Wed May 15 15:19:03 2024
+++ pkgsrc/sysutils/py-fsspec/PLIST Thu Jun 6 05:03:14 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/05/15 15:19:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/06/06 05:03:14 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -111,107 +111,15 @@ ${PYSITELIB}/fsspec/implementations/smb.
${PYSITELIB}/fsspec/implementations/tar.py
${PYSITELIB}/fsspec/implementations/tar.pyc
${PYSITELIB}/fsspec/implementations/tar.pyo
-${PYSITELIB}/fsspec/implementations/tests/__init__.py
-${PYSITELIB}/fsspec/implementations/tests/__init__.pyc
-${PYSITELIB}/fsspec/implementations/tests/__init__.pyo
-${PYSITELIB}/fsspec/implementations/tests/cassettes/test_dbfs/test_dbfs_file_listing.yaml
-${PYSITELIB}/fsspec/implementations/tests/cassettes/test_dbfs/test_dbfs_mkdir.yaml
-${PYSITELIB}/fsspec/implementations/tests/cassettes/test_dbfs/test_dbfs_read_pyarrow_non_partitioned.yaml
-${PYSITELIB}/fsspec/implementations/tests/cassettes/test_dbfs/test_dbfs_read_range.yaml
-${PYSITELIB}/fsspec/implementations/tests/cassettes/test_dbfs/test_dbfs_read_range_chunked.yaml
-${PYSITELIB}/fsspec/implementations/tests/cassettes/test_dbfs/test_dbfs_write_and_read.yaml
-${PYSITELIB}/fsspec/implementations/tests/cassettes/test_dbfs/test_dbfs_write_pyarrow_non_partitioned.yaml
-${PYSITELIB}/fsspec/implementations/tests/conftest.py
-${PYSITELIB}/fsspec/implementations/tests/conftest.pyc
-${PYSITELIB}/fsspec/implementations/tests/conftest.pyo
-${PYSITELIB}/fsspec/implementations/tests/local/__init__.py
-${PYSITELIB}/fsspec/implementations/tests/local/__init__.pyc
-${PYSITELIB}/fsspec/implementations/tests/local/__init__.pyo
-${PYSITELIB}/fsspec/implementations/tests/local/local_fixtures.py
-${PYSITELIB}/fsspec/implementations/tests/local/local_fixtures.pyc
-${PYSITELIB}/fsspec/implementations/tests/local/local_fixtures.pyo
-${PYSITELIB}/fsspec/implementations/tests/local/local_test.py
-${PYSITELIB}/fsspec/implementations/tests/local/local_test.pyc
-${PYSITELIB}/fsspec/implementations/tests/local/local_test.pyo
-${PYSITELIB}/fsspec/implementations/tests/memory/__init__.py
-${PYSITELIB}/fsspec/implementations/tests/memory/__init__.pyc
-${PYSITELIB}/fsspec/implementations/tests/memory/__init__.pyo
-${PYSITELIB}/fsspec/implementations/tests/memory/memory_fixtures.py
-${PYSITELIB}/fsspec/implementations/tests/memory/memory_fixtures.pyc
-${PYSITELIB}/fsspec/implementations/tests/memory/memory_fixtures.pyo
-${PYSITELIB}/fsspec/implementations/tests/memory/memory_test.py
-${PYSITELIB}/fsspec/implementations/tests/memory/memory_test.pyc
-${PYSITELIB}/fsspec/implementations/tests/memory/memory_test.pyo
-${PYSITELIB}/fsspec/implementations/tests/out.zip
-${PYSITELIB}/fsspec/implementations/tests/test_archive.py
-${PYSITELIB}/fsspec/implementations/tests/test_archive.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_archive.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_arrow.py
-${PYSITELIB}/fsspec/implementations/tests/test_arrow.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_arrow.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_cached.py
-${PYSITELIB}/fsspec/implementations/tests/test_cached.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_cached.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_common.py
-${PYSITELIB}/fsspec/implementations/tests/test_common.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_common.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_dask.py
-${PYSITELIB}/fsspec/implementations/tests/test_dask.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_dask.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_data.py
-${PYSITELIB}/fsspec/implementations/tests/test_data.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_data.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_dbfs.py
-${PYSITELIB}/fsspec/implementations/tests/test_dbfs.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_dbfs.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_dirfs.py
-${PYSITELIB}/fsspec/implementations/tests/test_dirfs.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_dirfs.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_ftp.py
-${PYSITELIB}/fsspec/implementations/tests/test_ftp.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_ftp.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_git.py
-${PYSITELIB}/fsspec/implementations/tests/test_git.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_git.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_http.py
-${PYSITELIB}/fsspec/implementations/tests/test_http.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_http.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_jupyter.py
-${PYSITELIB}/fsspec/implementations/tests/test_jupyter.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_jupyter.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_libarchive.py
-${PYSITELIB}/fsspec/implementations/tests/test_libarchive.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_libarchive.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_local.py
-${PYSITELIB}/fsspec/implementations/tests/test_local.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_local.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_memory.py
-${PYSITELIB}/fsspec/implementations/tests/test_memory.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_memory.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_reference.py
-${PYSITELIB}/fsspec/implementations/tests/test_reference.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_reference.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_sftp.py
-${PYSITELIB}/fsspec/implementations/tests/test_sftp.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_sftp.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_smb.py
-${PYSITELIB}/fsspec/implementations/tests/test_smb.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_smb.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_tar.py
-${PYSITELIB}/fsspec/implementations/tests/test_tar.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_tar.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_webhdfs.py
-${PYSITELIB}/fsspec/implementations/tests/test_webhdfs.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_webhdfs.pyo
-${PYSITELIB}/fsspec/implementations/tests/test_zip.py
-${PYSITELIB}/fsspec/implementations/tests/test_zip.pyc
-${PYSITELIB}/fsspec/implementations/tests/test_zip.pyo
${PYSITELIB}/fsspec/implementations/webhdfs.py
${PYSITELIB}/fsspec/implementations/webhdfs.pyc
${PYSITELIB}/fsspec/implementations/webhdfs.pyo
${PYSITELIB}/fsspec/implementations/zip.py
${PYSITELIB}/fsspec/implementations/zip.pyc
${PYSITELIB}/fsspec/implementations/zip.pyo
+${PYSITELIB}/fsspec/json.py
+${PYSITELIB}/fsspec/json.pyc
+${PYSITELIB}/fsspec/json.pyo
${PYSITELIB}/fsspec/mapping.py
${PYSITELIB}/fsspec/mapping.pyc
${PYSITELIB}/fsspec/mapping.pyo
@@ -224,9 +132,6 @@ ${PYSITELIB}/fsspec/registry.pyo
${PYSITELIB}/fsspec/spec.py
${PYSITELIB}/fsspec/spec.pyc
${PYSITELIB}/fsspec/spec.pyo
-${PYSITELIB}/fsspec/tests/__init__.py
-${PYSITELIB}/fsspec/tests/__init__.pyc
-${PYSITELIB}/fsspec/tests/__init__.pyo
${PYSITELIB}/fsspec/tests/abstract/__init__.py
${PYSITELIB}/fsspec/tests/abstract/__init__.pyc
${PYSITELIB}/fsspec/tests/abstract/__init__.pyo
@@ -245,61 +150,6 @@ ${PYSITELIB}/fsspec/tests/abstract/mv.py
${PYSITELIB}/fsspec/tests/abstract/put.py
${PYSITELIB}/fsspec/tests/abstract/put.pyc
${PYSITELIB}/fsspec/tests/abstract/put.pyo
-${PYSITELIB}/fsspec/tests/conftest.py
-${PYSITELIB}/fsspec/tests/conftest.pyc
-${PYSITELIB}/fsspec/tests/conftest.pyo
-${PYSITELIB}/fsspec/tests/data/listing.html
-${PYSITELIB}/fsspec/tests/test_api.py
-${PYSITELIB}/fsspec/tests/test_api.pyc
-${PYSITELIB}/fsspec/tests/test_api.pyo
-${PYSITELIB}/fsspec/tests/test_async.py
-${PYSITELIB}/fsspec/tests/test_async.pyc
-${PYSITELIB}/fsspec/tests/test_async.pyo
-${PYSITELIB}/fsspec/tests/test_caches.py
-${PYSITELIB}/fsspec/tests/test_caches.pyc
-${PYSITELIB}/fsspec/tests/test_caches.pyo
-${PYSITELIB}/fsspec/tests/test_callbacks.py
-${PYSITELIB}/fsspec/tests/test_callbacks.pyc
-${PYSITELIB}/fsspec/tests/test_callbacks.pyo
-${PYSITELIB}/fsspec/tests/test_compression.py
-${PYSITELIB}/fsspec/tests/test_compression.pyc
-${PYSITELIB}/fsspec/tests/test_compression.pyo
-${PYSITELIB}/fsspec/tests/test_config.py
-${PYSITELIB}/fsspec/tests/test_config.pyc
-${PYSITELIB}/fsspec/tests/test_config.pyo
-${PYSITELIB}/fsspec/tests/test_core.py
-${PYSITELIB}/fsspec/tests/test_core.pyc
-${PYSITELIB}/fsspec/tests/test_core.pyo
-${PYSITELIB}/fsspec/tests/test_downstream.py
-${PYSITELIB}/fsspec/tests/test_downstream.pyc
-${PYSITELIB}/fsspec/tests/test_downstream.pyo
-${PYSITELIB}/fsspec/tests/test_file.py
-${PYSITELIB}/fsspec/tests/test_file.pyc
-${PYSITELIB}/fsspec/tests/test_file.pyo
-${PYSITELIB}/fsspec/tests/test_fuse.py
-${PYSITELIB}/fsspec/tests/test_fuse.pyc
-${PYSITELIB}/fsspec/tests/test_fuse.pyo
-${PYSITELIB}/fsspec/tests/test_generic.py
-${PYSITELIB}/fsspec/tests/test_generic.pyc
-${PYSITELIB}/fsspec/tests/test_generic.pyo
-${PYSITELIB}/fsspec/tests/test_gui.py
-${PYSITELIB}/fsspec/tests/test_gui.pyc
-${PYSITELIB}/fsspec/tests/test_gui.pyo
-${PYSITELIB}/fsspec/tests/test_mapping.py
-${PYSITELIB}/fsspec/tests/test_mapping.pyc
-${PYSITELIB}/fsspec/tests/test_mapping.pyo
-${PYSITELIB}/fsspec/tests/test_parquet.py
-${PYSITELIB}/fsspec/tests/test_parquet.pyc
-${PYSITELIB}/fsspec/tests/test_parquet.pyo
-${PYSITELIB}/fsspec/tests/test_registry.py
-${PYSITELIB}/fsspec/tests/test_registry.pyc
-${PYSITELIB}/fsspec/tests/test_registry.pyo
-${PYSITELIB}/fsspec/tests/test_spec.py
-${PYSITELIB}/fsspec/tests/test_spec.pyc
-${PYSITELIB}/fsspec/tests/test_spec.pyo
-${PYSITELIB}/fsspec/tests/test_utils.py
-${PYSITELIB}/fsspec/tests/test_utils.pyc
-${PYSITELIB}/fsspec/tests/test_utils.pyo
${PYSITELIB}/fsspec/transaction.py
${PYSITELIB}/fsspec/transaction.pyc
${PYSITELIB}/fsspec/transaction.pyo
Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.9 pkgsrc/sysutils/py-fsspec/distinfo:1.10
--- pkgsrc/sysutils/py-fsspec/distinfo:1.9 Wed May 15 15:19:03 2024
+++ pkgsrc/sysutils/py-fsspec/distinfo Thu Jun 6 05:03:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/05/15 15:19:03 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/06/06 05:03:14 adam Exp $
-BLAKE2s (fsspec-2024.5.0.tar.gz) = 50534f3bdfe7c73fc61733d75a5ce9a6241f56d2a8d7e662a7d937eace695c88
-SHA512 (fsspec-2024.5.0.tar.gz) = b8430350c56ecaeca9496b6de7910d7f4423e17beb4250dcb440d9af6ab34ed83e2e9304b474d4b5611a9ee0941c34eba5c62d5a1f7d0cc1384d976ae3266e7f
-Size (fsspec-2024.5.0.tar.gz) = 400066 bytes
+BLAKE2s (fsspec-2024.6.0.tar.gz) = 7f3cf4dddfcd15b99c277d2be8185eb29a9ff02d20b1d081cac7e8a39456cbae
+SHA512 (fsspec-2024.6.0.tar.gz) = 6973743225352e87da1ecb1e3d00c0a6705f7e80bb6cc393658474f4624b1b77a3c046f0e18797ae611676ff2df676e51e7017457e31bb0edddfa1fe9eb20d4a
+Size (fsspec-2024.6.0.tar.gz) = 283748 bytes
Home |
Main Index |
Thread Index |
Old Index