python3Packages.ossfs: 2023.12.0 -> 2025.5.0

This commit is contained in:
R. Ryantm
2025-05-08 20:20:35 +00:00
parent 2cd2decd3a
commit 686f8bb6cb
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ossfs";
version = "2023.12.0";
version = "2025.5.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fsspec";
repo = pname;
tag = version;
hash = "sha256-N1NkpI8inGJCf0xuc+FFmVX85CS7vqzoNddxZ9kqEk0=";
hash = "sha256-2i7zxLCi4wNCwzWNUbC6lvvdRkK+ksUWds+H6QG6bW4=";
};
pythonRelaxDeps = [
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Filesystem for Alibaba Cloud (Aliyun) Object Storage System (OSS)";
homepage = "https://github.com/fsspec/ossfs";
changelog = "https://github.com/fsspec/ossfs/releases/tag/${version}";
changelog = "https://github.com/fsspec/ossfs/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};