ome_zarr: 0.10.3 -> 0.11.1 (#402492)

This commit is contained in:
Weijia Wang 2025-05-19 12:07:33 +02:00 committed by GitHub
commit 2615e4f75c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@
# dependencies
aiohttp,
dask,
distributed,
fsspec,
numpy,
requests,
@ -24,14 +23,14 @@
buildPythonPackage rec {
pname = "ome-zarr";
version = "0.10.3";
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ome";
repo = "ome-zarr-py";
tag = "v${version}";
hash = "sha256-D17eNJYihVNzDoD0FNNMLP1rRvG6fTL97RrBqGgJSX0=";
hash = "sha256-3RXkz+UQvLixfYYhm5y/5vu9r0ga6s3xKx1azbmKFgg=";
};
build-system = [
@ -42,7 +41,6 @@ buildPythonPackage rec {
dependencies = [
aiohttp
dask
distributed
fsspec
numpy
requests
@ -97,7 +95,7 @@ buildPythonPackage rec {
meta = {
description = "Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud";
homepage = "https://pypi.org/project/ome-zarr";
changelog = "https://github.com/ome/ome-zarr-py/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/ome/ome-zarr-py/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.bcdarwin ];
mainProgram = "ome_zarr";