Robert Schütz
2025-11-07 14:17:05 -08:00
parent c7349ac27b
commit 2bd851a243
@@ -18,7 +18,7 @@
tenacity,
swh-core,
swh-model,
swh-perfecthash,
swh-shard,
aiohttp,
azure-core,
azure-storage-blob,
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "swh-objstorage";
version = "4.0.0";
version = "5.1.0";
pyproject = true;
src = fetchFromGitLab {
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "devel";
repo = "swh-objstorage";
tag = "v${version}";
hash = "sha256-c0ZH2PMT9DVnpTV5PDyX0Yw4iHiJSolEgq/bMXEwXG8=";
hash = "sha256-NnNT9Lt/LGDIJpUmfkfPn6JnF3k8Usf2UVa88zHPKlg=";
};
build-system = [
@@ -71,7 +71,7 @@ buildPythonPackage rec {
tenacity
swh-core
swh-model
swh-perfecthash
swh-shard
];
preCheck = ''
@@ -110,6 +110,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://gitlab.softwareheritage.org/swh/devel/swh-objstorage/-/tags/${src.tag}";
description = "Content-addressable object storage for the Software Heritage project";
homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-objstorage";
license = lib.licenses.gpl3Only;