python3Packages.ossfs: 2023.12.0 -> 2025.5.0 (#405355)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user