fastports

fsspec 2026.3.0

filesystems/py-fsspec

File-system specification

Category
filesystems
Maintainer
sunpoet@FreeBSD.org
WWW
https://filesystem-spec.readthedocs.io/en/latest/ https://github.com/fsspec/filesystem_spec
License
BSD3CLAUSE
USES
python

Description

Filesystem Spec is a project to unify various projects and classes to work with
remote filesystems and file-system-like abstractions using a standard pythonic
interface.

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Commit Credits Log message
2026.3.0
58b0a7de48 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: Update to 2026.3.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2026.2.0
f62b26dc5c files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: Update to 2026.2.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2026.1.0
ef12e69823 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: Update to 2026.1.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025.12.0
2035d20af3 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: Update to 2025.12.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025.10.0
c6b503b5c1 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: Update to 2025.10.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025.7.0
71c882803f files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: Update to 2025.7.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025.5.1
48a2a38241 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: Update to 2025.5.1
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025.3.2
255fcc7fd9 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: devel/py-fsspec: Update to 2025.3.2
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025.3.0
5dc73e1593 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: devel/py-fsspec: Update to 2025.3.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025.2.0
384787da86 files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: devel/py-fsspec: Update to 2025.2.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2024.12.0
a7eba3ba2a files touched
Po-Chuan Hsieh (sunpoet)
filesystems/py-fsspec: devel/py-fsspec: Update to 2024.12.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2024.10.0
6e2da9672f files touched
Robert Clausecker (fuz)
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988