python3Packages.swh-export: 1.8.0 -> 1.11.7

This commit is contained in:
Pol Dellaiera
2026-05-27 10:48:04 +02:00
parent 9c6d9a7c6c
commit dc298e4be0
@@ -6,6 +6,7 @@
setuptools-scm,
boto3,
click,
luigi,
tqdm,
pyorc,
plyvel,
@@ -16,6 +17,7 @@
swh-model,
swh-storage,
pytestCheckHook,
pytest-click,
pytest-kafka,
pytest-mock,
tzdata,
@@ -24,7 +26,7 @@
buildPythonPackage (finalAttrs: {
pname = "swh-export";
version = "1.8.0";
version = "1.11.7";
pyproject = true;
src = fetchFromGitLab {
@@ -33,7 +35,7 @@ buildPythonPackage (finalAttrs: {
owner = "devel";
repo = "swh-export";
tag = "v${finalAttrs.version}";
hash = "sha256-n97MMYn7EmTrv411YSxUD1+zfbFB8KOSns44N3NqqV8=";
hash = "sha256-aDIGbkyRMNoQOdlXwqfLyRqDfK6jNFMVFJv67OY1SCg=";
};
build-system = [
@@ -44,6 +46,7 @@ buildPythonPackage (finalAttrs: {
dependencies = [
boto3
click
luigi
tqdm
pyorc
plyvel
@@ -63,6 +66,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
pytestCheckHook
pytest-click
pytest-kafka
pytest-mock
pkgs.zstd