Merge pull request #205372 from anthonyroussel/awscli2
awscli2: 2.9.4 -> 2.9.6
This commit is contained in:
commit
c9f537cf9b
1 changed files with 2 additions and 5 deletions
|
@ -34,14 +34,14 @@ let
|
||||||
in
|
in
|
||||||
with py.pkgs; buildPythonApplication rec {
|
with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "awscli2";
|
pname = "awscli2";
|
||||||
version = "2.9.4"; # N.B: if you change this, check if overrides are still up-to-date
|
version = "2.9.6"; # N.B: if you change this, check if overrides are still up-to-date
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-cli";
|
repo = "aws-cli";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-zmyn9hotkePRap9qVzAZi1u4YuiT+Qt+IDh7TD0Yq9A=";
|
hash = "sha256-3zB0Uy2pmkrOLb+/mXZGs/pnzo6zi2zVPyeNPGPVQJM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -61,7 +61,6 @@ with py.pkgs; buildPythonApplication rec {
|
||||||
pyyaml
|
pyyaml
|
||||||
rsa
|
rsa
|
||||||
ruamel-yaml
|
ruamel-yaml
|
||||||
wcwidth
|
|
||||||
python-dateutil
|
python-dateutil
|
||||||
jmespath
|
jmespath
|
||||||
urllib3
|
urllib3
|
||||||
|
@ -77,8 +76,6 @@ with py.pkgs; buildPythonApplication rec {
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace "colorama>=0.2.5,<0.4.4" "colorama" \
|
--replace "colorama>=0.2.5,<0.4.4" "colorama" \
|
||||||
--replace "distro>=1.5.0,<1.6.0" "distro" \
|
--replace "distro>=1.5.0,<1.6.0" "distro" \
|
||||||
--replace "docutils>=0.10,<0.16" "docutils" \
|
|
||||||
--replace "wcwidth<0.2.0" "wcwidth" \
|
|
||||||
--replace "cryptography>=3.3.2,<=38.0.1" "cryptography>=3.3.2,<=38.0.3"
|
--replace "cryptography>=3.3.2,<=38.0.1" "cryptography>=3.3.2,<=38.0.3"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue