awscli2: 2.25.5 -> 2.26.4 (#399760)

authored by Marcus Ramberg and committed by GitHub 32d811e2 21454c53

+4 -5
+4 -5
pkgs/by-name/aw/awscli2/package.nix
··· 64 in 65 py.pkgs.buildPythonApplication rec { 66 pname = "awscli2"; 67 - version = "2.25.5"; # N.B: if you change this, check if overrides are still up-to-date 68 pyproject = true; 69 70 src = fetchFromGitHub { 71 owner = "aws"; 72 repo = "aws-cli"; 73 tag = version; 74 - hash = "sha256-l2X7QhhrX0MzdB4WpuqaDcJdRK7G/vfig+F3F1tHM5Y="; 75 }; 76 77 postPatch = '' 78 substituteInPlace pyproject.toml \ 79 --replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \ 80 - --replace-fail 'awscrt==0.23.8' 'awscrt>=0.23.6' \ 81 --replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \ 82 --replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \ 83 --replace-fail 'docutils>=0.10,<0.20' 'docutils>=0.10' \ 84 --replace-fail 'prompt-toolkit>=3.0.24,<3.0.39' 'prompt-toolkit>=3.0.24' \ 85 - --replace-fail 'ruamel.yaml.clib>=0.2.0,<=0.2.8' 'ruamel.yaml.clib>=0.2.0' \ 86 - --replace-fail 'zipp<3.21.0' 'zipp>=3.21.0' 87 88 substituteInPlace requirements-base.txt \ 89 --replace-fail "wheel==0.43.0" "wheel>=0.43.0"
··· 64 in 65 py.pkgs.buildPythonApplication rec { 66 pname = "awscli2"; 67 + version = "2.26.4"; # N.B: if you change this, check if overrides are still up-to-date 68 pyproject = true; 69 70 src = fetchFromGitHub { 71 owner = "aws"; 72 repo = "aws-cli"; 73 tag = version; 74 + hash = "sha256-QpN4VdRUzWlb0bN8pTbvfZMbCvYwqKJgpPh5UdykzFg="; 75 }; 76 77 postPatch = '' 78 substituteInPlace pyproject.toml \ 79 --replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \ 80 + --replace-fail 'awscrt==0.25.4' 'awscrt>=0.25.4' \ 81 --replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \ 82 --replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \ 83 --replace-fail 'docutils>=0.10,<0.20' 'docutils>=0.10' \ 84 --replace-fail 'prompt-toolkit>=3.0.24,<3.0.39' 'prompt-toolkit>=3.0.24' \ 85 + --replace-fail 'ruamel.yaml.clib>=0.2.0,<=0.2.12' 'ruamel.yaml.clib>=0.2.0' \ 86 87 substituteInPlace requirements-base.txt \ 88 --replace-fail "wheel==0.43.0" "wheel>=0.43.0"