python3Packages.swh-objstorage: 4.0.0 -> 5.1.0
Diff: https://gitlab.softwareheritage.org/swh/devel/swh-objstorage/-/compare/v4.0.0...v5.1.0 Changelog: https://gitlab.softwareheritage.org/swh/devel/swh-objstorage/-/tags/v4.1.0 https://gitlab.softwareheritage.org/swh/devel/swh-objstorage/-/tags/v4.2.0 https://gitlab.softwareheritage.org/swh/devel/swh-objstorage/-/tags/v5.0.0 https://gitlab.softwareheritage.org/swh/devel/swh-objstorage/-/tags/v5.0.1 https://gitlab.softwareheritage.org/swh/devel/swh-objstorage/-/tags/v5.1.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user