Merge pull request #321866 from fangpenlin/upgrade-beanhub-cli-deps

This commit is contained in:
Bruno BELANYI
2024-06-28 21:58:47 +01:00
committed by GitHub
3 changed files with 16 additions and 8 deletions
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "beanhub-cli";
version = "1.1.3";
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-cli";
rev = "refs/tags/${version}";
hash = "sha256-vYBbaUVJAs+aIp6aQpJb62DEDxe/sQTzgOkjPq6ADoc=";
hash = "sha256-ZN384KN6+pkDDsCk825sr+LsArQ5Vaf09ASLN8IemhM=";
};
build-system = [ poetry-core ];
@@ -4,13 +4,15 @@
buildPythonPackage,
pythonOlder,
pytestCheckHook,
iso8601,
poetry-core,
pytest-lazy-fixture,
pytz,
}:
buildPythonPackage rec {
pname = "beanhub-extract";
version = "0.0.7";
version = "0.1.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,14 +21,20 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-extract";
rev = "refs/tags/${version}";
hash = "sha256-Wt8ZCyCaERNXEd0/Q89QWUW/wGFSHAP2RZLhnv5xkgY=";
hash = "sha256-Uw9bSVOpiIALkgA77OrqAcDWcEafVSnp4iILa4Jkykc=";
};
build-system = [ poetry-core ];
dependencies = [ pytz ];
dependencies = [
iso8601
pytz
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytest-lazy-fixture
pytestCheckHook
];
pythonImportsCheck = [ "beanhub_extract" ];
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "beanhub-import";
version = "0.1.5";
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
rev = "refs/tags/${version}";
hash = "sha256-BH+d7cKC83b7T2Z1Xlwpsv3KACo1vDn6v65tElhir/c=";
hash = "sha256-jDZUsV5yj4h7zUA5NB/4exhPj3f3put/bKXZmPz94OQ=";
};
build-system = [ poetry-core ];