awscli2: 2.22.13 -> 2.23.2 (#374852)

This commit is contained in:
Arne Keller
2025-01-22 08:29:05 +01:00
committed by GitHub
+4 -3
View File
@@ -62,20 +62,20 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "awscli2";
version = "2.22.13"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.23.2"; # N.B: if you change this, check if overrides are still up-to-date
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
tag = version;
hash = "sha256-yrkGfD2EBPsNRLcafdJE4UnYsK7EAfIA7TLa6smmWjY=";
hash = "sha256-1cMZJFhty0YF27EndWc/yVLK1RVA8oI+tkyjePJ0wKI=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \
--replace-fail 'awscrt>=0.19.18,<=0.22.0' 'awscrt>=0.22.0' \
--replace-fail 'awscrt==0.23.4' 'awscrt>=0.23.4' \
--replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \
--replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \
--replace-fail 'docutils>=0.10,<0.20' 'docutils>=0.10' \
@@ -112,6 +112,7 @@ py.pkgs.buildPythonApplication rec {
pyyaml
ruamel-yaml
urllib3
zipp
];
propagatedBuildInputs = [