summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-fsspec: Upgrade 2024.9.0 -> 2024.10.0Leon Anavi2024-11-251-24/+0
| | | | | | | | | | | | | | | | | | | Upgrade to release 2024.10.0: - Performance of memoryFS rm - Performance of git FS info - Avoid git hex for newer pygit - Tests fix for zip - Missing open_async for dirFS - Handle pathlib in zip - Skip tests needing kerchunk if not installed - Allow repeated kwargs in unchain - Code style - Allow pyarrow in referenceFS parquet - Don't hardcode test port for parallel runs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fsspec: Add support for native and nativesdk buildsPeng Zhang2024-10-091-0/+2
| | | | | | | | | | python3-pyyaml-include already supports native and nativesdk builds. Starting from version 2.0, fsspec was introduced as a dependency for pyyaml-include. This commit adds support for native and nativesdk builds in the fsspec recipe. Signed-off-by: Peng Zhang <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fsspec: Add recipeKhem Raj2024-09-121-0/+22
Signed-off-by: Khem Raj <raj.khem@gmail.com>