awsebcli: 3.25.2 -> 3.25.3 (#460782)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
git,
|
git,
|
||||||
|
versionCheckHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -25,14 +26,15 @@ in
|
|||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "awsebcli";
|
pname = "awsebcli";
|
||||||
version = "3.25.2";
|
version = "3.25.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
doInstallCheck = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-elastic-beanstalk-cli";
|
repo = "aws-elastic-beanstalk-cli";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-6PeOn0owjEjTWdEwgXILiGq+6T5GBBc61viiG5GNeYo=";
|
hash = "sha256-PFyLVpmye+WIiF9xR37ydjLy0OvlIMDSIMaN4y0WM/E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
@@ -68,6 +70,7 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
mock
|
mock
|
||||||
pytest-socket
|
pytest-socket
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
versionCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
enabledTestPaths = [
|
enabledTestPaths = [
|
||||||
|
|||||||
Reference in New Issue
Block a user