fsspec 2025.3.1__tar.gz → 2025.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. {fsspec-2025.3.1 → fsspec-2025.3.2}/PKG-INFO +2 -3
  2. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/changelog.rst +5 -0
  3. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/_version.py +2 -2
  4. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/caching.py +1 -1
  5. {fsspec-2025.3.1 → fsspec-2025.3.2}/pyproject.toml +1 -2
  6. fsspec-2025.3.1/Untitled.ipynb +0 -6
  7. fsspec-2025.3.1/correct_permissions.bin +0 -1
  8. {fsspec-2025.3.1 → fsspec-2025.3.2}/.codespellrc +0 -0
  9. {fsspec-2025.3.1 → fsspec-2025.3.2}/.coveragerc +0 -0
  10. {fsspec-2025.3.1 → fsspec-2025.3.2}/.gitattributes +0 -0
  11. {fsspec-2025.3.1 → fsspec-2025.3.2}/.github/workflows/main.yaml +0 -0
  12. {fsspec-2025.3.1 → fsspec-2025.3.2}/.github/workflows/pypipublish.yaml +0 -0
  13. {fsspec-2025.3.1 → fsspec-2025.3.2}/.gitignore +0 -0
  14. {fsspec-2025.3.1 → fsspec-2025.3.2}/.pre-commit-config.yaml +0 -0
  15. {fsspec-2025.3.1 → fsspec-2025.3.2}/LICENSE +0 -0
  16. {fsspec-2025.3.1 → fsspec-2025.3.2}/README.md +0 -0
  17. {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-downstream.yml +0 -0
  18. {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-friends.yml +0 -0
  19. {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-py38.yml +0 -0
  20. {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-typecheck.yml +0 -0
  21. {fsspec-2025.3.1 → fsspec-2025.3.2}/ci/environment-win.yml +0 -0
  22. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/Makefile +0 -0
  23. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/README.md +0 -0
  24. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/environment.yml +0 -0
  25. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/make.bat +0 -0
  26. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/_static/custom.css +0 -0
  27. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/api.rst +0 -0
  28. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/async.rst +0 -0
  29. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/conf.py +0 -0
  30. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/copying.rst +0 -0
  31. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/developer.rst +0 -0
  32. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/features.rst +0 -0
  33. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/img/gui.png +0 -0
  34. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/index.rst +0 -0
  35. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/intro.rst +0 -0
  36. {fsspec-2025.3.1 → fsspec-2025.3.2}/docs/source/usage.rst +0 -0
  37. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/__init__.py +0 -0
  38. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/archive.py +0 -0
  39. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/asyn.py +0 -0
  40. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/callbacks.py +0 -0
  41. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/compression.py +0 -0
  42. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/config.py +0 -0
  43. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/conftest.py +0 -0
  44. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/core.py +0 -0
  45. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/dircache.py +0 -0
  46. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/exceptions.py +0 -0
  47. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/fuse.py +0 -0
  48. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/generic.py +0 -0
  49. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/gui.py +0 -0
  50. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/__init__.py +0 -0
  51. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/arrow.py +0 -0
  52. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/asyn_wrapper.py +0 -0
  53. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/cache_mapper.py +0 -0
  54. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/cache_metadata.py +0 -0
  55. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/cached.py +0 -0
  56. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/dask.py +0 -0
  57. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/data.py +0 -0
  58. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/dbfs.py +0 -0
  59. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/dirfs.py +0 -0
  60. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/ftp.py +0 -0
  61. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/git.py +0 -0
  62. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/github.py +0 -0
  63. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/http.py +0 -0
  64. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/http_sync.py +0 -0
  65. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/jupyter.py +0 -0
  66. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/libarchive.py +0 -0
  67. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/local.py +0 -0
  68. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/memory.py +0 -0
  69. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/reference.py +0 -0
  70. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/sftp.py +0 -0
  71. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/smb.py +0 -0
  72. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/tar.py +0 -0
  73. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/webhdfs.py +0 -0
  74. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/implementations/zip.py +0 -0
  75. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/json.py +0 -0
  76. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/mapping.py +0 -0
  77. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/parquet.py +0 -0
  78. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/registry.py +0 -0
  79. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/spec.py +0 -0
  80. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/__init__.py +0 -0
  81. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/common.py +0 -0
  82. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/copy.py +0 -0
  83. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/get.py +0 -0
  84. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/mv.py +0 -0
  85. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/open.py +0 -0
  86. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/pipe.py +0 -0
  87. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/tests/abstract/put.py +0 -0
  88. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/transaction.py +0 -0
  89. {fsspec-2025.3.1 → fsspec-2025.3.2}/fsspec/utils.py +0 -0
  90. {fsspec-2025.3.1 → fsspec-2025.3.2}/install_s3fs.sh +0 -0
  91. {fsspec-2025.3.1 → fsspec-2025.3.2}/readthedocs.yml +0 -0
  92. {fsspec-2025.3.1 → fsspec-2025.3.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fsspec
3
- Version: 2025.3.1
3
+ Version: 2025.3.2
4
4
  Summary: File-system specification
5
5
  Project-URL: Changelog, https://filesystem-spec.readthedocs.io/en/latest/changelog.html
6
6
  Project-URL: Documentation, https://filesystem-spec.readthedocs.io/en/latest/
@@ -41,13 +41,12 @@ Classifier: Development Status :: 4 - Beta
41
41
  Classifier: Intended Audience :: Developers
42
42
  Classifier: License :: OSI Approved :: BSD License
43
43
  Classifier: Operating System :: OS Independent
44
- Classifier: Programming Language :: Python :: 3.8
45
44
  Classifier: Programming Language :: Python :: 3.9
46
45
  Classifier: Programming Language :: Python :: 3.10
47
46
  Classifier: Programming Language :: Python :: 3.11
48
47
  Classifier: Programming Language :: Python :: 3.12
49
48
  Classifier: Programming Language :: Python :: 3.13
50
- Requires-Python: >=3.8
49
+ Requires-Python: >=3.9
51
50
  Provides-Extra: abfs
52
51
  Requires-Dist: adlfs; extra == 'abfs'
53
52
  Provides-Extra: adl
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 2025.3.2
5
+ --------
6
+
7
+ - drop support for py3.8
8
+
4
9
  2025.3.1
5
10
  --------
6
11
 
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2025.3.1'
21
- __version_tuple__ = version_tuple = (2025, 3, 1)
20
+ __version__ = version = '2025.3.2'
21
+ __version_tuple__ = version_tuple = (2025, 3, 2)
@@ -37,7 +37,7 @@ T = TypeVar("T")
37
37
  logger = logging.getLogger("fsspec")
38
38
 
39
39
  Fetcher = Callable[[int, int], bytes] # Maps (start, end) to bytes
40
- MultiFetcher = Callable[list[[int, int]], bytes] # Maps [(start, end)] to bytes
40
+ MultiFetcher = Callable[[list[int, int]], bytes] # Maps [(start, end)] to bytes
41
41
 
42
42
 
43
43
  class BaseCache:
@@ -8,7 +8,7 @@ dynamic = ["version"]
8
8
  description = "File-system specification"
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
11
- requires-python = ">=3.8"
11
+ requires-python = ">=3.9"
12
12
  maintainers = [{ name = "Martin Durant", email = "mdurant@anaconda.com" }]
13
13
  keywords = ["file"]
14
14
  classifiers = [
@@ -16,7 +16,6 @@ classifiers = [
16
16
  "Intended Audience :: Developers",
17
17
  "License :: OSI Approved :: BSD License",
18
18
  "Operating System :: OS Independent",
19
- "Programming Language :: Python :: 3.8",
20
19
  "Programming Language :: Python :: 3.9",
21
20
  "Programming Language :: Python :: 3.10",
22
21
  "Programming Language :: Python :: 3.11",
@@ -1,6 +0,0 @@
1
- {
2
- "cells": [],
3
- "metadata": {},
4
- "nbformat": 4,
5
- "nbformat_minor": 5
6
- }
@@ -1 +0,0 @@
1
- hello
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes