python3Packages.fsspec: 2025.10.0 -> 2026.1.0

https://github.com/fsspec/filesystem_spec/raw/2026.1.0/docs/source/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:53 +01:00
parent ae3ec83ee8
commit 639b766263
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "fsspec";
version = "2025.10.0";
version = "2026.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fsspec";
repo = "filesystem_spec";
tag = version;
hash = "sha256-rIn2m3lRhlJwkB54X4sRT9JH+e4pIIEt7dPjnknczjs=";
hash = "sha256-jwtFFjaAZbGY7PeR3ZZzai+el0SlyojyAkptaqNePhE=";
};
build-system = [
@@ -141,7 +141,7 @@ buildPythonPackage rec {
meta = {
description = "Specification that Python filesystems should adhere to";
homepage = "https://github.com/fsspec/filesystem_spec";
changelog = "https://github.com/fsspec/filesystem_spec/raw/${version}/docs/source/changelog.rst";
changelog = "https://github.com/fsspec/filesystem_spec/raw/${src.tag}/docs/source/changelog.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nickcao ];
};